aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-11-15KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu1-0/+55
2019-11-15KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu1-2/+43
2019-11-15KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callbackLike Xu1-1/+2
2019-11-15KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecxLike Xu1-3/+3
2019-10-30x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-10-22KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAPLike Xu1-10/+5
2019-07-20KVM: x86: Add fixed counters to PMU filterEric Hankland1-4/+19
2019-07-20KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu1-2/+2
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+63
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-4/+1
2019-07-11KVM: x86: PMU Event FilterEric Hankland1-0/+63
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner1-4/+1
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-05-24KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini1-7/+3
2019-04-16KVM: x86: Raise #GP when guest vCPU do not support PMULiran Alon1-0/+4
2018-03-16KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe1-0/+37
2017-03-01KVM: x86: never specify a sample period for virtualized in_tx_cp countersRobert O'Callahan1-3/+10
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini1-1/+1
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang1-336/+47
2015-06-23KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmcWei Huang1-6/+18
2015-06-19KVM: x86/vPMU: reorder PMU functionsWei Huang1-78/+78
2015-06-19KVM: x86/vPMU: whitespace and stylistic adjustments in PMU codeWei Huang1-48/+64
2015-06-19KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPUWei Huang1-20/+18
2015-06-19KVM: x86/vPMU: introduce pmu.h headerWei Huang1-6/+2
2015-06-19KVM: x86/vPMU: rename a few PMU functionsWei Huang1-33/+33
2015-03-17KVM: x86: For the symbols used locally only should be static typeXiubo Li1-1/+1
2014-08-20KVM: x86: Clarify PMU related features bit manipulationNadav Amit1-10/+14
2014-06-18KVM: x86: rdpmc emulation checks the counter incorrectlyNadav Amit1-0/+9
2014-04-23KVM: x86: Fix wrong/stuck PMU when guest does not use PMINadav Amit1-2/+5
2013-07-19perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5Andi Kleen1-5/+20
2013-04-02pmu: prepare for migration supportPaolo Bonzini1-3/+11
2012-07-26Merge branch 'queue' into nextAvi Kivity1-1/+1
2012-07-20KVM: x86: Fix typos in pmu.cGuo Chao1-1/+1
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter1-11/+11
2012-04-10KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on resetGleb Natapov1-9/+9
2012-04-05KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu1-1/+1
2012-03-08KVM: PMU: add proper support for fixed counter 2Gleb Natapov1-1/+2
2012-03-08KVM: PMU: Fix raw event checkGleb Natapov1-1/+1
2012-03-08KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov1-0/+3
2012-03-08KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov1-1/+1
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov1-0/+533