1. 984e9cf drivers/bus: arm-cci: fix build warnings by Arnd Bergmann · 6 years ago
  2. b89205b drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependency by John Garry · 6 years ago
  3. 1898eb6 drivers/perf: arm-ccn: don't log to dmesg in event_init by Mark Rutland · 6 years ago
  4. 8b0c93c perf/arm-cci: Allow building as a module by Robin Murphy · 6 years ago
  5. 28c01dc perf/arm-cci: Remove pointless PMU disabling by Robin Murphy · 6 years ago
  6. 75dc344 perf/arm-cc*: Fix MODULE_LICENSE() tags by Robin Murphy · 6 years ago
  7. 0788f1e arm_pmu: simplify arm_pmu::handle_irq by Mark Rutland · 6 years ago
  8. 5c59130 perf/arm-cci: Remove unnecessary period adjustment by Robin Murphy · 6 years ago
  9. d0f2e42 perf: simplify getting .drvdata by Wolfram Sang · 7 years ago
  10. 38c2368 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  11. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  12. 65bd053 drivers/perf: arm_pmu_platform: do not warn about affinity on uniprocessor by Alexander Monakov · 7 years ago
  13. fcd9f83 perf: arm_spe: include linux/vmalloc.h for vmap() by Arnd Bergmann · 7 years ago
  14. 134933e Merge tag 'v4.16-rc6' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  15. edb3959 perf: Fix sibling iteration by Peter Zijlstra · 7 years ago
  16. 8343aae perf/core: Remove perf_event::group_entry by Peter Zijlstra · 7 years ago
  17. e9c112c perf/arm-cci: Untangle global cci_ctrl_base by Robin Murphy · 7 years ago
  18. 3283795 perf/arm-cci: Clean up model discovery by Robin Murphy · 7 years ago
  19. 03057f2 perf/arm-cci: Simplify CPU hotplug by Robin Murphy · 7 years ago
  20. 3de6be7 drivers/bus: Split Arm CCI driver by Robin Murphy · 7 years ago
  21. 1888d3d drivers/bus: Move Arm CCN PMU driver by Robin Murphy · 7 years ago
  22. b08e5fd arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hook by Will Deacon · 7 years ago
  23. 167e614 arm_pmu: acpi: request IRQs up-front by Mark Rutland · 7 years ago
  24. 84b4be5 arm_pmu: note IRQs and PMUs per-cpu by Mark Rutland · 7 years ago
  25. 6de3f79 arm_pmu: explicitly enable/disable SPIs at hotplug by Mark Rutland · 7 years ago
  26. 43fc9a2 arm_pmu: acpi: check for mismatched PPIs by Mark Rutland · 7 years ago
  27. 0dc1a18 arm_pmu: add armpmu_alloc_atomic() by Mark Rutland · 7 years ago
  28. d3d5aac arm_pmu: fold platform helpers into platform code by Mark Rutland · 7 years ago
  29. c0248c9 arm_pmu: kill arm_pmu_platdata by Mark Rutland · 7 years ago
  30. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago
  31. a22fde8 perf: dsu: Use signed field for dsu_pmu->num_counters by Suzuki K Poulose · 7 years ago
  32. 3423cab Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Catalin Marinas · 7 years ago
  33. 7520fa9 perf: ARM DynamIQ Shared Unit PMU support by Suzuki K Poulose · 7 years ago
  34. 6658278 arm_pmu: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  35. 7a4a0c1 perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0() by Will Deacon · 7 years ago
  36. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  37. 19b4aff perf: arm_spe: Prevent module unload while the PMU is in use by Suzuki K Poulose · 7 years ago
  38. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  39. 1e0c661 Merge branch 'for-next/perf' into aarch64/for-next/core by Will Deacon · 7 years ago
  40. 611479c arm/arm64: pmu: Distinguish percpu irq and percpu_devid irq by Julien Thierry · 7 years ago
  41. 904dcf0 perf: hisi: Add support for HiSilicon SoC DDRC PMU driver by Shaokun Zhang · 7 years ago
  42. 2bab3cf perf: hisi: Add support for HiSilicon SoC HHA PMU driver by Shaokun Zhang · 7 years ago
  43. 2940bc4 perf: hisi: Add support for HiSilicon SoC L3C PMU driver by Shaokun Zhang · 7 years ago
  44. 6ce4ef9 perf: hisi: Add support for HiSilicon SoC uncore PMU driver by Shaokun Zhang · 7 years ago
  45. d5d9696 drivers/perf: Add support for ARMv8.2 Statistical Profiling Extension by Will Deacon · 8 years ago
  46. d1809d0 drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled check by Shaokun Zhang · 7 years ago
  47. b65423e perf: qcom_l2_pmu: add event names by Neil Leeder · 7 years ago
  48. a88dc7b drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintf by Arvind Yadav · 7 years ago
  49. 6c833bb arm64: perf: Allow standard PMUv3 events to be extended by the CPU type by Will Deacon · 7 years ago
  50. c1be2ddb perf: xgene: Remove unnecessary managed resources cleanup by Tai Nguyen · 7 years ago
  51. a3287c4 drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPU by Will Deacon · 7 years ago
  52. 6c17c1c perf: qcom_l2: fix column exclusion check by Neil Leeder · 7 years ago
  53. 5f4216f perf: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  54. 3edb1dd Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core by Will Deacon · 7 years ago
  55. c0f7f7a perf: xgene: Add support for SoC PMU version 3 by Hoan Tran · 7 years ago
  56. e35e0a0 perf: xgene: Move PMU leaf functions into function pointer structure by Hoan Tran · 7 years ago
  57. 838955e perf: xgene: Parse PMU subnode from the match table by Hoan Tran · 7 years ago
  58. bddb9b6 drivers/perf: commonise PERF_EVENTS dependency by Mark Rutland · 7 years ago
  59. 477c50e drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is off by Wei Huang · 7 years ago
  60. 45736a7 drivers/perf: arm_pmu: add ACPI framework by Mark Rutland · 8 years ago
  61. 18bfcfe drivers/perf: arm_pmu: split out platform device probe logic by Mark Rutland · 8 years ago
  62. 3cf7ee9 drivers/perf: arm_pmu: move irq request/free into probe by Mark Rutland · 8 years ago
  63. 0e2663d drivers/perf: arm_pmu: split cpu-local irq request/free by Mark Rutland · 8 years ago
  64. 3cf611102 drivers/perf: arm_pmu: rename irq request/free functions by Mark Rutland · 8 years ago
  65. 7654137 drivers/perf: arm_pmu: handle no platform_device by Mark Rutland · 8 years ago
  66. 3a5a89d drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs() by Mark Rutland · 8 years ago
  67. 74a2b3e drivers/perf: arm_pmu: factor out pmu registration by Mark Rutland · 8 years ago
  68. 70cd908 drivers/perf: arm_pmu: fold init into alloc by Mark Rutland · 8 years ago
  69. 083c521 drivers/perf: arm_pmu: define armpmu_init_fn by Mark Rutland · 8 years ago
  70. a9e469d drivers/perf: arm_pmu: remove pointless PMU disabling by Mark Rutland · 8 years ago
  71. 3071f13 perf: qcom: Add L3 cache PMU driver by Agustin Vega-Frias · 8 years ago
  72. c09adab drivers/perf: arm_pmu: split irq request from enable by Mark Rutland · 8 years ago
  73. 7ed98e0 drivers/perf: arm_pmu: manage interrupts per-cpu by Mark Rutland · 8 years ago
  74. 2681f01 drivers/perf: arm_pmu: rework per-cpu allocation by Mark Rutland · 8 years ago
  75. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  76. 21bdbb7 perf: add qcom l2 cache perf events driver by Neil Leeder · 8 years ago
  77. c0bfc54 perf: xgene: Include module.h by Stephen Boyd · 8 years ago
  78. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  79. 9a1a1f4 perf: xgene: Remove bogus IS_ERR() check by Tai Nguyen · 8 years ago
  80. 6afd563 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  81. 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
  82. 7af8a0f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  83. c55b2d9 Merge tag 'xgene-drivers-for-4.9' of https://github.com/AppliedMicro/xgene-next into next/drivers by Arnd Bergmann · 8 years ago
  84. dbee3a7 arm64: pmu: add fallback probe table by Mark Salter · 8 years ago
  85. 832c927 perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver by Tai Nguyen · 8 years ago
  86. 48538b5 drivers/perf: arm_pmu: expose a cpumask in sysfs by Mark Rutland · 8 years ago
  87. 1589680 drivers/perf: arm_pmu: only use common attr_groups by Mark Rutland · 8 years ago
  88. 86cdd72 drivers/perf: arm_pmu: add common attr group fields by Mark Rutland · 8 years ago
  89. 282b879 drivers/perf: arm_pmu: Always consider IRQ0 as an error by Marc Zyngier · 8 years ago
  90. 6e103c0 arm/perf: Use multi instance instead of custom list by Sebastian Andrzej Siewior · 8 years ago
  91. 63fb0a9 drivers/perf: arm_pmu: Fix NULL pointer dereference during probe by Stefan Wahren · 8 years ago
  92. 7532468 drivers/perf: arm_pmu: Fix leak in error path by Stefan Wahren · 8 years ago
  93. 7f1d642 drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" property by Marc Zyngier · 8 years ago
  94. a026bb1 drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlock by Sudeep Holla · 8 years ago
  95. 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
  96. 37b502f arm/perf: Fix hotplug state machine conversion by Sebastian Andrzej Siewior · 8 years ago
  97. 7d88eb6 arm/perf: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  98. 19a469a drivers/perf: arm-pmu: Handle per-interrupt affinity mask by Marc Zyngier · 8 years ago
  99. f7a6c14 arm: pmu: Fix non-devicetree probing by Mark Salter · 8 years ago
  100. 5988a36 drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on error by Julien Grall · 8 years ago