summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-15KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li1-1/+1
2017-05-15kvm: nVMX: off by one in vmx_write_pml_buffer()Dan Carpenter1-1/+1
2017-05-09nVMX: Advertise PML to L1 hypervisorBandan Das1-5/+11
2017-05-09nVMX: Implement emulated Page Modification LoggingBandan Das1-2/+79
2017-05-09kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson1-0/+8
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-220/+112
2017-05-05kvm: nVMX: Don't validate disabled secondary controlsJim Mattson1-3/+4
2017-05-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+4
2017-04-27kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson1-43/+14
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář1-1/+1
2017-04-21kvm: better MWAIT emulation for guestsMichael S. Tsirkin1-2/+4
2017-04-21KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand1-31/+7
2017-04-13KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář1-1/+1
2017-04-07KVM: nVMX: support RDRAND and RDSEED exitingPaolo Bonzini1-0/+5
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini1-4/+28
2017-04-07KVM: VMX: remove bogus check for invalid EPT violationPaolo Bonzini1-14/+0
2017-04-07KVM: nVMX: we support 1GB EPT pagesPaolo Bonzini1-3/+3
2017-04-07KVM: VMX: require virtual NMI supportPaolo Bonzini1-105/+38
2017-04-07KVM: nVMX: single function for switching between vmcsDavid Hildenbrand1-15/+8
2017-04-07kvm: vmx: Don't use INVVPID when EPT is enabledJim Mattson1-1/+2
2017-04-04KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek1-0/+12
2017-04-04KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek1-0/+3
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar1-12/+32
2017-03-28KVM: nVMX: fix nested EPT detectionLadi Prosek1-4/+1
2017-03-23KVM: VMX: Fix enable VPID conditionsWanpeng Li1-1/+8
2017-03-23KVM: nVMX: Fix nested VPID vmx exec controlWanpeng Li1-3/+4
2017-03-23kvm: vmx: Flush TLB when the APIC-access address changesJim Mattson1-1/+17
2017-03-23x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski1-2/+2
2017-03-20KVM: nVMX: don't reset kvm mmu twiceWanpeng Li1-2/+0
2017-03-20KVM: VMX: downgrade warning on unexpected exit codeRadim Krčmář1-1/+2
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier1-8/+4
2017-03-09KVM: nVMX: do not warn when MSR bitmap address is not backedRadim Krčmář1-3/+1
2017-03-07KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li1-1/+3
2017-03-06kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson1-18/+4
2017-03-01KVM: nVMX: Fix pending events injectionWanpeng Li1-2/+6
2017-03-01x86/kvm/vmx: remove unused variable in segment_base()Jérémy Lefaure1-1/+0
2017-02-21KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng1-2/+2
2017-02-21x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski1-14/+9
2017-02-21x86/kvm/vmx: Simplify segment_base()Andy Lutomirski1-8/+7
2017-02-21x86/kvm/vmx: Get rid of segment_base() on 64-bit kernelsAndy Lutomirski1-4/+7
2017-02-21x86/kvm/vmx: Don't fetch the TSS base from the GDTAndy Lutomirski1-10/+4
2017-02-20kvm: fix page struct leak in handle_vmonPaolo Bonzini1-2/+7
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini1-97/+15
2017-02-16KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controlsPaolo Bonzini1-22/+8
2017-02-15kvm: nVMX: Refactor nested_vmx_run()Jim Mattson1-49/+62
2017-02-15kvm: nVMX: Split VMCS checks from nested_vmx_run()Jim Mattson1-91/+103
2017-02-15kvm: nVMX: Refactor nested_get_vmcs12_pages()Jim Mattson1-69/+69
2017-02-15kvm: nVMX: Refactor handle_vmptrld()Jim Mattson1-9/+13
2017-02-15kvm: nVMX: Refactor handle_vmon()Jim Mattson1-41/+52
2017-02-15kvm: nVMX: Prepare for checkpointing L2 stateJim Mattson1-29/+48