summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmcs.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-08KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS configRobert Hoo1-0/+1
2022-04-13KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple faultSean Christopherson1-0/+5
2022-01-14kvm: x86: Intercept #NM for saving IA32_XFD_ERRJing Liu1-0/+5
2021-08-13KVM: x86: Clean up redundant ROL16(val, n) macro definitionLike Xu1-0/+2
2021-06-24KVM: nVMX: Handle split-lock #AC exceptions that happen in L2Sean Christopherson1-0/+5
2021-06-21KVM: nVMX: Dynamically compute max VMCS index for vmcs12Sean Christopherson1-0/+8
2020-09-28KVM: VMX: Add a helper to test for a valid error code given an intr infoSean Christopherson1-0/+7
2020-06-15KVM: VMX: Add helpers to identify interrupt type from intr_infoSean Christopherson1-12/+20
2020-06-01KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-06-18KVM: VMX: Leave preemption timer running when it's disabledSean Christopherson1-0/+1
2019-06-18KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'Sean Christopherson1-1/+0
2019-06-18KVM: nVMX: Shadow VMCS controls on a per-VMCS basisSean Christopherson1-0/+9
2019-06-18KVM: VMX: Read cached VM-Exit reason to detect external interruptSean Christopherson1-0/+6
2019-02-12KVM: nVMX: Cache host_rsp on a per-VMCS basisSean Christopherson1-0/+1
2018-12-14KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson1-0/+2
2018-12-14KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson1-1/+3
2018-12-14KVM: VMX: Move VMCS definitions to dedicated fileSean Christopherson1-0/+132