summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/pmu_intel.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 codeVitaly Kuznetsov2020-07-101-17/+0
* KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSRSean Christopherson2020-06-041-1/+1
* KVM: x86/pmu: Support full width countingLike Xu2020-06-011-4/+48
* KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-011-8/+11
* KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson2020-03-161-1/+1
* KVM: x86: Adjust counter sample period after a wrmsrEric Hankland2020-03-161-0/+6
* KVM: x86: Fix perfctr WRMSR for running countersEric Hankland2020-02-051-5/+4
* KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-8/+16
* KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} controlOliver Upton2019-11-151-0/+3
* KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRLOliver Upton2019-11-151-1/+1
* KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu2019-11-151-0/+6
* KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu2019-11-151-0/+2
* KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callbackLike Xu2019-11-151-0/+13
* KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecxLike Xu2019-11-151-5/+5
* kvm: vmx: Limit guest PMCs to those supported on the hostJim Mattson2019-10-011-2/+5
* KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersLike Xu2019-07-171-3/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1
* KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini2019-05-241-5/+8
* KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini2019-05-241-4/+9
* KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang2019-04-301-1/+7
* KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson2018-12-141-0/+358