index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
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
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-07-06
1
-35
/
+48
|
\
|
*
kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
Haozhong Zhang
2017-07-04
1
-2
/
+4
|
*
x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12
Peter Feiner
2017-07-03
1
-21
/
+17
|
*
x86: kvm: mmu: make spte mmio mask more explicit
Peter Feiner
2017-07-03
1
-1
/
+2
|
*
KVM: LAPIC: Fix lapic timer injection delay
Wanpeng Li
2017-06-29
1
-1
/
+2
|
*
kvm: nVMX: Check memory operand to INVVPID
Jim Mattson
2017-06-28
1
-4
/
+18
|
*
KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit
Jim Mattson
2017-06-07
1
-2
/
+1
|
*
KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exit
Jim Mattson
2017-06-07
1
-2
/
+0
|
*
kvm: vmx: Check value written to IA32_BNDCFGS
Jim Mattson
2017-06-07
1
-0
/
+3
|
*
kvm: x86: Guest BNDCFGS requires guest MPX support
Jim Mattson
2017-06-07
1
-2
/
+2
|
*
kvm: vmx: Do not disable intercepts for BNDCFGS
Jim Mattson
2017-06-07
1
-1
/
+0
|
*
KVM: white space cleanup in nested_vmx_setup_ctls_msrs()
Dan Carpenter
2017-06-01
1
-1
/
+1
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-03
1
-3
/
+18
|
\
\
|
*
\
Merge branch 'linus' into x86/mm, to pick up fixes
Ingo Molnar
2017-06-22
1
-1
/
+1
|
|
\
\
|
*
|
|
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
2017-06-13
1
-1
/
+1
|
*
|
|
x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant
Andy Lutomirski
2017-06-05
1
-3
/
+18
|
|
|
/
|
|
/
|
*
|
|
objtool, x86: Add several functions and files to the objtool whitelist
Josh Poimboeuf
2017-06-30
1
-0
/
+3
|
|
/
|
/
|
*
|
KVM: nVMX: Fix exception injection
Wanpeng Li
2017-06-06
1
-1
/
+1
|
/
*
KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging
Radim Krčmář
2017-05-30
1
-83
/
+57
*
KVM: nVMX: Fix handling of lmsw instruction
Jan H. Schönherr
2017-05-26
1
-2
/
+5
*
KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabled
Wanpeng Li
2017-05-15
1
-1
/
+1
*
kvm: nVMX: off by one in vmx_write_pml_buffer()
Dan Carpenter
2017-05-15
1
-1
/
+1
*
nVMX: Advertise PML to L1 hypervisor
Bandan Das
2017-05-09
1
-5
/
+11
*
nVMX: Implement emulated Page Modification Logging
Bandan Das
2017-05-09
1
-2
/
+79
*
kvm: nVMX: Validate CR3 target count on nested VM-entry
Jim Mattson
2017-05-09
1
-0
/
+8
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-05-08
1
-220
/
+112
|
\
|
*
kvm: nVMX: Don't validate disabled secondary controls
Jim Mattson
2017-05-05
1
-3
/
+4
|
*
kvm: nVMX: Remove superfluous VMX instruction fault checks
Jim Mattson
2017-04-27
1
-43
/
+14
|
*
KVM: add kvm_{test,clear}_request to replace {test,clear}_bit
Radim Krčmář
2017-04-27
1
-1
/
+1
|
*
kvm: better MWAIT emulation for guests
Michael S. Tsirkin
2017-04-21
1
-2
/
+4
|
*
KVM: VMX: drop vmm_exclusive module parameter
David Hildenbrand
2017-04-21
1
-31
/
+7
|
*
KVM: nVMX: fix AD condition when handling EPT violation
Radim Krčmář
2017-04-13
1
-1
/
+1
|
*
KVM: nVMX: support RDRAND and RDSEED exiting
Paolo Bonzini
2017-04-07
1
-0
/
+5
|
*
kvm: nVMX: support EPT accessed/dirty bits
Paolo Bonzini
2017-04-07
1
-4
/
+28
|
*
KVM: VMX: remove bogus check for invalid EPT violation
Paolo Bonzini
2017-04-07
1
-14
/
+0
|
*
KVM: nVMX: we support 1GB EPT pages
Paolo Bonzini
2017-04-07
1
-3
/
+3
|
*
KVM: VMX: require virtual NMI support
Paolo Bonzini
2017-04-07
1
-105
/
+38
|
*
KVM: nVMX: single function for switching between vmcs
David Hildenbrand
2017-04-07
1
-15
/
+8
|
*
kvm: vmx: Don't use INVVPID when EPT is enabled
Jim Mattson
2017-04-07
1
-1
/
+2
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-01
1
-8
/
+4
|
\
\
|
*
|
Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch
Ingo Molnar
2017-04-03
1
-12
/
+32
|
|
\
|
|
*
|
x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers
Andy Lutomirski
2017-03-23
1
-2
/
+2
|
*
|
x86: Make the GDT remapping read-only on 64-bit
Thomas Garnier
2017-03-16
1
-8
/
+4
*
|
|
KVM: nVMX: initialize PML fields in vmcs02
Ladi Prosek
2017-04-04
1
-0
/
+12
*
|
|
KVM: nVMX: do not leak PML full vmexit to L1
Ladi Prosek
2017-04-04
1
-0
/
+3
|
|
/
|
/
|
*
|
KVM: nVMX: fix nested EPT detection
Ladi Prosek
2017-03-28
1
-4
/
+1
*
|
KVM: VMX: Fix enable VPID conditions
Wanpeng Li
2017-03-23
1
-1
/
+8
*
|
KVM: nVMX: Fix nested VPID vmx exec control
Wanpeng Li
2017-03-23
1
-3
/
+4
*
|
kvm: vmx: Flush TLB when the APIC-access address changes
Jim Mattson
2017-03-23
1
-1
/
+17
*
|
KVM: nVMX: don't reset kvm mmu twice
Wanpeng Li
2017-03-20
1
-2
/
+0
[next]