summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson2018-12-141-15295/+0Star
* KVM: VMX: Alphabetize the includes in vmx.cSean Christopherson2018-12-141-26/+25Star
* KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcsSean Christopherson2018-12-141-20/+23
* KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson2018-12-141-2/+5
* kvm: nVMX: Set VM instruction error for VMPTRLD of unbacked pageJim Mattson2018-11-271-3/+11
* nVMX x86: Check VMX-preemption timer controls on vmentry of L2 guestsKrish Sadhukhan2018-11-271-0/+10
* KVM/nVMX: Remove unneeded forward jump in nested_vmx_check_vmentry_hw asmUros Bizjak2018-11-271-7/+5Star
* KVM: nVMX: Unrestricted guest mode requires EPTJim Mattson2018-11-271-0/+24
* KVM: x86: Trace changes to active TSC offset regardless if vCPU in guest-modePaolo Bonzini2018-11-271-17/+17
* KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION even when copied from...Liran Alon2018-11-271-5/+5
* KVM: nVMX: Verify eVMCS revision id match supported eVMCS version on eVMCS VM...Liran Alon2018-11-271-1/+24
* KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-11-271-12/+9Star
* x86/kvm/vmx: fix old-style function declarationYi Wang2018-11-271-4/+4
* KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changesLiran Alon2018-11-271-5/+16
* KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPERV_ENLIGHTENED_VMCS...Liran Alon2018-11-271-6/+6
* KVM: VMX: re-add ple_gap module parameterLuiz Capitulino2018-11-271-0/+1
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-711/+1576
|\
| * KVM/nVMX: Do not validate that posted_intr_desc_addr is page alignedKarimAllah Ahmed2018-10-241-1/+1
| * x86/kvm/nVMX: tweak shadow fieldsVitaly Kuznetsov2018-10-191-5/+5
| * KVM: VMX: enable nested virtualization by defaultPaolo Bonzini2018-10-171-1/+1
| * KVM/x86: Use 32bit xor to clear registers in svm.cUros Bizjak2018-10-171-1/+5
| * kvm: vmx: Defer setting of DR6 until #DB deliveryJim Mattson2018-10-171-14/+10Star
| * kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson2018-10-171-10/+9Star
| * x86/kvm/nVMX: nested state migration for Enlightened VMCSVitaly Kuznetsov2018-10-171-18/+60
| * x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov2018-10-171-7/+8
| * KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS caseVitaly Kuznetsov2018-10-171-53/+65
| * KVM: nVMX: implement enlightened VMPTRLD and VMCLEARVitaly Kuznetsov2018-10-171-7/+108
| * KVM: nVMX: add enlightened VMCS stateVitaly Kuznetsov2018-10-171-17/+423
| * KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov2018-10-171-0/+37
| * KVM: VMX: refactor evmcs_sanitize_exec_ctrls()Vitaly Kuznetsov2018-10-171-61/+47Star
| * KVM/VMX: Change hv flush logic when ept tables are mismatched.Lan Tianyu2018-10-171-7/+8
| * KVM/x86: Use 32bit xor to clear registerUros Bizjak2018-10-171-2/+2
| * KVM/x86: Use assembly instruction mnemonics instead of .byte streamsUros Bizjak2018-10-171-26/+20Star
| * KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak2018-10-171-2/+2
| * x86/kvm/mmu: make space for source data caching in struct kvm_mmuVitaly Kuznetsov2018-10-171-1/+1
| * x86/kvm/mmu: introduce guest_mmuVitaly Kuznetsov2018-10-171-13/+22
| * x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()Vitaly Kuznetsov2018-10-171-1/+1
| * x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()Vitaly Kuznetsov2018-10-171-0/+1
| * x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov2018-10-171-7/+8
| * KVM: nVMX: WARN if nested run hits VMFail with early consistency checks enabledSean Christopherson2018-10-171-8/+10
| * KVM: nVMX: add option to perform early consistency checks via H/WSean Christopherson2018-10-171-5/+137
| * KVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host_state()Sean Christopherson2018-10-171-1/+5
| * KVM: nVMX: call kvm_skip_emulated_instruction in nested_vmx_{fail,succeed}Sean Christopherson2018-10-171-154/+91Star
| * KVM: nVMX: do not call nested_vmx_succeed() for consistency check VMExitSean Christopherson2018-10-171-1/+0Star
| * KVM: nVMX: do not skip VMEnter instruction that succeedsSean Christopherson2018-10-171-16/+5Star
| * KVM: nVMX: do early preparation of vmcs02 before check_vmentry_postreqs()Sean Christopherson2018-10-171-10/+12
| * KVM: nVMX: initialize vmcs02 constant exactly once (per VMCS)Sean Christopherson2018-10-171-2/+11
| * KVM: nVMX: split pieces of prepare_vmcs02() to prepare_vmcs02_early()Sean Christopherson2018-10-171-186/+224
| * KVM: VMX: remove ASSERT() on vmx->pml_pg validitySean Christopherson2018-10-171-2/+0Star
| * KVM: vVMX: rename label for post-enter_guest_mode consistency checkSean Christopherson2018-10-171-3/+3