index
:
Linux Stable
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.13.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
/
x86
/
kvm
/
vmx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Exit to user-mode on #UD intercept when emulator requires
Liran Alon
2017-12-05
1
-0
/
+2
*
kvm: vmx: Reinstate support for CPUs without virtual NMI
Paolo Bonzini
2017-11-30
1
-44
/
+106
*
KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
Ladi Prosek
2017-11-30
1
-0
/
+2
*
KVM: x86: Update APICv on APIC reset
Jan H. Schönherr
2017-11-02
1
-5
/
+0
*
KVM: VMX: Do not fully reset PI descriptor on vCPU reset
Jan H. Schönherr
2017-11-02
1
-2
/
+4
*
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
Haozhong Zhang
2017-10-12
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-09-29
1
-105
/
+101
|
\
|
*
KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresume
Wanpeng Li
2017-09-29
1
-1
/
+2
|
*
KVM: VMX: use cmpxchg64
Paolo Bonzini
2017-09-28
1
-6
/
+6
|
*
KVM: VMX: simplify and fix vmx_vcpu_pi_load
Paolo Bonzini
2017-09-27
1
-33
/
+35
|
*
KVM: VMX: avoid double list add with VT-d posted interrupts
Paolo Bonzini
2017-09-27
1
-37
/
+25
|
*
KVM: VMX: extract __pi_post_block
Paolo Bonzini
2017-09-27
1
-33
/
+38
|
*
KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
Ladi Prosek
2017-09-22
1
-8
/
+8
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-24
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
2017-09-23
1
-2
/
+1
*
|
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
Haozhong Zhang
2017-09-19
1
-12
/
+21
*
|
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
Haozhong Zhang
2017-09-19
1
-5
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-09-15
1
-66
/
+96
|
\
|
*
kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properly
Jim Mattson
2017-09-15
1
-59
/
+75
|
*
kvm: vmx: Handle VMLAUNCH/VMRESUME failure properly
Jim Mattson
2017-09-15
1
-6
/
+8
|
*
kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry
Jim Mattson
2017-09-15
1
-7
/
+9
|
*
KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
Jan H. Schönherr
2017-09-15
1
-2
/
+7
|
*
kvm: nVMX: Don't allow L2 to access the hardware CR8
Jim Mattson
2017-09-15
1
-0
/
+5
|
*
KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()
Suravee Suthikulpanit
2017-09-13
1
-1
/
+1
*
|
x86/paravirt: Remove no longer used paravirt functions
Juergen Gross
2017-09-13
1
-1
/
+1
|
/
*
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-09-08
1
-169
/
+451
|
\
|
*
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
2017-09-08
1
-17
/
+8
|
|
\
|
*
|
kvm: nVMX: Validate the virtual-APIC address on nested VM-entry
Jim Mattson
2017-08-25
1
-0
/
+15
|
*
|
KVM: nVMX: Fix trying to cancel vmlauch/vmresume
Wanpeng Li
2017-08-24
1
-14
/
+17
|
*
|
KVM: X86: Fix loss of exception which has not yet been injected
Wanpeng Li
2017-08-24
1
-2
/
+2
|
*
|
KVM: VMX: use kvm_event_needs_reinjection
Wanpeng Li
2017-08-24
1
-3
/
+1
|
*
|
KVM: MMU: Expose the LA57 feature to VM.
Yu Zhang
2017-08-24
1
-4
/
+4
|
*
|
KVM: MMU: Add 5 level EPT & Shadow page table support.
Yu Zhang
2017-08-24
1
-6
/
+15
|
*
|
kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS
Paolo Bonzini
2017-08-24
1
-4
/
+22
|
*
|
kvm: vmx: Raise #UD on unsupported RDSEED
Jim Mattson
2017-08-24
1
-1
/
+23
|
*
|
kvm: vmx: Raise #UD on unsupported RDRAND
Jim Mattson
2017-08-24
1
-1
/
+30
|
*
|
KVM: VMX: cache secondary exec controls
Paolo Bonzini
2017-08-24
1
-46
/
+54
|
*
|
KVM: VMX: always require WB memory type for EPT
David Hildenbrand
2017-08-18
1
-2
/
+7
|
*
|
KVM: VMX: cleanup EPTP definitions
David Hildenbrand
2017-08-18
1
-14
/
+11
|
*
|
KVM: x86: fix use of L1 MMIO areas in nested guests
Paolo Bonzini
2017-08-18
1
-1
/
+6
|
*
|
KVM: x86: Avoid guest page table walk when gpa_available is set
Brijesh Singh
2017-08-18
1
-4
/
+0
|
*
|
KVM: x86: simplify ept_misconfig
Paolo Bonzini
2017-08-18
1
-10
/
+3
|
*
|
KVM: nVMX: validate eptp pointer
David Hildenbrand
2017-08-11
1
-5
/
+2
|
*
|
kvm: nVMX: Add support for fast unprotection of nested guest page tables
Paolo Bonzini
2017-08-10
1
-1
/
+4
|
*
|
KVM: X86: Fix residual mmio emulation request to userspace
Wanpeng Li
2017-08-10
1
-0
/
+1
|
*
|
KVM: X86: implement the logic for spinlock optimization
Longpeng(Mike)
2017-08-08
1
-1
/
+7
|
*
|
KVM: add spinlock optimization framework
Longpeng(Mike)
2017-08-08
1
-1
/
+1
|
*
|
KVM: x86: use general helpers for some cpuid manipulation
Radim Krčmář
2017-08-07
1
-4
/
+2
|
*
|
KVM: x86: generalize guest_cpuid_has_ helpers
Radim Krčmář
2017-08-07
1
-14
/
+12
|
*
|
KVM: nVMX: Emulate EPTP switching for the L1 hypervisor
Bandan Das
2017-08-07
1
-6
/
+118
[next]