summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini
2017-08-03KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li
2017-08-02KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack
2017-08-02kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownDavid Matlack
2017-08-02KVM: nVMX: do not pin the VMCS12Paolo Bonzini
2017-08-01KVM: nVMX: fixes to nested virt interrupt injectionPaolo Bonzini
2017-08-01KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12Paolo Bonzini
2017-07-26KVM: nVMX: Fix loss of L2's NMI blocking stateWanpeng Li
2017-07-26KVM: nVMX: Fix posted intr delivery when vcpu is in guest modeWincy Van
2017-07-24KVM: VMX: remove unused fieldPaolo Bonzini
2017-07-20KVM: VMX: Fix invalid guest state detection after task-switch emulationWanpeng Li
2017-07-19KVM: nVMX: Disallow VM-entry in MOV-SS shadowJim Mattson
2017-07-19KVM: nVMX: track NMI blocking state separately for each VMCSPaolo Bonzini
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li
2017-07-12kvm: vmx: Properly handle machine check during VM-entryJim Mattson
2017-07-12kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fieldsJim Mattson
2017-07-12kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controlsJim Mattson
2017-07-12kvm: nVMX: Validate the I/O bitmaps on nested VM-entryJim Mattson
2017-07-12kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH failsJim Mattson
2017-07-10KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exitsPaolo Bonzini
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-07-04kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-03x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-29KVM: LAPIC: Fix lapic timer injection delayWanpeng Li
2017-06-28kvm: nVMX: Check memory operand to INVVPIDJim Mattson
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski
2017-06-07KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson
2017-06-07KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exitJim Mattson
2017-06-07kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson
2017-06-07kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson
2017-06-07kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson
2017-06-06KVM: nVMX: Fix exception injectionWanpeng Li
2017-06-05x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constantAndy Lutomirski
2017-06-01KVM: white space cleanup in nested_vmx_setup_ctls_msrs()Dan Carpenter
2017-05-30KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář
2017-05-26KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr
2017-05-15KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li
2017-05-15kvm: nVMX: off by one in vmx_write_pml_buffer()Dan Carpenter
2017-05-09nVMX: Advertise PML to L1 hypervisorBandan Das
2017-05-09nVMX: Implement emulated Page Modification LoggingBandan Das
2017-05-09kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-05-05kvm: nVMX: Don't validate disabled secondary controlsJim Mattson