- b8bfee8 KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event by Jim Mattson · 2 years, 11 months ago
- 636b528 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
- 7ff775a KVM: x86/pmu: Use binary search to check filtered events by Jim Mattson · 3 years ago
- a218644 KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event by Like Xu · 3 years ago
- 79e06c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
- 9cd803d KVM: x86: Update vPMCs when retiring instructions by Eric Hankland · 3 years, 1 month ago
- 40ccb96 KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}() by Like Xu · 3 years, 1 month ago
- 6ed1298 KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() by Like Xu · 3 years, 1 month ago
- 7c174f3 KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() by Like Xu · 3 years, 1 month ago
- 73cd107 KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable by Sean Christopherson · 3 years, 2 months ago
- b9f5621 perf/core: Rework guest callbacks to prepare for static_call support by Like Xu · 3 years, 2 months ago
- e6cd31f kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool by Jim Mattson · 3 years, 2 months ago
- e79f49c KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interfaces by Like Xu · 3 years, 5 months ago
- b3646477 KVM: x86: use static calls to reduce kvm_x86_ops overhead by Jason Baron · 4 years ago
- 9aa4f62 KVM: vmx/pmu: Release guest LBR event via lazy release mechanism by Like Xu · 3 years, 11 months ago
- e6209a3 KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI by Like Xu · 3 years, 11 months ago
- 632a4cf KVM/x86: pmu: Fix #GP condition check for RDPMC emulation by Like Xu · 4 years, 6 months ago
- cbd7175 KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in by Wei Wang · 4 years, 7 months ago
- afaf0b2 KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection by Sean Christopherson · 4 years, 9 months ago
- 168d918 KVM: x86: Adjust counter sample period after a wrmsr by Eric Hankland · 4 years, 10 months ago
- 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- b35e554 KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC by Like Xu · 5 years ago
- a6da0d7 KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter by Like Xu · 5 years ago
- c900c15 KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback by Like Xu · 5 years ago
- 98ff80f KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx by Like Xu · 5 years ago
- 12e78e6 x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
- 4be9467 KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAP by Like Xu · 5 years ago
- 30cd860 KVM: x86: Add fixed counters to PMU filter by Eric Hankland · 5 years ago
- 6fc3977 KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed by Like Xu · 5 years ago
- 39d7530 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
- a45ff59 Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
- 66bb8a0 KVM: x86: PMU Event Filter by Eric Hankland · 5 years ago
- 3419240 Merge branch 'timers/vdso' into timers/core by Thomas Gleixner · 5 years ago
- 9285ec4 timekeeping: Use proper clock specifier names in functions by Jason A. Donenfeld · 6 years ago
- 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
- 0e6f467 KVM: x86/pmu: mask the result of rdpmc according to the width of the counters by Paolo Bonzini · 6 years ago
- 672ff6c KVM: x86: Raise #GP when guest vCPU do not support PMU by Liran Alon · 6 years ago
- 2d7921c KVM: x86: Add support for VMware backdoor Pseudo-PMCs by Arbel Moshe · 7 years ago
- bba82fd KVM: x86: never specify a sample period for virtualized in_tx_cp counters by Robert O'Callahan · 8 years ago
- bce87cc KVM: x86: consolidate different ways to test for in-kernel LAPIC by Paolo Bonzini · 9 years ago
- 25462f7 KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch by Wei Huang · 10 years ago
- 41aac14 KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc by Wei Huang · 10 years ago
- e5af058 KVM: x86/vPMU: reorder PMU functions by Wei Huang · 10 years ago
- e84cfe4 KVM: x86/vPMU: whitespace and stylistic adjustments in PMU code by Wei Huang · 10 years ago
- 212dba1 KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPU by Wei Huang · 10 years ago
- 474a5bb KVM: x86/vPMU: introduce pmu.h header by Wei Huang · 10 years ago
- c6702c9 KVM: x86/vPMU: rename a few PMU functions by Wei Huang · 10 years ago
- 52eb5a6 KVM: x86: For the symbols used locally only should be static type by Xiubo Li · 10 years ago
- d27aa7f KVM: x86: Clarify PMU related features bit manipulation by Nadav Amit · 10 years ago
- 67f4d42 KVM: x86: rdpmc emulation checks the counter incorrectly by Nadav Amit · 11 years ago
- 671bd99 KVM: x86: Fix wrong/stuck PMU when guest does not use PMI by Nadav Amit · 11 years ago
- 103af0a perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5 by Andi Kleen · 11 years ago
- afd80d8 pmu: prepare for migration support by Paolo Bonzini · 12 years ago
- e9bda6f Merge branch 'queue' into next by Avi Kivity · 12 years ago
- c7a7062 KVM: x86: Fix typos in pmu.c by Guo Chao · 13 years ago
- 15c7ad5 perf/x86: Rename Intel specific macros by Robert Richter · 13 years ago
- f19a0c2 KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on reset by Gleb Natapov · 13 years ago
- fea5295 KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr() by Sasikantha babu · 13 years ago
- 62079d8 KVM: PMU: add proper support for fixed counter 2 by Gleb Natapov · 13 years ago
- fac3368 KVM: PMU: Fix raw event check by Gleb Natapov · 13 years ago
- a7b9d2c KVM: PMU: warn when pin control is set in eventsel msr by Gleb Natapov · 13 years ago
- 270c6c7 KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation by Gleb Natapov · 13 years ago
- f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago