| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-06 | perf: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-05-22 | Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -11/+1 |
| 2024-05-04 | perf: Use device_show_string() helper for sysfs attributes | Lukas Wunner | 1 | -11/+1 |
| 2024-04-19 | perf/arm-cci: Assign parents for event_source device | Jonathan Cameron | 1 | -0/+1 |
| 2024-02-09 | perf: arm-cci: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -5/+3 |
| 2023-07-27 | drivers/perf: Explicitly include correct DT includes | Rob Herring | 1 | -4/+1 |
| 2023-06-05 | perf/arm-cci: Slightly optimize cci_pmu_sync_counters() | Christophe JAILLET | 1 | -2/+2 |
| 2022-07-06 | perf/arm-cci: Use the bitmap API to allocate bitmaps | Christophe JAILLET | 1 | -5/+4 |
| 2022-06-23 | perf/arm-cci: fix typo in comment | Julia Lawall | 1 | -1/+1 |
| 2022-02-15 | perf: replace bitmap_weight with bitmap_empty where appropriate | Yury Norov | 1 | -1/+1 |
| 2021-05-25 | drivers/perf: arm-cci: Fix checkpatch spacing error | Junhao He | 1 | -2/+2 |
| 2021-03-25 | drivers/perf: convert sysfs snprintf family to sysfs_emit | Zihao Tang | 1 | -6/+6 |
| 2021-02-10 | drivers/perf: Replace spin_lock_irqsave to spin_lock | Qi Liu | 1 | -3/+2 |
| 2021-01-20 | perf: Constify static struct attribute_group | Rikard Falkeborn | 1 | -1/+1 |
| 2020-07-17 | drivers/perf: Prevent forced unbinding of PMU drivers | Qi Liu | 1 | -0/+1 |
| 2019-10-01 | perf/arm-cci: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-04-23 | perf/arm-cci: Remove broken race mitigation | Robin Murphy | 1 | -9/+12 |
| 2019-01-21 | For drivers that do not support context exclusion let's advertise the | Andrew Murray | 1 | -9/+1 |
| 2018-07-02 | perf/arm-cci: Remove VLA usage | Kees Cook | 1 | -12/+26 |
| 2018-05-29 | drivers/bus: arm-cci: fix build warnings | Arnd Bergmann | 1 | -3/+3 |
| 2018-05-21 | perf/arm-cci: Allow building as a module | Robin Murphy | 1 | -1/+16 |
| 2018-05-21 | perf/arm-cci: Remove pointless PMU disabling | Robin Murphy | 1 | -10/+3 |
| 2018-05-21 | perf/arm-cc*: Fix MODULE_LICENSE() tags | Robin Murphy | 1 | -1/+1 |
| 2018-05-21 | perf/arm-cci: Remove unnecessary period adjustment | Robin Murphy | 1 | -9/+0 |
| 2018-04-05 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+1722 |
| 2018-03-06 | perf/arm-cci: Untangle global cci_ctrl_base | Robin Murphy | 1 | -23/+24 |
| 2018-03-06 | perf/arm-cci: Clean up model discovery | Robin Murphy | 1 | -24/+16 |
| 2018-03-06 | perf/arm-cci: Simplify CPU hotplug | Robin Murphy | 1 | -37/+19 |
| 2018-03-06 | drivers/bus: Split Arm CCI driver | Robin Murphy | 1 | -0/+1747 |