1. e840f42 KVM: arm64: Fix PMU probe ordering by Marc Zyngier · 3 years, 4 months ago
  2. 3c1f2eb arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flag by Tian Tao · 3 years, 8 months ago
  3. 29c0437 perf: arm_pmu: use DEVICE_ATTR_RO macro by YueHaibing · 3 years, 8 months ago
  4. f265fd1 drivers/perf: arm_pmu: Fix some coding style issues by Junhao He · 3 years, 8 months ago
  5. e9c74a6 arm64: Get rid of oprofile leftovers by Marc Zyngier · 3 years, 9 months ago
  6. f0c1404 perf: Constify static struct attribute_group by Rikard Falkeborn · 4 years ago
  7. b90d72a Revert "arm64: Enable perf events based hard lockup detector" by Will Deacon · 4 years ago
  8. 367c820e arm64: Enable perf events based hard lockup detector by Sumit Garg · 4 years, 3 months ago
  9. d8f6267 arm_pmu: arm64: Use NMIs for PMU by Julien Thierry · 4 years, 4 months ago
  10. f76b130 arm_pmu: Introduce pmu_irq_ops by Julien Thierry · 4 years, 4 months ago
  11. 0d7fd70 drivers/perf: arm_pmu: Fix failure path in PM notifier by Will Deacon · 5 years ago
  12. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  13. 1d899c0 perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE conditionally by Andrew Murray · 6 years ago
  14. ca2b497 arm64: perf: Reject stand-alone CHAIN events for PMUv3 by Will Deacon · 6 years ago
  15. c132079 arm64: perf: Add support for chaining event counters by Suzuki K Poulose · 7 years ago
  16. 7dfc8db arm_pmu: Tidy up clear_event_idx call backs by Suzuki K Poulose · 7 years ago
  17. e2da97d arm_pmu: Add support for 64bit event counters by Suzuki K Poulose · 7 years ago
  18. 8d3e994 arm_pmu: Clean up maximum period handling by Suzuki K Poulose · 7 years ago
  19. 0788f1e arm_pmu: simplify arm_pmu::handle_irq by Mark Rutland · 7 years ago
  20. 134933e Merge tag 'v4.16-rc6' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  21. edb3959 perf: Fix sibling iteration by Peter Zijlstra · 7 years ago
  22. 8343aae perf/core: Remove perf_event::group_entry by Peter Zijlstra · 7 years ago
  23. b08e5fd arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hook by Will Deacon · 7 years ago
  24. 167e614 arm_pmu: acpi: request IRQs up-front by Mark Rutland · 7 years ago
  25. 84b4be5 arm_pmu: note IRQs and PMUs per-cpu by Mark Rutland · 7 years ago
  26. 6de3f79 arm_pmu: explicitly enable/disable SPIs at hotplug by Mark Rutland · 7 years ago
  27. 43fc9a2 arm_pmu: acpi: check for mismatched PPIs by Mark Rutland · 7 years ago
  28. 0dc1a18 arm_pmu: add armpmu_alloc_atomic() by Mark Rutland · 7 years ago
  29. d3d5aac arm_pmu: fold platform helpers into platform code by Mark Rutland · 7 years ago
  30. c0248c9 arm_pmu: kill arm_pmu_platdata by Mark Rutland · 7 years ago
  31. 611479c arm/arm64: pmu: Distinguish percpu irq and percpu_devid irq by Julien Thierry · 7 years ago
  32. 6c833bb arm64: perf: Allow standard PMUv3 events to be extended by the CPU type by Will Deacon · 7 years ago
  33. a3287c4 drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPU by Will Deacon · 7 years ago
  34. 45736a7 drivers/perf: arm_pmu: add ACPI framework by Mark Rutland · 8 years ago
  35. 18bfcfe drivers/perf: arm_pmu: split out platform device probe logic by Mark Rutland · 8 years ago
  36. 3cf7ee9 drivers/perf: arm_pmu: move irq request/free into probe by Mark Rutland · 8 years ago
  37. 0e2663d drivers/perf: arm_pmu: split cpu-local irq request/free by Mark Rutland · 8 years ago
  38. 3cf611102 drivers/perf: arm_pmu: rename irq request/free functions by Mark Rutland · 8 years ago
  39. 7654137 drivers/perf: arm_pmu: handle no platform_device by Mark Rutland · 8 years ago
  40. 3a5a89d drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs() by Mark Rutland · 8 years ago
  41. 74a2b3e drivers/perf: arm_pmu: factor out pmu registration by Mark Rutland · 8 years ago
  42. 70cd908 drivers/perf: arm_pmu: fold init into alloc by Mark Rutland · 8 years ago
  43. 083c521 drivers/perf: arm_pmu: define armpmu_init_fn by Mark Rutland · 8 years ago
  44. a9e469d drivers/perf: arm_pmu: remove pointless PMU disabling by Mark Rutland · 8 years ago
  45. c09adab drivers/perf: arm_pmu: split irq request from enable by Mark Rutland · 8 years ago
  46. 7ed98e0 drivers/perf: arm_pmu: manage interrupts per-cpu by Mark Rutland · 8 years ago
  47. 2681f01 drivers/perf: arm_pmu: rework per-cpu allocation by Mark Rutland · 8 years ago
  48. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  49. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  50. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. 7af8a0f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  52. dbee3a7 arm64: pmu: add fallback probe table by Mark Salter · 8 years ago
  53. 48538b5 drivers/perf: arm_pmu: expose a cpumask in sysfs by Mark Rutland · 8 years ago
  54. 1589680 drivers/perf: arm_pmu: only use common attr_groups by Mark Rutland · 8 years ago
  55. 86cdd72 drivers/perf: arm_pmu: add common attr group fields by Mark Rutland · 8 years ago
  56. 282b879 drivers/perf: arm_pmu: Always consider IRQ0 as an error by Marc Zyngier · 8 years ago
  57. 6e103c0 arm/perf: Use multi instance instead of custom list by Sebastian Andrzej Siewior · 8 years ago
  58. 63fb0a9 drivers/perf: arm_pmu: Fix NULL pointer dereference during probe by Stefan Wahren · 8 years ago
  59. 7532468 drivers/perf: arm_pmu: Fix leak in error path by Stefan Wahren · 8 years ago
  60. 7f1d642 drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" property by Marc Zyngier · 8 years ago
  61. a026bb1 drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlock by Sudeep Holla · 8 years ago
  62. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. 37b502f arm/perf: Fix hotplug state machine conversion by Sebastian Andrzej Siewior · 8 years ago
  64. 7d88eb6 arm/perf: Convert to hotplug state machine by Thomas Gleixner · 9 years ago
  65. 19a469a drivers/perf: arm-pmu: Handle per-interrupt affinity mask by Marc Zyngier · 9 years ago
  66. f7a6c14 arm: pmu: Fix non-devicetree probing by Mark Salter · 9 years ago
  67. 5988a36 drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on error by Julien Grall · 9 years ago
  68. 0f254c7 drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmu by Julien Grall · 9 years ago
  69. 121323a drivers/perf: arm_pmu: Fix reference count of a device_node in of_pmu_irq_cfg by Julien Grall · 9 years ago
  70. 5101ef2 perf/arm: Special-case hetereogeneous CPUs by Mark Rutland · 9 years ago
  71. cbcc72e drivers/perf: arm-pmu: fix RCU usage on pmu resume from low-power by Lorenzo Pieralisi · 9 years ago
  72. 357b565 drivers/perf: arm_pmu: avoid NULL dereference when not using devicetree by Will Deacon · 9 years ago
  73. da4e4f1 drivers/perf: arm_pmu: implement CPU_PM notifier by Lorenzo Pieralisi · 9 years ago
  74. c6b9065 drivers/perf: arm_pmu: make info messages more verbose by Dirk Behme · 9 years ago
  75. 8d1a0ae ARM: perf: Set ARMv7 SDER SUNIDEN bit by Martin Fuzzey · 9 years ago
  76. b916b78 drivers/perf: kill armpmu_register by Mark Rutland · 9 years ago
  77. fb65988 drivers/perf: arm_pmu: avoid CPU device_node reference leak by Will Deacon · 9 years ago
  78. fa8ad78 arm: perf: factor arm_pmu core out to drivers by Mark Rutland · 10 years ago[Renamed (98%) from arch/arm/kernel/perf_event.c]
  79. bc1e3c4 ARM: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_node_get by Sudeep Holla · 10 years ago
  80. b6c084d ARM: perf: extend interrupt-affinity property for PPIs by Will Deacon · 10 years ago
  81. 8ae81c2 arm: perf: Set affinity for PPI based PMUs by Stephen Boyd · 10 years ago
  82. 8e0c34b ARM: 8402/1: perf: Don't use of_node after putting it by Stephen Boyd · 10 years ago
  83. 74cf0bc arm: perf: unify perf_event{,_cpu}.c by Mark Rutland · 10 years ago
  84. ed61f98 arm: perf: kill off unused pm callbacks by Mark Rutland · 10 years ago
  85. c904e32 arm: perf: filter unschedulable events by Mark Rutland · 10 years ago
  86. cc88116d arm: perf: treat PMUs as CPU affine by Mark Rutland · 10 years ago
  87. e429817 ARM: perf: reject groups spanning multiple hardware PMUs by Suzuki K. Poulose · 10 years ago
  88. 2d9ed74 ARM: 8255/1: perf: Prevent wraparound during overflow by Daniel Thompson · 10 years ago
  89. bf7c544 ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  90. 5ebd920 arm: perf: fold percpu_pmu into pmu_hw_events by Mark Rutland · 11 years ago
  91. 1167925 arm: perf: kill get_hw_events() by Mark Rutland · 11 years ago
  92. a456084 arm: perf: limit size of accounting data by Mark Rutland · 11 years ago
  93. 67b4305 arm: perf: use IDR types for CPU PMUs by Mark Rutland · 12 years ago
  94. d39976f arm: perf: factor out callchain code by Mark Rutland · 10 years ago
  95. f15bdfe Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  96. 6888e32 ARM: 8071/1: perf: Make perf use arm_get_current_stackframe by Nikolay Borisov · 11 years ago
  97. 4b2974f ARM: perf: disable the pagefault handler when reading from user space by Jean Pihet · 11 years ago
  98. a7cc910 ARM: perf: Check that current->mm is alive before getting user callchain by Jean Pihet · 11 years ago
  99. edcb4d3 perf/ARM: Use common PMU interrupt disabled code by Vince Weaver · 11 years ago
  100. 5f5092e ARM: perf: hook up perf_sample_event_took around pmu irq handling by Will Deacon · 11 years ago