aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm-cci.c
AgeCommit message (Expand)AuthorFilesLines
27 hoursMerge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+1
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner1-11/+1
2024-04-19perf/arm-cci: Assign parents for event_source deviceJonathan Cameron1-0/+1
2024-02-09perf: arm-cci: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-07-27drivers/perf: Explicitly include correct DT includesRob Herring1-4/+1
2023-06-05perf/arm-cci: Slightly optimize cci_pmu_sync_counters()Christophe JAILLET1-2/+2
2022-07-06perf/arm-cci: Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+4
2022-06-23perf/arm-cci: fix typo in commentJulia Lawall1-1/+1
2022-02-15perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov1-1/+1
2021-05-25drivers/perf: arm-cci: Fix checkpatch spacing errorJunhao He1-2/+2
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang1-6/+6
2021-02-10drivers/perf: Replace spin_lock_irqsave to spin_lockQi Liu1-3/+2
2021-01-20perf: Constify static struct attribute_groupRikard Falkeborn1-1/+1
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversQi Liu1-0/+1
2019-10-01perf/arm-cci: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-04-23perf/arm-cci: Remove broken race mitigationRobin Murphy1-9/+12
2019-01-21For drivers that do not support context exclusion let's advertise theAndrew Murray1-9/+1
2018-07-02perf/arm-cci: Remove VLA usageKees Cook1-12/+26
2018-05-29drivers/bus: arm-cci: fix build warningsArnd Bergmann1-3/+3
2018-05-21perf/arm-cci: Allow building as a moduleRobin Murphy1-1/+16
2018-05-21perf/arm-cci: Remove pointless PMU disablingRobin Murphy1-10/+3
2018-05-21perf/arm-cc*: Fix MODULE_LICENSE() tagsRobin Murphy1-1/+1
2018-05-21perf/arm-cci: Remove unnecessary period adjustmentRobin Murphy1-9/+0
2018-04-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1722
2018-03-06perf/arm-cci: Untangle global cci_ctrl_baseRobin Murphy1-23/+24
2018-03-06perf/arm-cci: Clean up model discoveryRobin Murphy1-24/+16
2018-03-06perf/arm-cci: Simplify CPU hotplugRobin Murphy1-37/+19
2018-03-06drivers/bus: Split Arm CCI driverRobin Murphy1-0/+1747