index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-20
KVM: Convert intx_mask_lock to spin lock
Jan Kiszka
2
-8
/
+8
2012-03-20
KVM: x86: fix kvm_write_tsc() TSC matching thinko
Marcelo Tosatti
1
-9
/
+10
2012-03-20
x86: kvmclock: abstract save/restore sched_clock_state
Marcelo Tosatti
6
-7
/
+24
2012-03-08
KVM: nVMX: Fix erroneous exception bitmap check
Nadav Har'El
1
-1
/
+1
2012-03-08
KVM: Ignore the writes to MSR_K7_HWCR(3)
Nicolae Mogoreanu
1
-0
/
+1
2012-03-08
KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask
Davidlohr Bueso
1
-16
/
+15
2012-03-08
KVM: PMU: add proper support for fixed counter 2
Gleb Natapov
1
-1
/
+2
2012-03-08
KVM: PMU: Fix raw event check
Gleb Natapov
1
-1
/
+1
2012-03-08
KVM: PMU: warn when pin control is set in eventsel msr
Gleb Natapov
2
-0
/
+4
2012-03-08
KVM: VMX: Fix delayed load of shared MSRs
Avi Kivity
1
-0
/
+3
2012-03-08
KVM: use correct tlbs dirty type in cmpxchg
Alex Shi
1
-1
/
+1
2012-03-08
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
Jan Kiszka
5
-29
/
+230
2012-03-08
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
Avi Kivity
4
-0
/
+24
2012-03-08
KVM: x86 emulator: Allow PM/VM86 switch during task switch
Kevin Wolf
4
-0
/
+31
2012-03-08
KVM: SVM: Fix CPL updates
Kevin Wolf
1
-3
/
+16
2012-03-08
KVM: x86 emulator: VM86 segments must have DPL 3
Kevin Wolf
1
-0
/
+2
2012-03-08
KVM: x86 emulator: Fix task switch privilege checks
Kevin Wolf
6
-17
/
+61
2012-03-08
arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
Danny Kukawka
1
-1
/
+0
2012-03-08
KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation
Gleb Natapov
1
-1
/
+1
2012-03-08
KVM: mmu_notifier: Flush TLBs before releasing mmu_lock
Takuya Yoshikawa
1
-9
/
+10
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
11
-68
/
+122
2012-03-08
KVM: Simplify ifndef conditional usage in __kvm_set_memory_region()
Takuya Yoshikawa
1
-21
/
+8
2012-03-08
KVM: Split lpage_info creation out from __kvm_set_memory_region()
Takuya Yoshikawa
1
-31
/
+52
2012-03-08
KVM: Introduce gfn_to_index() which returns the index for a given level
Takuya Yoshikawa
3
-8
/
+9
2012-03-08
KVM: s390: provide control registers via kvm_run
Christian Borntraeger
2
-1
/
+10
2012-03-08
KVM: s390: add stop_on_stop flag when doing stop and store
Jens Freimann
1
-1
/
+2
2012-03-08
KVM: s390: ignore sigp stop overinitiative
Jens Freimann
1
-0
/
+3
2012-03-08
KVM: s390: make sigp restart return busy when stop pending
Jens Freimann
1
-0
/
+31
2012-03-08
KVM: s390: do store status after handling STOP_ON_STOP bit
Jens Freimann
1
-8
/
+12
2012-03-08
KVM: s390: Sanitize fpc registers for KVM_SET_FPU
Christian Borntraeger
1
-1
/
+1
2012-03-08
KVM: Fix write protection race during dirty logging
Takuya Yoshikawa
1
-6
/
+5
2012-03-08
KVM: VMX: remove yield_on_hlt
Raghavendra K T
1
-21
/
+1
2012-03-08
KVM: Track TSC synchronization in generations
Zachary Amsden
2
-11
/
+40
2012-03-08
KVM: Dont mark TSC unstable due to S4 suspend
Zachary Amsden
2
-5
/
+89
2012-03-08
KVM: Allow adjust_tsc_offset to be in host or guest cycles
Marcelo Tosatti
4
-4
/
+19
2012-03-08
KVM: Add last_host_tsc tracking back to KVM
Zachary Amsden
2
-8
/
+4
2012-03-08
KVM: Fix last_guest_tsc / tsc_offset semantics
Zachary Amsden
1
-4
/
+6
2012-03-08
KVM: Leave TSC synchronization window open with each new sync
Zachary Amsden
1
-1
/
+0
2012-03-08
KVM: Improve TSC offset matching
Zachary Amsden
2
-15
/
+30
2012-03-08
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
5
-58
/
+71
2012-03-05
KVM: x86: increase recommended max vcpus to 160
Marcelo Tosatti
1
-1
/
+1
2012-03-05
x86: Introduce x86_cpuinit.early_percpu_clock_init hook
Igor Mammedov
4
-3
/
+5
2012-03-05
KVM: x86: reset edge sense circuit of i8259 on init
Gleb Natapov
1
-0
/
+1
2012-03-05
KVM: PPC: Add HPT preallocator
Alexander Graf
4
-4
/
+57
2012-03-05
KVM: PPC: Initialize linears with zeros
Alexander Graf
1
-0
/
+1
2012-03-05
KVM: PPC: Convert RMA allocation into generic code
Alexander Graf
5
-82
/
+118
2012-03-05
KVM: PPC: E500: Fail init when not on e500v2
Alexander Graf
1
-0
/
+4
2012-03-05
KVM: Move gfn_to_memslot() to kvm_host.h
Paul Mackerras
3
-41
/
+28
2012-03-05
KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guests
Avi Kivity
1
-0
/
+19
2012-03-05
KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)
Julian Stecklina
1
-1
/
+1
[next]