summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2017-06-06KVM: nVMX: Fix exception injectionWanpeng Li
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
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-27kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář
2017-04-21kvm: better MWAIT emulation for guestsMichael S. Tsirkin
2017-04-21KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand
2017-04-13KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář
2017-04-07KVM: nVMX: support RDRAND and RDSEED exitingPaolo Bonzini
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini
2017-04-07KVM: VMX: remove bogus check for invalid EPT violationPaolo Bonzini
2017-04-07KVM: nVMX: we support 1GB EPT pagesPaolo Bonzini
2017-04-07KVM: VMX: require virtual NMI supportPaolo Bonzini
2017-04-07KVM: nVMX: single function for switching between vmcsDavid Hildenbrand
2017-04-07kvm: vmx: Don't use INVVPID when EPT is enabledJim Mattson
2017-04-04KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek
2017-04-04KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-03-28KVM: nVMX: fix nested EPT detectionLadi Prosek
2017-03-23KVM: VMX: Fix enable VPID conditionsWanpeng Li
2017-03-23KVM: nVMX: Fix nested VPID vmx exec controlWanpeng Li
2017-03-23kvm: vmx: Flush TLB when the APIC-access address changesJim Mattson
2017-03-23x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski
2017-03-20KVM: nVMX: don't reset kvm mmu twiceWanpeng Li
2017-03-20KVM: VMX: downgrade warning on unexpected exit codeRadim Krčmář
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier
2017-03-09KVM: nVMX: do not warn when MSR bitmap address is not backedRadim Krčmář
2017-03-07KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li
2017-03-06kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson
2017-03-01KVM: nVMX: Fix pending events injectionWanpeng Li
2017-03-01x86/kvm/vmx: remove unused variable in segment_base()Jérémy Lefaure
2017-02-21KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng
2017-02-21x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski
2017-02-21x86/kvm/vmx: Simplify segment_base()Andy Lutomirski
2017-02-21x86/kvm/vmx: Get rid of segment_base() on 64-bit kernelsAndy Lutomirski
2017-02-21x86/kvm/vmx: Don't fetch the TSS base from the GDTAndy Lutomirski
2017-02-20kvm: fix page struct leak in handle_vmonPaolo Bonzini
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini
2017-02-16KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controlsPaolo Bonzini
2017-02-15kvm: nVMX: Refactor nested_vmx_run()Jim Mattson
2017-02-15kvm: nVMX: Split VMCS checks from nested_vmx_run()Jim Mattson
2017-02-15kvm: nVMX: Refactor nested_get_vmcs12_pages()Jim Mattson