aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf/arm-cci.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27drivers/perf: Explicitly include correct DT includesGravatar Rob Herring 1-4/+1
2023-06-05perf/arm-cci: Slightly optimize cci_pmu_sync_counters()Gravatar Christophe JAILLET 1-2/+2
2022-07-06perf/arm-cci: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-5/+4
2022-06-23perf/arm-cci: fix typo in commentGravatar Julia Lawall 1-1/+1
2022-02-15perf: replace bitmap_weight with bitmap_empty where appropriateGravatar Yury Norov 1-1/+1
2021-05-25drivers/perf: arm-cci: Fix checkpatch spacing errorGravatar Junhao He 1-2/+2
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitGravatar Zihao Tang 1-6/+6
2021-02-10drivers/perf: Replace spin_lock_irqsave to spin_lockGravatar Qi Liu 1-3/+2
2021-01-20perf: Constify static struct attribute_groupGravatar Rikard Falkeborn 1-1/+1
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversGravatar Qi Liu 1-0/+1
2019-10-01perf/arm-cci: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-04-23perf/arm-cci: Remove broken race mitigationGravatar Robin Murphy 1-9/+12
2019-01-21For drivers that do not support context exclusion let's advertise theGravatar Andrew Murray 1-9/+1
2018-07-02perf/arm-cci: Remove VLA usageGravatar Kees Cook 1-12/+26
2018-05-29drivers/bus: arm-cci: fix build warningsGravatar Arnd Bergmann 1-3/+3
2018-05-21perf/arm-cci: Allow building as a moduleGravatar Robin Murphy 1-1/+16
2018-05-21perf/arm-cci: Remove pointless PMU disablingGravatar Robin Murphy 1-10/+3
2018-05-21perf/arm-cc*: Fix MODULE_LICENSE() tagsGravatar Robin Murphy 1-1/+1
2018-05-21perf/arm-cci: Remove unnecessary period adjustmentGravatar Robin Murphy 1-9/+0
2018-04-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1722
2018-03-06perf/arm-cci: Untangle global cci_ctrl_baseGravatar Robin Murphy 1-23/+24
2018-03-06perf/arm-cci: Clean up model discoveryGravatar Robin Murphy 1-24/+16
2018-03-06perf/arm-cci: Simplify CPU hotplugGravatar Robin Murphy 1-37/+19
2018-03-06drivers/bus: Split Arm CCI driverGravatar Robin Murphy 1-0/+1747