aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kvm/vmx/capabilities.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_configVitaly Kuznetsov1-8/+3
2022-09-26KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING in setup_vmcs_config()Vitaly Kuznetsov1-1/+2
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini1-16/+41
2022-06-27KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf1-2/+2
2022-06-08KVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at kvm_intel load timeSean Christopherson1-7/+3
2022-06-08KVM: x86/pmu: Restrict advanced features based on module enable_pmuLike Xu1-0/+4
2022-06-08KVM: VMX: Enable Notify VM exitTao Xu1-0/+6
2022-06-08KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64Like Xu1-11/+17
2022-06-08KVM: VMX: enable IPI virtualizationChao Gao1-0/+6
2022-06-08KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS configRobert Hoo1-0/+7
2022-01-26KVM: VMX: Remove vmcs_config.orderJim Mattson1-1/+0
2022-01-17KVM: x86: Making the module parameter of vPMU more commonLike Xu1-0/+4
2021-12-08KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()Lai Jiangshan1-0/+9
2021-06-17KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov1-1/+0
2021-05-24KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov1-2/+1
2021-05-07KVM: X86: Expose bus lock debug exception to guestPaolo Bonzini1-0/+3
2021-02-04KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIESLike Xu1-1/+8
2021-02-04KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMILike Xu1-1/+3
2021-02-04KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledLike Xu1-1/+6
2021-02-04KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledPaolo Bonzini1-0/+1
2021-02-04KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTLLike Xu1-0/+5
2021-02-04KVM: VMX: Enable bus lock VM exitChenyi Qiang1-0/+6
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson1-1/+1
2020-09-28KVM: VMX: Rename vmx_*_supported() helpers to cpu_has_vmx_*()Sean Christopherson1-4/+4
2020-06-01KVM: x86/pmu: Support full width countingLike Xu1-0/+11
2020-03-16KVM: x86: Handle PKU CPUID adjustment in VMX codeSean Christopherson1-5/+0
2020-03-16KVM: x86: Use supported_xcr0 to detect MPX supportSean Christopherson1-1/+1
2020-03-16KVM: VMX: Add helpers to query Intel PT modeSean Christopherson1-0/+18
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabledVitaly Kuznetsov1-0/+1
2020-01-27kvm/svm: PKU not currently supportedJohn Allen1-0/+5
2019-09-24KVM: x86: Add support for user wait instructionsTao Xu1-0/+6
2019-04-30KVM: VMX: Include architectural defs header in capabilities.hSean Christopherson1-0/+2
2018-12-21KVM: x86: Add Intel PT virtualization work modeChao Peng1-0/+15
2018-12-14KVM: VMX: Expose various module param vars via capabilities.hSean Christopherson1-0/+7
2018-12-14KVM: VMX: Move capabilities structs and helpers to dedicated fileSean Christopherson1-0/+321