aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/pmu.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inGravatar Wei Wang 1-2/+2
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionGravatar Sean Christopherson 1-1/+1
2020-03-16KVM: x86: Adjust counter sample period after a wrmsrGravatar Eric Hankland 1-0/+9
2020-01-27KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...Gravatar Marios Pomonis 1-4/+14
2019-11-15KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRLGravatar Oliver Upton 1-0/+6
2019-11-15KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCGravatar Like Xu 1-0/+2
2019-11-15KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterGravatar Like Xu 1-2/+10
2019-11-15KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callbackGravatar Like Xu 1-0/+1
2019-11-15KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecxGravatar Like Xu 1-4/+4
2019-07-11KVM: x86: PMU Event FilterGravatar Eric Hankland 1-0/+1
2019-05-24KVM: x86/pmu: mask the result of rdpmc according to the width of the countersGravatar Paolo Bonzini 1-1/+2
2018-03-16KVM: x86: Add support for VMware backdoor Pseudo-PMCsGravatar Arbel Moshe 1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchGravatar Wei Huang 1-0/+92
2015-06-19KVM: x86/vPMU: introduce pmu.h headerGravatar Wei Huang 1-0/+26