1. 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 9 months ago
  2. e9c74a6 arm64: Get rid of oprofile leftovers by Marc Zyngier · 3 years, 9 months ago
  3. e20ac6c perf/arm_pmu_platform: Clean up with dev_printk by Robin Murphy · 3 years, 10 months ago
  4. e338cb6 perf/arm_pmu_platform: Fix error handling by Robin Murphy · 3 years, 10 months ago
  5. 11fa1dc perf/arm_pmu_platform: Use dev_err_probe() for IRQ errors by Robin Murphy · 3 years, 10 months ago
  6. a0ab25c drivers/perf: hisi: Add support for HiSilicon PA PMU driver by Shaokun Zhang · 3 years, 10 months ago
  7. 3bf30882 drivers/perf: hisi: Add support for HiSilicon SLLC PMU driver by Shaokun Zhang · 3 years, 10 months ago
  8. cce03e7 drivers/perf: hisi: Update DDRC PMU for programmable counter by Shaokun Zhang · 3 years, 10 months ago
  9. 932f6a9 drivers/perf: hisi: Add new functions for HHA PMU by Shaokun Zhang · 3 years, 10 months ago
  10. 486a7f4 drivers/perf: hisi: Add new functions for L3C PMU by Shaokun Zhang · 3 years, 10 months ago
  11. 3da582d drivers/perf: hisi: Add PMU version for uncore PMU drivers. by Shaokun Zhang · 3 years, 10 months ago
  12. baff06c drivers/perf: hisi: Refactor code for more uncore PMUs by Shaokun Zhang · 3 years, 10 months ago
  13. 4e4cb8c drivers/perf: hisi: Remove unnecessary check of counter index by Shaokun Zhang · 3 years, 10 months ago
  14. 1747441 drivers/perf: Simplify the SMMUv3 PMU event attributes by Qi Liu · 4 years ago
  15. fb62d67 drivers/perf: convert sysfs sprintf family to sysfs_emit by Qi Liu · 3 years, 10 months ago
  16. 9ec9f9c drivers/perf: convert sysfs scnprintf family to sysfs_emit_at() and sysfs_emit() by Qi Liu · 3 years, 10 months ago
  17. 700a9cf drivers/perf: convert sysfs snprintf family to sysfs_emit by Zihao Tang · 3 years, 10 months ago
  18. c8e3866 perf/arm_dmc620_pmu: Fix error return code in dmc620_pmu_device_probe() by Wei Yongjun · 3 years, 10 months ago
  19. d652ea3 Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 11 months ago
  20. 8ee37e0 drivers/perf: Replace spin_lock_irqsave to spin_lock by Qi Liu · 4 years ago
  21. 20116dd drivers/perf: Prevent forced unbinding of ARM_DMC620_PMU drivers by Qi Liu · 4 years ago
  22. d1e3306 Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu by Joerg Roedel · 4 years ago
  23. 34eb935 driver/perf: Remove ARM_SMMU_V3_PMU dependency on ARM_SMMU_V3 by John Garry · 4 years ago
  24. 1c8147e perf/arm-cmn: Move IRQs when migrating context by Robin Murphy · 4 years ago
  25. 79d7c3d perf/arm-cmn: Fix PMU instance naming by Robin Murphy · 4 years ago
  26. f0c1404 perf: Constify static struct attribute_group by Rikard Falkeborn · 4 years ago
  27. c2c4d5c perf: hisi: Constify static struct attribute_group by Rikard Falkeborn · 4 years ago
  28. 3cb7d2d perf/imx_ddr: Constify static struct attribute_group by Rikard Falkeborn · 4 years ago
  29. 30b34c4 perf: qcom: Constify static struct attribute_group by Rikard Falkeborn · 4 years ago
  30. 4a669e2 drivers/perf: Add support for ARMv8.3-SPE by Wei Li · 4 years, 1 month ago
  31. b90d72a Revert "arm64: Enable perf events based hard lockup detector" by Will Deacon · 4 years ago
  32. 881b052 perf/imx_ddr: Add system PMU identifier for userspace by Joakim Zhang · 4 years, 2 months ago
  33. 367c820e arm64: Enable perf events based hard lockup detector by Sumit Garg · 4 years, 3 months ago
  34. 6b46338 perf/imx_ddr: Add stop event counters support for i.MX8MP by Joakim Zhang · 4 years, 3 months ago
  35. 2c25522 perf/smmuv3: Support sysfs identifier file by John Garry · 4 years, 3 months ago
  36. ac4511c drivers/perf: hisi: Add identifier sysfs file by John Garry · 4 years, 3 months ago
  37. 6c8cfbf perf: remove duplicate check on fwnode by Wang Qing · 4 years, 2 months ago
  38. 53c218d driver/perf: Add PMU driver for the ARM DMC-620 memory controller by Tuan Phan · 4 years, 2 months ago
  39. 887e2cf perf: arm-cmn: Fix conversion specifiers for node type by Will Deacon · 4 years, 4 months ago
  40. d9ef632 perf: arm-cmn: Fix unsigned comparison to less than zero by Will Deacon · 4 years, 4 months ago
  41. d8f6267 arm_pmu: arm64: Use NMIs for PMU by Julien Thierry · 4 years, 4 months ago
  42. f76b130 arm_pmu: Introduce pmu_irq_ops by Julien Thierry · 4 years, 4 months ago
  43. 0ba6477 perf: Add Arm CMN-600 PMU driver by Robin Murphy · 4 years, 4 months ago
  44. 688494a drivers/perf: thunderx2_pmu: Fix memory resource error handling by Mark Salter · 4 years, 4 months ago
  45. a76b823 drivers/perf: xgene_pmu: Fix uninitialized resource struct by Mark Salter · 4 years, 4 months ago
  46. 2b694fc perf: arm_dsu: Support DSU ACPI devices by Tuan Phan · 4 years, 4 months ago
  47. d51eb41 drivers/perf: hisi: Add missing include of linux/module.h by Shaokun Zhang · 4 years, 4 months ago
  48. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  49. 30185b6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 5 months ago
  50. 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 6 months ago
  51. f32ed8e drivers/perf: Prevent forced unbinding of PMU drivers by Qi Liu · 4 years, 6 months ago
  52. bdc5c74 drivers/perf: Fix kernel panic when rmmod PMU modules during perf sampling by Qi Liu · 4 years, 6 months ago
  53. f011856 perf/smmuv3: To simplify code for ioremap page in pmcg by Jay Chen · 4 years, 6 months ago
  54. 6d0efeb soc: qcom: Separate kryo l2 accessors from PMU driver by Ilia Lin · 4 years, 7 months ago
  55. 55d728b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  56. 961abd78 drivers/perf: hisi: Fix wrong value for all counters enable by Shaokun Zhang · 4 years, 8 months ago
  57. 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 8 months ago
  58. 10f6cd2 pmu/smmuv3: Clear IRQ affinity hint on device removal by Jean-Philippe Brucker · 4 years, 9 months ago
  59. 9780732 drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers by Zhou Wang · 4 years, 8 months ago
  60. 88562f0 drivers/perf: hisi: Fix typo in events attribute array by Shaokun Zhang · 4 years, 9 months ago
  61. 1f0d97b drivers/perf: arm_spe_pmu: Avoid duplicate printouts by Tang Bin · 4 years, 10 months ago
  62. 5810f00 drivers/perf: arm_dsu_pmu: Avoid duplicate printouts by Tang Bin · 4 years, 10 months ago
  63. cea7d0d drivers/perf: Open access for CAP_PERFMON privileged process by Alexey Budankov · 4 years, 10 months ago
  64. 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 10 months ago
  65. 0623682 perf: arm-ccn: Use scnprintf() for robustness by Takashi Iwai · 4 years, 10 months ago
  66. 3ba52ad drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointer by luanshi · 5 years ago
  67. 049d919 drivers/perf: fsl_imx8_ddr: Correct the CLEAR bit definition by Joakim Zhang · 5 years ago
  68. aaa1972 perf: arm_spe: Remove unnecessary zero check on 'nr_pages' by luanshi · 5 years ago
  69. 0ca2c03 perf/smmuv3: Use platform_get_irq_optional() for wired interrupt by John Garry · 5 years ago
  70. 9ee68b3 perf/imx_ddr: Fix cpu hotplug state cleanup by Leonard Crestez · 5 years ago
  71. 73daf0b drivers/perf: hisi: Simplify hisi_read_sccl_and_ccl_id and its comment by Shaokun Zhang · 5 years ago
  72. 8ae4bcf perf/smmuv3: Remove the leftover put_cpu() in error path by Hanjun Guo · 5 years ago
  73. 8703317 drivers/perf: hisi: update the sccl_id/ccl_id for certain HiSilicon platform by Shaokun Zhang · 5 years ago
  74. f1d303a perf/imx_ddr: Dump AXI ID filter info to userspace by Joakim Zhang · 5 years ago
  75. d3eeece perf/imx_ddr: Add driver for DDR PMU in i.MX8MPlus by Joakim Zhang · 5 years ago
  76. 44f8bd0 perf/imx_ddr: Add enhanced AXI ID filter support by Joakim Zhang · 5 years ago
  77. 5e2c27e drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver. by Ganapatrao Prabhakerrao Kulkarni · 5 years ago
  78. 126b0a17 perf: arm-ccn: Enable stats for CCN-512 interconnect by Marek Bykowski · 5 years ago
  79. c8b0de7 perf/smmuv3: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  80. 504db0f perf/arm-cci: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  81. 1c8d96b perf/arm-ccn: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  82. 7fdd7f7 perf: xgene: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  83. 42c184a perf: hisi: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  84. ac12cf8 Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/core by Will Deacon · 5 years ago
  85. c12c028 perf/imx_ddr: Add support for AXI ID filtering by Joakim Zhang · 5 years ago
  86. 3c93473 perf/smmuv3: Validate groups for global filtering by Robin Murphy · 5 years ago
  87. 33e84ea perf/smmuv3: Validate group size by Robin Murphy · 5 years ago
  88. 228f855 perf: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  89. 4b9ace9 perf/imx_ddr: Add MODULE_DEVICE_TABLE by Leonard Crestez · 6 years ago
  90. 0d7fd70 drivers/perf: arm_pmu: Fix failure path in PM notifier by Will Deacon · 5 years ago
  91. 59809fe docs: perf: move to the admin-guide by Mauro Carvalho Chehab · 6 years ago
  92. 6baec31 docs: perf: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  93. dfd437a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  94. d482e57 perf: arm_spe: Enable ACPI/Platform automatic module loading by Jeremy Linton · 6 years ago
  95. d24a0c7 arm_pmu: acpi: spe: Add initial MADT/SPE probing by Jeremy Linton · 6 years ago
  96. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  97. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  98. 9a66d36 drivers/perf: imx_ddr: Add DDR performance counter support to perf by Frank Li · 6 years ago
  99. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  100. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago