summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/pmu.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: use the KVM side max supported fixed counterWei Wang2022-02-021-2/+0
* KVM: x86: Update vPMCs when retiring instructionsEric Hankland2022-01-071-0/+1
* KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()Like Xu2022-01-071-1/+0
* KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()Like Xu2022-01-071-2/+1
* kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to boolJim Mattson2021-11-111-2/+2
* KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interf...Like Xu2021-08-041-1/+1
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* KVM: vmx/pmu: Release guest LBR event via lazy release mechanismLike Xu2021-02-041-0/+1
* KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMILike Xu2021-02-041-0/+1
* kvm: x86: limit the maximum number of vPMU fixed counters to 3Like Xu2020-07-081-0/+2
* KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-011-2/+2
* KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-311-1/+1
* KVM: x86: Adjust counter sample period after a wrmsrEric Hankland2020-03-161-0/+9
* KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...Marios Pomonis2020-01-271-4/+14
* KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRLOliver Upton2019-11-151-0/+6
* KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu2019-11-151-0/+2
* KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu2019-11-151-2/+10
* KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callbackLike Xu2019-11-151-0/+1
* KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecxLike Xu2019-11-151-4/+4
* KVM: x86: PMU Event FilterEric Hankland2019-07-111-0/+1
* KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini2019-05-241-1/+2
* KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe2018-03-161-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang2015-06-231-0/+92
* KVM: x86/vPMU: introduce pmu.h headerWei Huang2015-06-191-0/+26