1. b3e9f82 drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointer by luanshi · 4 years, 5 months ago
  2. c385cda drivers/perf: arm_pmu: Fix failure path in PM notifier by Will Deacon · 5 years ago
  3. bfb9e83 perf/arm-cci: Remove broken race mitigation by Robin Murphy · 5 years ago
  4. efd85d8 perf/aux: Make perf_event accessible to setup_aux() by Mathieu Poirier · 5 years ago
  5. 68b4512 perf: arm_spe: handle devm_kasprintf() failure by Nicholas Mc Guire · 6 years ago
  6. 86dcb94 drivers/perf: hisi: Fixup one DDRC PMU register offset by Shaokun Zhang · 6 years ago
  7. ca2b497 arm64: perf: Reject stand-alone CHAIN events for PMUv3 by Will Deacon · 6 years ago
  8. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  9. ba70ffa Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into aarch64/for-next/core by Will Deacon · 6 years ago
  10. 809092d drivers/perf: arm-ccn: Use devm_ioremap_resource() to map memory by Sudeep Holla · 6 years ago
  11. 06060ea drivers/perf: hisi: update the sccl_id/ccl_id when MT is supported by Shaokun Zhang · 6 years ago
  12. 83cf9cd Merge 4.18-rc5 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  13. c132079 arm64: perf: Add support for chaining event counters by Suzuki K Poulose · 6 years ago
  14. 7dfc8db arm_pmu: Tidy up clear_event_idx call backs by Suzuki K Poulose · 6 years ago
  15. e2da97d arm_pmu: Add support for 64bit event counters by Suzuki K Poulose · 6 years ago
  16. 8d3e994 arm_pmu: Clean up maximum period handling by Suzuki K Poulose · 6 years ago
  17. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 6 years ago
  18. 59b62e7 drivers/perf: Initialise return value in armpmu_request_irqs() by Will Deacon · 6 years ago
  19. 1201a5a perf/arm-cci: Remove VLA usage by Kees Cook · 6 years ago
  20. a45fc26 drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser error by Hoan Tran · 6 years ago
  21. 984e9cf drivers/bus: arm-cci: fix build warnings by Arnd Bergmann · 6 years ago
  22. b89205b drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependency by John Garry · 6 years ago
  23. 1898eb6 drivers/perf: arm-ccn: don't log to dmesg in event_init by Mark Rutland · 6 years ago
  24. 8b0c93c perf/arm-cci: Allow building as a module by Robin Murphy · 6 years ago
  25. 28c01dc perf/arm-cci: Remove pointless PMU disabling by Robin Murphy · 6 years ago
  26. 75dc344 perf/arm-cc*: Fix MODULE_LICENSE() tags by Robin Murphy · 6 years ago
  27. 0788f1e arm_pmu: simplify arm_pmu::handle_irq by Mark Rutland · 6 years ago
  28. 5c59130 perf/arm-cci: Remove unnecessary period adjustment by Robin Murphy · 6 years ago
  29. d0f2e42 perf: simplify getting .drvdata by Wolfram Sang · 6 years ago
  30. 38c2368 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  31. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  32. 65bd053 drivers/perf: arm_pmu_platform: do not warn about affinity on uniprocessor by Alexander Monakov · 6 years ago
  33. fcd9f83 perf: arm_spe: include linux/vmalloc.h for vmap() by Arnd Bergmann · 6 years ago
  34. 134933e Merge tag 'v4.16-rc6' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  35. edb3959 perf: Fix sibling iteration by Peter Zijlstra · 6 years ago
  36. 8343aae perf/core: Remove perf_event::group_entry by Peter Zijlstra · 7 years ago
  37. e9c112c perf/arm-cci: Untangle global cci_ctrl_base by Robin Murphy · 6 years ago
  38. 3283795 perf/arm-cci: Clean up model discovery by Robin Murphy · 6 years ago
  39. 03057f2 perf/arm-cci: Simplify CPU hotplug by Robin Murphy · 6 years ago
  40. 3de6be7 drivers/bus: Split Arm CCI driver by Robin Murphy · 6 years ago
  41. 1888d3d drivers/bus: Move Arm CCN PMU driver by Robin Murphy · 6 years ago
  42. b08e5fd arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hook by Will Deacon · 6 years ago
  43. 167e614 arm_pmu: acpi: request IRQs up-front by Mark Rutland · 7 years ago
  44. 84b4be5 arm_pmu: note IRQs and PMUs per-cpu by Mark Rutland · 7 years ago
  45. 6de3f79 arm_pmu: explicitly enable/disable SPIs at hotplug by Mark Rutland · 6 years ago
  46. 43fc9a2 arm_pmu: acpi: check for mismatched PPIs by Mark Rutland · 6 years ago
  47. 0dc1a18 arm_pmu: add armpmu_alloc_atomic() by Mark Rutland · 6 years ago
  48. d3d5aac arm_pmu: fold platform helpers into platform code by Mark Rutland · 6 years ago
  49. c0248c9 arm_pmu: kill arm_pmu_platdata by Mark Rutland · 6 years ago
  50. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 6 years ago
  51. a22fde8 perf: dsu: Use signed field for dsu_pmu->num_counters by Suzuki K Poulose · 7 years ago
  52. 3423cab Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Catalin Marinas · 7 years ago
  53. 7520fa9 perf: ARM DynamIQ Shared Unit PMU support by Suzuki K Poulose · 7 years ago
  54. 6658278 arm_pmu: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  55. 7a4a0c1 perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0() by Will Deacon · 7 years ago
  56. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  57. 19b4aff perf: arm_spe: Prevent module unload while the PMU is in use by Suzuki K Poulose · 7 years ago
  58. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  59. 1e0c661 Merge branch 'for-next/perf' into aarch64/for-next/core by Will Deacon · 7 years ago
  60. 611479c arm/arm64: pmu: Distinguish percpu irq and percpu_devid irq by Julien Thierry · 7 years ago
  61. 904dcf0 perf: hisi: Add support for HiSilicon SoC DDRC PMU driver by Shaokun Zhang · 7 years ago
  62. 2bab3cf perf: hisi: Add support for HiSilicon SoC HHA PMU driver by Shaokun Zhang · 7 years ago
  63. 2940bc4 perf: hisi: Add support for HiSilicon SoC L3C PMU driver by Shaokun Zhang · 7 years ago
  64. 6ce4ef9 perf: hisi: Add support for HiSilicon SoC uncore PMU driver by Shaokun Zhang · 7 years ago
  65. d5d9696 drivers/perf: Add support for ARMv8.2 Statistical Profiling Extension by Will Deacon · 8 years ago
  66. d1809d0 drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled check by Shaokun Zhang · 7 years ago
  67. b65423e perf: qcom_l2_pmu: add event names by Neil Leeder · 7 years ago
  68. a88dc7b drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintf by Arvind Yadav · 7 years ago
  69. 6c833bb arm64: perf: Allow standard PMUv3 events to be extended by the CPU type by Will Deacon · 7 years ago
  70. c1be2ddb perf: xgene: Remove unnecessary managed resources cleanup by Tai Nguyen · 7 years ago
  71. a3287c4 drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPU by Will Deacon · 7 years ago
  72. 6c17c1c perf: qcom_l2: fix column exclusion check by Neil Leeder · 7 years ago
  73. 5f4216f perf: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  74. 3edb1dd Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core by Will Deacon · 7 years ago
  75. c0f7f7a perf: xgene: Add support for SoC PMU version 3 by Hoan Tran · 7 years ago
  76. e35e0a0 perf: xgene: Move PMU leaf functions into function pointer structure by Hoan Tran · 7 years ago
  77. 838955e perf: xgene: Parse PMU subnode from the match table by Hoan Tran · 7 years ago
  78. bddb9b6 drivers/perf: commonise PERF_EVENTS dependency by Mark Rutland · 7 years ago
  79. 477c50e drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is off by Wei Huang · 7 years ago
  80. 45736a7 drivers/perf: arm_pmu: add ACPI framework by Mark Rutland · 7 years ago
  81. 18bfcfe drivers/perf: arm_pmu: split out platform device probe logic by Mark Rutland · 7 years ago
  82. 3cf7ee9 drivers/perf: arm_pmu: move irq request/free into probe by Mark Rutland · 7 years ago
  83. 0e2663d drivers/perf: arm_pmu: split cpu-local irq request/free by Mark Rutland · 7 years ago
  84. 3cf611102 drivers/perf: arm_pmu: rename irq request/free functions by Mark Rutland · 7 years ago
  85. 7654137 drivers/perf: arm_pmu: handle no platform_device by Mark Rutland · 7 years ago
  86. 3a5a89d drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs() by Mark Rutland · 7 years ago
  87. 74a2b3e drivers/perf: arm_pmu: factor out pmu registration by Mark Rutland · 7 years ago
  88. 70cd908 drivers/perf: arm_pmu: fold init into alloc by Mark Rutland · 7 years ago
  89. 083c521 drivers/perf: arm_pmu: define armpmu_init_fn by Mark Rutland · 7 years ago
  90. a9e469d drivers/perf: arm_pmu: remove pointless PMU disabling by Mark Rutland · 7 years ago
  91. 3071f13 perf: qcom: Add L3 cache PMU driver by Agustin Vega-Frias · 7 years ago
  92. c09adab drivers/perf: arm_pmu: split irq request from enable by Mark Rutland · 7 years ago
  93. 7ed98e0 drivers/perf: arm_pmu: manage interrupts per-cpu by Mark Rutland · 7 years ago
  94. 2681f01 drivers/perf: arm_pmu: rework per-cpu allocation by Mark Rutland · 7 years ago
  95. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 7 years ago
  96. 21bdbb7 perf: add qcom l2 cache perf events driver by Neil Leeder · 7 years ago
  97. c0bfc54 perf: xgene: Include module.h by Stephen Boyd · 8 years ago
  98. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  99. 9a1a1f4 perf: xgene: Remove bogus IS_ERR() check by Tai Nguyen · 8 years ago
  100. 6afd563 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago