summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/nested.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka2019-07-281-0/+2
* KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini2019-07-281-1/+7
* KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01Sean Christopherson2019-07-261-7/+6
* KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mappedSean Christopherson2019-07-261-3/+0
* KVM: nVMX: use correct clean fields when copying from eVMCSVitaly Kuznetsov2019-07-141-2/+2
* KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATEPaolo Bonzini2019-06-191-1/+1
* KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li2019-05-311-2/+2
* KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson2019-05-011-2/+2
* KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini2019-04-161-2/+20
* KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini2019-04-161-9/+16
* KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr2019-04-051-1/+1
* KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr2019-04-051-28/+44
* kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...Krish Sadhukhan2019-03-281-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-50/+79
|\
| * kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-2/+6
| * KVM: nVMX: do not start the preemption timer hrtimer unnecessarilyPaolo Bonzini2019-02-201-4/+9
| * KVM: x86: cleanup freeing of nested statePaolo Bonzini2019-02-201-6/+6
| * KVM: nVMX: remove useless is_protmode checkPaolo Bonzini2019-02-201-1/+1
| * KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson2019-02-201-3/+9
| * KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson2019-02-201-2/+23
| * KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson2019-02-201-0/+4
| * KVM: nVMX: Cache host_rsp on a per-VMCS basisSean Christopherson2019-02-121-18/+6
| * KVM: nVMX: Let the compiler select the reg for holding HOST_RSPSean Christopherson2019-02-121-3/+3
| * KVM: nVMX: Reference vmx->loaded_vmcs->launched directlySean Christopherson2019-02-121-4/+3
| * KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checksSean Christopherson2019-02-121-3/+3
| * KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()Sean Christopherson2019-02-121-6/+10
| * KVM: nVMX: Explicitly reference the scratch reg in nested early checksSean Christopherson2019-02-121-1/+1
| * KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw()Sean Christopherson2019-02-121-2/+0
| * KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()Sean Christopherson2019-02-121-1/+1
| * KVM: nVMX: Check a single byte for VMCS "launched" in nested early checksSean Christopherson2019-02-121-1/+1
* | KVM: nVMX: Restore a preemption timer consistency checkSean Christopherson2019-02-131-0/+4
* | x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is availableVitaly Kuznetsov2019-02-121-3/+5
|/
* KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier2019-02-071-0/+1
* kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang2019-01-251-1/+1
* kvm: x86/vmx: Use kzalloc for cached_vmcs12Tom Roeder2019-01-251-4/+8
* x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...Vitaly Kuznetsov2019-01-111-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-0/+2
* KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-211-20/+10
* KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson2018-12-211-3/+3
* KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang2018-12-211-0/+6
* kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson2018-12-211-3/+7
* KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...Krish Sadhukhan2018-12-141-3/+14
* KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...Krish Sadhukhan2018-12-141-14/+25
* KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...Krish Sadhukhan2018-12-141-43/+54
* KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...Krish Sadhukhan2018-12-141-10/+33
* KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()Sean Christopherson2018-12-141-24/+10
* KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...Krish Sadhukhan2018-12-141-69/+62
* KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()Krish Sadhukhan2018-12-141-7/+8
* KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...Krish Sadhukhan2018-12-141-4/+12
* x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov2018-12-141-0/+1