summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/evmcs.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"Vitaly Kuznetsov2022-11-181-509/+0
* KVM: VMX: Get rid of eVMCS specific VMX controls sanitizationVitaly Kuznetsov2022-09-261-13/+0
* KVM: nVMX: Support PERF_GLOBAL_CTRL with enlightened VMCSVitaly Kuznetsov2022-09-261-3/+27
* KVM: nVMX: WARN once and fail VM-Enter if eVMCS sees VMFUNC[63:32] != 0Sean Christopherson2022-09-261-0/+8
* KVM: VMX: Define VMCS-to-EVMCS conversion for the new fieldsVitaly Kuznetsov2022-09-261-0/+26
* KVM: nVMX: Use CC() macro to handle eVMCS unsupported controls checksSean Christopherson2022-09-261-44/+24
* KVM: nVMX: Refactor unsupported eVMCS controls logic to use 2-d arrayVitaly Kuznetsov2022-09-261-10/+50
* KVM: nVMX: Treat eVMCS as enabled for guest iff Hyper-V is also enabledSean Christopherson2022-09-261-0/+3
* KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS configRobert Hoo2022-06-081-0/+2
* KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread()Vitaly Kuznetsov2022-01-281-2/+1
* KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCSVitaly Kuznetsov2022-01-281-0/+1
* KVM: nVMX: Filter out all unsupported controls when eVMCS was activatedVitaly Kuznetsov2021-09-221-3/+9
* KVM: x86: Clean up redundant ROL16(val, n) macro definitionLike Xu2021-08-131-1/+0
* KVM: nVMX: Use '-1' in 'hv_evmcs_vmptr' to indicate that eVMCS is not in useVitaly Kuznetsov2021-06-171-0/+3
* KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov2020-11-151-2/+1
* KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov2020-10-311-2/+1
* KVM: eVMCS: check if nesting is enabledPaolo Bonzini2020-04-231-11/+13
* KVM: nVMX: Remove non-functional "support" for CR3 target valuesSean Christopherson2020-04-211-8/+0
* x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov2020-02-051-0/+53
* x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()Vitaly Kuznetsov2020-02-051-6/+26
* x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_...Vitaly Kuznetsov2020-01-271-5/+0
* x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in useVitaly Kuznetsov2019-07-021-0/+18
* x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectlyVitaly Kuznetsov2019-01-251-3/+4
* x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov2018-12-141-7/+16
* KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson2018-12-141-0/+343