summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"Sean Christopherson2023-08-171-1/+0
* KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"Sean Christopherson2023-08-171-1/+1
* KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86Like Xu2023-06-061-12/+0
* Merge tag 'kvm-x86-misc-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-0/+18
|\
| * KVM: VMX: Make CR0.WP a guest owned bitMathias Krause2023-03-221-0/+18
* | KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMDSean Christopherson2023-04-061-1/+1
|/
* KVM: VMX: Always inline to_vmx() and to_kvm_vmx()Sean Christopherson2023-01-241-2/+2
* KVM: x86: Make vmx_get_exit_qual() and vmx_get_intr_info() noinstr-friendlySean Christopherson2023-01-241-8/+6
* KVM: VMX: Add missing CPU based VM execution controls to vmcs_configVitaly Kuznetsov2022-09-261-1/+5
* KVM: VMX: Add missing VMEXIT controls to vmcs_configVitaly Kuznetsov2022-09-261-0/+3
* KVM: VMX: Extend VMX controls macro shenanigansVitaly Kuznetsov2022-09-261-23/+132
* KVM: nVMX: Treat eVMCS as enabled for guest iff Hyper-V is also enabledSean Christopherson2022-09-261-0/+10
* KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refreshSean Christopherson2022-08-101-2/+5
* KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpersSean Christopherson2022-08-101-9/+17
* Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-33/+62
|\
| * KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRLSean Christopherson2022-07-281-0/+12
| * KVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC-access pageSean Christopherson2022-06-201-1/+1
| * KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*Sean Christopherson2022-06-201-3/+12
| * KVM: x86/cpuid: Refactor host/guest CPU model consistency checkLike Xu2022-06-081-1/+0
| * KVM: x86/pmu: Disable guest PEBS temporarily in two rare situationsLike Xu2022-06-081-0/+1
| * KVM: VMX: enable IPI virtualizationChao Gao2022-06-081-0/+7
| * KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS configRobert Hoo2022-06-081-0/+1
| * KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variationRobert Hoo2022-06-081-28/+28
* | KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf2022-06-271-2/+2
* | KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf2022-06-271-0/+1
* | KVM: VMX: Convert launched argument to flagsJosh Poimboeuf2022-06-271-1/+4
* | KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta2022-05-211-0/+2
|/
* 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