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