summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/pmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+2
|\
| * x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+2
* | KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu2019-11-151-0/+55
* | KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu2019-11-151-2/+43
* | KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callbackLike Xu2019-11-151-1/+2
* | KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecxLike Xu2019-11-151-3/+3
* | KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAPLike Xu2019-10-221-10/+5
|/
* KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-201-4/+19
* KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu2019-07-201-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-0/+63
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-4/+1
| |\
| * | KVM: x86: PMU Event FilterEric Hankland2019-07-111-0/+63
* | | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-031-4/+1
|\ \ \ | | |/ | |/|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1
| |/
* | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-2/+2
|/
* KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini2019-05-241-7/+3
* KVM: x86: Raise #GP when guest vCPU do not support PMULiran Alon2019-04-161-0/+4
* KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe2018-03-161-0/+37
* KVM: x86: never specify a sample period for virtualized in_tx_cp countersRobert O'Callahan2017-03-011-3/+10
* KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini2016-02-091-1/+1
* KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang2015-06-231-336/+47
* KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmcWei Huang2015-06-231-6/+18
* KVM: x86/vPMU: reorder PMU functionsWei Huang2015-06-191-78/+78
* KVM: x86/vPMU: whitespace and stylistic adjustments in PMU codeWei Huang2015-06-191-48/+64
* KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPUWei Huang2015-06-191-20/+18
* KVM: x86/vPMU: introduce pmu.h headerWei Huang2015-06-191-6/+2
* KVM: x86/vPMU: rename a few PMU functionsWei Huang2015-06-191-33/+33
* KVM: x86: For the symbols used locally only should be static typeXiubo Li2015-03-171-1/+1
* KVM: x86: Clarify PMU related features bit manipulationNadav Amit2014-08-201-10/+14
* KVM: x86: rdpmc emulation checks the counter incorrectlyNadav Amit2014-06-181-0/+9
* KVM: x86: Fix wrong/stuck PMU when guest does not use PMINadav Amit2014-04-231-2/+5
* perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5Andi Kleen2013-07-191-5/+20
* pmu: prepare for migration supportPaolo Bonzini2013-04-021-3/+11
* Merge branch 'queue' into nextAvi Kivity2012-07-261-1/+1
|\
| * KVM: x86: Fix typos in pmu.cGuo Chao2012-07-201-1/+1
* | perf/x86: Rename Intel specific macrosRobert Richter2012-07-051-11/+11
|/
* KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on resetGleb Natapov2012-04-101-9/+9
* KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu2012-04-051-1/+1
* KVM: PMU: add proper support for fixed counter 2Gleb Natapov2012-03-081-1/+2
* KVM: PMU: Fix raw event checkGleb Natapov2012-03-081-1/+1
* KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov2012-03-081-0/+3
* KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov2012-03-081-1/+1
* KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov2011-12-271-0/+533
OpenPOWER on IntegriCloud