summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/nested.c
AgeCommit message (Expand)Author
2019-05-01KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson
2019-04-16KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini
2019-04-16KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini
2019-04-05KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr
2019-04-05KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr
2019-03-28kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...Krish Sadhukhan
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-02-20kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon
2019-02-20KVM: nVMX: do not start the preemption timer hrtimer unnecessarilyPaolo Bonzini
2019-02-20KVM: x86: cleanup freeing of nested statePaolo Bonzini
2019-02-20KVM: nVMX: remove useless is_protmode checkPaolo Bonzini
2019-02-20KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson
2019-02-20KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson
2019-02-20KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson
2019-02-13KVM: nVMX: Restore a preemption timer consistency checkSean Christopherson
2019-02-12x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is availableVitaly Kuznetsov
2019-02-12KVM: nVMX: Cache host_rsp on a per-VMCS basisSean Christopherson
2019-02-12KVM: nVMX: Let the compiler select the reg for holding HOST_RSPSean Christopherson
2019-02-12KVM: nVMX: Reference vmx->loaded_vmcs->launched directlySean Christopherson
2019-02-12KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checksSean Christopherson
2019-02-12KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()Sean Christopherson
2019-02-12KVM: nVMX: Explicitly reference the scratch reg in nested early checksSean Christopherson
2019-02-12KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw()Sean Christopherson
2019-02-12KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()Sean Christopherson
2019-02-12KVM: nVMX: Check a single byte for VMCS "launched" in nested early checksSean Christopherson
2019-02-07KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier
2019-01-25kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang
2019-01-25kvm: x86/vmx: Use kzalloc for cached_vmcs12Tom Roeder
2019-01-11x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...Vitaly Kuznetsov
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson
2018-12-21KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson
2018-12-21KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang
2018-12-21kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson
2018-12-14KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...Krish Sadhukhan
2018-12-14KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()Sean Christopherson
2018-12-14KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...Krish Sadhukhan
2018-12-14KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()Krish Sadhukhan
2018-12-14KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...Krish Sadhukhan
2018-12-14x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov
2018-12-14KVM: nVMX: Move nested code to dedicated filesSean Christopherson