summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variationRobert Hoo2022-06-081-28/+28
* KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeSean Christopherson2022-04-211-0/+1
* Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"Sean Christopherson2022-02-251-3/+2
* KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson2022-01-191-0/+3
* kvm: x86: Disable interception for IA32_XFD on demandKevin Tian2022-01-141-1/+1
* kvm: x86: Disable RDMSR interception of IA32_XFD_ERRJing Liu2022-01-141-1/+1
* KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()Lai Jiangshan2022-01-071-2/+3
* KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov2021-12-081-0/+9
* KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bitsPaolo Bonzini2021-12-081-13/+15
* KVM: nVMX: Use a gfn_to_hva_cache for vmptrldDavid Woodhouse2021-11-181-0/+5
* KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12David Woodhouse2021-11-181-0/+5
* KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...Vipin Sharma2021-11-111-0/+5
* KVM: VMX: Macrofy the MSR bitmap getters and settersSean Christopherson2021-11-111-60/+25
* KVM: nVMX: Handle dynamic MSR intercept togglingSean Christopherson2021-11-111-0/+63
* KVM: VMX: Rename pt_desc.addr_range to pt_desc.num_address_rangesXiaoyao Li2021-10-221-1/+1
* KVM: x86: nVMX: re-evaluate emulation_required on nested VM exitMaxim Levitsky2021-09-221-0/+1
* KVM: VMX: Remove defunct "nr_active_uret_msrs" fieldSean Christopherson2021-09-221-4/+0
* KVM: VMX: Hide VMCS control calculators in vmx.cSean Christopherson2021-08-131-26/+0
* KVM: VMX: Drop caching of KVM's desired sec exec controls for vmcs01Sean Christopherson2021-08-131-2/+1
* KVM: nVMX: Pull KVM L0's desired controls directly from vmcs01Sean Christopherson2021-08-131-1/+5
* Merge branch 'kvm-vmx-secctl' into HEADPaolo Bonzini2021-08-101-1/+1
|\
| * KVM: VMX: Use current VMCS to query WAITPKG support for MSR emulationSean Christopherson2021-08-101-1/+1
* | KVM: VMX: Smush x2APIC MSR bitmap adjustments into single functionSean Christopherson2021-08-021-1/+1
* | KVM: nVMX: Remove obsolete MSR bitmap refresh at nested transitionsSean Christopherson2021-08-021-1/+0
* | KVM: nVMX: Don't evaluate "emulation required" on nested VM-ExitSean Christopherson2021-08-021-1/+1
|/
* KVM: VMX: Remove vmx_msr_index from vmx.hYu Zhang2021-07-151-2/+0
* KVM: nVMX: Handle split-lock #AC exceptions that happen in L2Sean Christopherson2021-06-241-0/+1
* KVM: x86: hyper-v: Move the remote TLB flush logic out of vmxVineeth Pillai2021-06-171-9/+0
* KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis2021-06-171-8/+0
* KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis2021-06-171-0/+3
* KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting listSean Christopherson2021-05-071-1/+1
* KVM: VMX: Configure list of user return MSRs at module initSean Christopherson2021-05-071-1/+9
* KVM: VMX: Invert the inlining of MSR interception helpersSean Christopherson2021-04-261-2/+13
* KVM: VMX: Add emulation of SGX Launch Control LE hash MSRsSean Christopherson2021-04-201-0/+3
* KVM: x86: dump_vmcs should show the effective EFERDavid Edmondson2021-04-171-1/+1
* KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flushSean Christopherson2021-03-151-3/+3
* KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabledSean Christopherson2021-03-151-0/+4
* KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatchSean Christopherson2021-03-151-7/+0
* KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flushSean Christopherson2021-03-151-0/+1
* KVM: x86: Get active PCID only when writing a CR3 valueSean Christopherson2021-03-151-2/+1
* KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-191-0/+2
* KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hwUros Bizjak2021-02-041-0/+1
* KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functionsJason Baron2021-02-041-1/+1
* KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellationLike Xu2021-02-041-0/+3
* KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVELike Xu2021-02-041-0/+1
* KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBRLike Xu2021-02-041-0/+10
* KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledLike Xu2021-02-041-0/+1
* KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledPaolo Bonzini2021-02-041-0/+11
* KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-staticLike Xu2021-02-041-0/+2
* KVM: VMX: Enable bus lock VM exitChenyi Qiang2021-02-041-1/+1