summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Fix invalid guest state detection after task-switch emulationWanpeng Li2017-07-201-5/+10
* KVM: nVMX: Disallow VM-entry in MOV-SS shadowJim Mattson2017-07-191-0/+7
* KVM: nVMX: track NMI blocking state separately for each VMCSPaolo Bonzini2017-07-191-10/+14
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-141-1/+1
* KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li2017-07-141-3/+14
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-141-7/+8
* KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li2017-07-141-3/+5
* kvm: vmx: Properly handle machine check during VM-entryJim Mattson2017-07-121-6/+9
* kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fieldsJim Mattson2017-07-121-26/+34
* kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controlsJim Mattson2017-07-121-11/+6
* kvm: nVMX: Validate the I/O bitmaps on nested VM-entryJim Mattson2017-07-121-0/+16
* kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH failsJim Mattson2017-07-121-2/+2
* KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exitsPaolo Bonzini2017-07-101-1/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-061-35/+48
|\
| * kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang2017-07-041-2/+4
| * x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2017-07-031-21/+17
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-031-1/+2
| * KVM: LAPIC: Fix lapic timer injection delayWanpeng Li2017-06-291-1/+2
| * kvm: nVMX: Check memory operand to INVVPIDJim Mattson2017-06-281-4/+18
| * KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson2017-06-071-2/+1
| * KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exitJim Mattson2017-06-071-2/+0
| * kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson2017-06-071-0/+3
| * kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2017-06-071-2/+2
| * kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson2017-06-071-1/+0
| * KVM: white space cleanup in nested_vmx_setup_ctls_msrs()Dan Carpenter2017-06-011-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-3/+18
|\ \
| * \ Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-221-1/+1
| |\ \
| * | | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1
| * | | x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constantAndy Lutomirski2017-06-051-3/+18
| | |/ | |/|
* | | objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+3
| |/ |/|
* | KVM: nVMX: Fix exception injectionWanpeng Li2017-06-061-1/+1
|/
* KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář2017-05-301-83/+57
* KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr2017-05-261-2/+5
* KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li2017-05-151-1/+1
* kvm: nVMX: off by one in vmx_write_pml_buffer()Dan Carpenter2017-05-151-1/+1
* nVMX: Advertise PML to L1 hypervisorBandan Das2017-05-091-5/+11
* nVMX: Implement emulated Page Modification LoggingBandan Das2017-05-091-2/+79
* kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson2017-05-091-0/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-220/+112
|\
| * kvm: nVMX: Don't validate disabled secondary controlsJim Mattson2017-05-051-3/+4
| * kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson2017-04-271-43/+14
| * KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-271-1/+1
| * kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-211-2/+4
| * KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand2017-04-211-31/+7
| * KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář2017-04-131-1/+1
| * KVM: nVMX: support RDRAND and RDSEED exitingPaolo Bonzini2017-04-071-0/+5
| * kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-071-4/+28
| * KVM: VMX: remove bogus check for invalid EPT violationPaolo Bonzini2017-04-071-14/+0
| * KVM: nVMX: we support 1GB EPT pagesPaolo Bonzini2017-04-071-3/+3
| * KVM: VMX: require virtual NMI supportPaolo Bonzini2017-04-071-105/+38
OpenPOWER on IntegriCloud