aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/nested.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7221)Peter Shier1-0/+1
2019-01-25kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang1-1/+1
2019-01-25kvm: x86/vmx: Use kzalloc for cached_vmcs12Tom Roeder1-4/+8
2019-01-11x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not backedVitaly Kuznetsov1-2/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5721
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson1-20/+10
2018-12-21KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson1-3/+3
2018-12-21KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang1-0/+6
2018-12-21kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson1-3/+7
2018-12-14KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper functionKrish Sadhukhan1-3/+14
2018-12-14KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate helper functionKrish Sadhukhan1-14/+25
2018-12-14KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper functionKrish Sadhukhan1-43/+54
2018-12-14KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper functionKrish Sadhukhan1-10/+33
2018-12-14KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()Sean Christopherson1-24/+10
2018-12-14KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate helper functionKrish Sadhukhan1-69/+62
2018-12-14KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()Krish Sadhukhan1-7/+8
2018-12-14KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading guest stateKrish Sadhukhan1-4/+12
2018-12-14x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov1-0/+1
2018-12-14KVM: nVMX: Move nested code to dedicated filesSean Christopherson1-0/+5674