1. b916b78 drivers/perf: kill armpmu_register by Mark Rutland · 9 years ago
  2. fb65988 drivers/perf: arm_pmu: avoid CPU device_node reference leak by Will Deacon · 9 years ago
  3. 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]
  4. bc1e3c4 ARM: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_node_get by Sudeep Holla · 9 years ago
  5. b6c084d ARM: perf: extend interrupt-affinity property for PPIs by Will Deacon · 9 years ago
  6. 8ae81c2 arm: perf: Set affinity for PPI based PMUs by Stephen Boyd · 9 years ago
  7. 8e0c34b ARM: 8402/1: perf: Don't use of_node after putting it by Stephen Boyd · 9 years ago
  8. 74cf0bc arm: perf: unify perf_event{,_cpu}.c by Mark Rutland · 9 years ago
  9. ed61f98 arm: perf: kill off unused pm callbacks by Mark Rutland · 9 years ago
  10. c904e32 arm: perf: filter unschedulable events by Mark Rutland · 9 years ago
  11. cc88116 arm: perf: treat PMUs as CPU affine by Mark Rutland · 9 years ago
  12. e429817 ARM: perf: reject groups spanning multiple hardware PMUs by Suzuki K. Poulose · 9 years ago
  13. 2d9ed74 ARM: 8255/1: perf: Prevent wraparound during overflow by Daniel Thompson · 10 years ago
  14. bf7c544 ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  15. 5ebd920 arm: perf: fold percpu_pmu into pmu_hw_events by Mark Rutland · 10 years ago
  16. 1167925 arm: perf: kill get_hw_events() by Mark Rutland · 10 years ago
  17. a456084 arm: perf: limit size of accounting data by Mark Rutland · 10 years ago
  18. 67b4305 arm: perf: use IDR types for CPU PMUs by Mark Rutland · 12 years ago
  19. d39976f arm: perf: factor out callchain code by Mark Rutland · 10 years ago
  20. f15bdfe Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  21. 6888e32 ARM: 8071/1: perf: Make perf use arm_get_current_stackframe by Nikolay Borisov · 10 years ago
  22. 4b2974f ARM: perf: disable the pagefault handler when reading from user space by Jean Pihet · 10 years ago
  23. a7cc910 ARM: perf: Check that current->mm is alive before getting user callchain by Jean Pihet · 10 years ago
  24. edcb4d3 perf/ARM: Use common PMU interrupt disabled code by Vince Weaver · 10 years ago
  25. 5f5092e ARM: perf: hook up perf_sample_event_took around pmu irq handling by Will Deacon · 10 years ago
  26. eab443e ARM: perf: add hook for event index clearing by Stephen Boyd · 10 years ago
  27. bbd6455 ARM: perf: support percpu irqs for the CPU PMU by Stephen Boyd · 10 years ago
  28. 9450d14 Revert "ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD" by Will Deacon · 11 years ago
  29. 2dfcb80 ARM: perf: fix group validation for mixed software and hardware groups by Will Deacon · 11 years ago
  30. d9f9663 ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event() by Stephen Boyd · 11 years ago
  31. c95eb31 ARM: 7809/1: perf: fix event validation for software group leaders by Will Deacon · 11 years ago
  32. c5f927a ARM: 7765/1: perf: Record the user-mode PC in the call chain. by Jed Davis · 11 years ago
  33. cb2d8b3 ARM: 7698/1: perf: fix group validation when using enable_on_exec by Will Deacon · 11 years ago
  34. 44d6b1f ARM: 7667/1: perf: Fix section mismatch on armpmu_init() by Stephen Boyd · 11 years ago
  35. e595ede ARM: 7664/1: perf: remove erroneous semicolon from event initialisation by Chen Gang · 11 years ago
  36. 9dcbf46 ARM: perf: simplify __hw_perf_event_init err handling by Mark Rutland · 12 years ago
  37. 8f3b90b ARM: perf: remove unnecessary checks for idx < 0 by Mark Rutland · 12 years ago
  38. 2ac29a1 ARM: PMU: fix runtime PM enable by Jon Hunter · 12 years ago
  39. 0305230 ARM: perf: consistently use arm_pmu->name for PMU name by Will Deacon · 12 years ago
  40. ed6f2a5 ARM: perf: consistently use struct perf_event in arm_pmu functions by Sudeep KarkadaNagesha · 12 years ago
  41. e50c541 ARM: perf: add guest vs host discrimination by Marc Zyngier · 12 years ago
  42. 3581fe0 ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD by Will Deacon · 12 years ago
  43. 051f1b1 ARM: perf: move irq registration into pmu implementation by Sudeep KarkadaNagesha · 12 years ago
  44. 5505b20 ARM: perf: move CPU-specific PMU handling code into separate file by Will Deacon · 12 years ago
  45. 6dbc002 ARM: perf: prepare for moving CPU PMU code into separate file by Will Deacon · 12 years ago
  46. 04236f9 ARM: perf: probe devicetree in preference to current CPU by Will Deacon · 12 years ago
  47. 9f44f9a ARM: perf: remove mysterious compiler barrier by Will Deacon · 12 years ago
  48. f0d1bc4 ARM: pmu: remove unused reservation mechanism by Will Deacon · 12 years ago
  49. 50243ef ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUs by Will Deacon · 12 years ago
  50. 7be2958 ARM: PMU: Add runtime PM Support by Jon Hunter · 12 years ago
  51. 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
  52. 4295b89 ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumeration by Will Deacon · 12 years ago
  53. fdeb8e3 ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailable by Will Deacon · 12 years ago
  54. 12679a2 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  55. d33c88c ARM: 7315/1: perf: add support for the Cortex-A7 PMU by Will Deacon · 12 years ago
  56. bea95c1 Merge branch 'perf/hw-branch-sampling' into perf/core by Ingo Molnar · 12 years ago
  57. a0feb6d ARM: 7358/1: perf: add PMU hotplug notifier by Lorenzo Pieralisi · 12 years ago
  58. 5727347 ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling mode by Will Deacon · 12 years ago
  59. 2481c5f perf: Disable PERF_SAMPLE_BRANCH_* when not supported by Stephane Eranian · 12 years ago
  60. 2e0e943 Merge branch 'devel-stable' into for-linus by Russell King · 13 years ago
  61. 6bd0540 ARM: 7185/1: perf: don't assign platform_device on unsupported CPUs by Will Deacon · 13 years ago
  62. 232ea34 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  63. ae72fd5 Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmk by Will Deacon · 13 years ago
  64. e0516a6 arm: pmu: allow platform specific irq enable/disable handling by Ming Lei · 13 years ago
  65. feb45d0 ARM: perf: remove unused armpmu_get_max_events by Will Deacon · 13 years ago
  66. e5a2132 ARM: perf: check that we have a platform device when reserving PMU by Will Deacon · 13 years ago
  67. bce34d1 ARM: perf: initialise used_mask for fake PMU during validation by Will Deacon · 13 years ago
  68. aa2bc1a perf: Don't use -ENOSPC for out of PMU resources by Peter Zijlstra · 13 years ago
  69. ecea4ab arm: convert core files from module.h to export.h by Paul Gortmaker · 13 years ago
  70. 7325eae ARM: perf: Remove unnecessary armpmu->enable()s by Mark Rutland · 13 years ago
  71. 0ce4708 ARM: perf: move arm_pmu into <asm/pmu.h> by Mark Rutland · 13 years ago
  72. 8be3f9a ARM: perf: remove cpu-related misnomers by Mark Rutland · 13 years ago
  73. 3fc2c83 ARM: perf: remove event limit from pmu_hw_events by Mark Rutland · 13 years ago
  74. 8a16b34 ARM: perf: add support for multiple PMUs by Mark Rutland · 13 years ago
  75. e1f431b ARM: perf: refactor event mapping by Mark Rutland · 13 years ago
  76. 7ae18a5 ARM: perf: add type field to struct arm_pmu by Mark Rutland · 13 years ago
  77. 0f78d2d ARM: perf: lock PMU registers per-CPU by Mark Rutland · 13 years ago
  78. 1b69beb ARM: perf: remove unnecessary armpmu->stop by Mark Rutland · 13 years ago
  79. 92f701e ARM: perf: indirect access to cpu_hw_events by Mark Rutland · 13 years ago
  80. a9356a0 ARM: perf: move platform device to struct arm_pmu by Mark Rutland · 13 years ago
  81. 03b7898 ARM: perf: move active_events into struct arm_pmu by Mark Rutland · 13 years ago
  82. c47f868 ARM: perf: remove active_mask by Mark Rutland · 13 years ago
  83. 7b9f72c ARM: perf: clean up event group validation by Mark Rutland · 13 years ago
  84. 4895715 ARM: perf: only register a CPU PMU when present by Mark Rutland · 13 years ago
  85. 05d22fd ARM: perf: allow armpmu to implement mode exclusion by Will Deacon · 13 years ago
  86. ecf5a893 ARM: perf: index PMU registers from zero by Will Deacon · 13 years ago
  87. 0b390e2 ARM: perf: use cpumask_t to record active IRQs by Will Deacon · 13 years ago
  88. b0e8959 ARM: PMU: move CPU PMU platform device handling and init into perf by Will Deacon · 13 years ago
  89. a6c93af ARM: perf: de-const struct arm_pmu by Mark Rutland · 13 years ago
  90. 3ad5515 Merge branch 'devel-stable' into for-next by Russell King · 13 years ago
  91. 06f365a Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-next by Russell King · 13 years ago
  92. 4aa96cc Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stable by Russell King · 13 years ago
  93. 14abd03 ARM: perf: add support for the Cortex-A15 PMU by Will Deacon · 14 years ago
  94. 0c205cb ARM: perf: add support for the Cortex-A5 PMU by Will Deacon · 13 years ago
  95. f4f3843 ARM: 6989/1: perf: do not start the PMU when no events are present by Will Deacon · 13 years ago
  96. f12482c ARM: 6974/1: pmu: refactor reservation by Mark Rutland · 13 years ago
  97. 57ce9bb ARM: 6902/1: perf: Remove erroneous check on active_events by Mark Rutland · 13 years ago
  98. 860ad78 ARM: 6884/1: Fix infinite loop in ARM user perf_event backtrace code by Sonny Rao · 13 years ago
  99. 6759788 ARM: 6865/1: perf: ensure pass through zero is counted on overflow by Will Deacon · 13 years ago
  100. a737823 ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latency by Will Deacon · 13 years ago