aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/vmcs.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-19KVM: VMX: Introduce test mode related to EPT violation VEGravatar Isaku Yamahata 1-0/+5
2023-01-24KVM: VMX: Handle NMI VM-Exits in noinstr regionGravatar Sean Christopherson 1-2/+2
2022-06-08KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS configGravatar Robert Hoo 1-0/+1
2022-04-13KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple faultGravatar Sean Christopherson 1-0/+5
2022-01-14kvm: x86: Intercept #NM for saving IA32_XFD_ERRGravatar Jing Liu 1-0/+5
2021-08-13KVM: x86: Clean up redundant ROL16(val, n) macro definitionGravatar Like Xu 1-0/+2
2021-06-24KVM: nVMX: Handle split-lock #AC exceptions that happen in L2Gravatar Sean Christopherson 1-0/+5
2021-06-21KVM: nVMX: Dynamically compute max VMCS index for vmcs12Gravatar Sean Christopherson 1-0/+8
2020-09-28KVM: VMX: Add a helper to test for a valid error code given an intr infoGravatar Sean Christopherson 1-0/+7
2020-06-15KVM: VMX: Add helpers to identify interrupt type from intr_infoGravatar Sean Christopherson 1-12/+20
2020-06-01KVM: VMX: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2019-06-18KVM: VMX: Leave preemption timer running when it's disabledGravatar Sean Christopherson 1-0/+1
2019-06-18KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'Gravatar Sean Christopherson 1-1/+0
2019-06-18KVM: nVMX: Shadow VMCS controls on a per-VMCS basisGravatar Sean Christopherson 1-0/+9
2019-06-18KVM: VMX: Read cached VM-Exit reason to detect external interruptGravatar Sean Christopherson 1-0/+6
2019-02-12KVM: nVMX: Cache host_rsp on a per-VMCS basisGravatar Sean Christopherson 1-0/+1
2018-12-14KVM: VMX: Move eVMCS code to dedicated filesGravatar Sean Christopherson 1-0/+2
2018-12-14KVM: nVMX: Move vmcs12 code to dedicated filesGravatar Sean Christopherson 1-1/+3
2018-12-14KVM: VMX: Move VMCS definitions to dedicated fileGravatar Sean Christopherson 1-0/+132