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