index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86 emulator: fix in/out emulation.
Gleb Natapov
2010-05-17
6
-133
/
+178
*
KVM: x86 emulator: during rep emulation decrement ECX only if emulation succe...
Gleb Natapov
2010-05-17
1
-7
/
+8
*
KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM
Gleb Natapov
2010-05-17
1
-81
/
+44
*
KVM: x86 emulator: populate OP_MEM operand during decoding.
Gleb Natapov
2010-05-17
1
-37
/
+29
*
KVM: Use task switch from emulator.c
Gleb Natapov
2010-05-17
2
-545
/
+22
*
KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_...
Gleb Natapov
2010-05-17
1
-5
/
+5
*
KVM: x86 emulator: Emulate task switch in emulator.c
Gleb Natapov
2010-05-17
2
-0
/
+568
*
KVM: x86 emulator: Provide more callbacks for x86 emulator.
Gleb Natapov
2010-05-17
2
-15
/
+131
*
KVM: x86 emulator: cleanup grp3 return value
Gleb Natapov
2010-05-17
1
-8
/
+4
*
KVM: x86 emulator: If LOCK prefix is used dest arg should be memory.
Gleb Natapov
2010-05-17
1
-1
/
+1
*
KVM: x86 emulator: do not call writeback if msr access fails.
Gleb Natapov
2010-05-17
1
-2
/
+2
*
KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations
Gleb Natapov
2010-05-17
1
-6
/
+11
*
KVM: x86 emulator: fix mov dr to inject #UD when needed.
Gleb Natapov
2010-05-17
1
-6
/
+12
*
KVM: x86 emulator: inject #UD on access to non-existing CR
Gleb Natapov
2010-05-17
1
-0
/
+7
*
KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits.
Gleb Natapov
2010-05-17
1
-8
/
+0
*
KVM: x86 emulator: fix 0f 01 /5 emulation
Gleb Natapov
2010-05-17
1
-0
/
+3
*
KVM: x86 emulator: fix mov r/m, sreg emulation.
Gleb Natapov
2010-05-17
1
-4
/
+3
*
KVM: Provide current eip as part of emulator context.
Gleb Natapov
2010-05-17
3
-7
/
+9
*
KVM: Provide x86_emulate_ctxt callback to get current cpl
Gleb Natapov
2010-05-17
3
-7
/
+15
*
KVM: remove realmode_lmsw function.
Gleb Natapov
2010-05-17
3
-11
/
+2
*
KVM: Provide callback to get/set control registers in emulator ops.
Gleb Natapov
2010-05-17
4
-63
/
+63
*
KVM: VMX: change to use bool return values
Gui Jianfeng
2010-05-17
1
-27
/
+27
*
KVM: Remove pointer to rflags from realmode_set_cr parameters.
Gleb Natapov
2010-05-17
3
-7
/
+3
*
KVM: x86 emulator: check return value against correct define
Gleb Natapov
2010-05-17
1
-1
/
+1
*
KVM: x86 emulator: fix RCX access during rep emulation
Gleb Natapov
2010-05-17
1
-2
/
+2
*
KVM: x86 emulator: Fix DstAcc decoding.
Gleb Natapov
2010-05-17
1
-2
/
+5
*
KVM: MMU: Reinstate pte prefetch on invlpg
Avi Kivity
2010-05-17
3
-14
/
+39
*
KVM: MMU: Do not instantiate nontrapping spte on unsync page
Avi Kivity
2010-05-17
1
-2
/
+8
*
KVM: Don't follow an atomic operation by a non-atomic one
Avi Kivity
2010-05-17
1
-6
/
+24
*
KVM: Make locked operations truly atomic
Avi Kivity
2010-05-17
1
-21
/
+48
*
KVM: MMU: Consolidate two guest pte reads in kvm_mmu_pte_write()
Avi Kivity
2010-05-17
1
-38
/
+31
*
KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chip
Wei Yongjun
2010-05-17
1
-0
/
+2
*
KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chip
Wei Yongjun
2010-05-17
1
-0
/
+2
*
KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failure
Wei Yongjun
2010-05-17
1
-1
/
+3
*
KVM: x86: Use native_store_idt() instead of kvm_get_idt()
Wei Yongjun
2010-05-17
2
-6
/
+1
*
KVM: Trace exception injection
Avi Kivity
2010-05-17
2
-0
/
+35
*
KVM: Move kvm_exit tracepoint rip reading inside tracepoint
Avi Kivity
2010-05-17
3
-5
/
+5
*
KVM: remove redundant initialization of page->private
Minchan Kim
2010-05-17
1
-1
/
+0
*
KVM: cleanup kvm trace
Xiao Guangrong
2010-05-17
4
-6
/
+11
*
KVM: PPC: Do not create debugfs if fail to create vcpu
Wei Yongjun
2010-05-17
1
-1
/
+2
*
KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()
Wei Yongjun
2010-05-17
1
-1
/
+3
*
KVM: x86 emulator mark VMMCALL and LMSW as privileged
Gleb Natapov
2010-05-17
1
-2
/
+2
*
KVM: SVM: Ignore lower 12 bit of nested msrpm_pa
Joerg Roedel
2010-05-17
1
-1
/
+1
*
KVM; SVM: Add correct handling of nested iopm
Joerg Roedel
2010-05-17
1
-0
/
+25
*
KVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handled_msr
Joerg Roedel
2010-05-17
1
-30
/
+17
*
KVM: SVM: Optimize nested svm msrpm merging
Joerg Roedel
2010-05-17
1
-9
/
+71
*
KVM: SVM: Introduce direct access msr list
Joerg Roedel
2010-05-17
1
-10
/
+46
*
KVM: SVM: Move msrpm offset calculation to seperate function
Joerg Roedel
2010-05-17
1
-16
/
+37
*
KVM: SVM: Return correct values in nested_svm_exit_handled_msr
Joerg Roedel
2010-05-17
1
-5
/
+5
*
KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup
Andrea Gelmini
2010-05-17
1
-3
/
+1
[next]