summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm-cci.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/perf: Explicitly include correct DT includesRob Herring2023-07-271-4/+1
* perf/arm-cci: Slightly optimize cci_pmu_sync_counters()Christophe JAILLET2023-06-051-2/+2
* perf/arm-cci: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-5/+4
* perf/arm-cci: fix typo in commentJulia Lawall2022-06-231-1/+1
* perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-02-151-1/+1
* drivers/perf: arm-cci: Fix checkpatch spacing errorJunhao He2021-05-251-2/+2
* drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang2021-03-251-6/+6
* drivers/perf: Replace spin_lock_irqsave to spin_lockQi Liu2021-02-101-3/+2
* perf: Constify static struct attribute_groupRikard Falkeborn2021-01-201-1/+1
* drivers/perf: Prevent forced unbinding of PMU driversQi Liu2020-07-171-0/+1
* perf/arm-cci: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-011-3/+1
* perf/arm-cci: Remove broken race mitigationRobin Murphy2019-04-231-9/+12
* For drivers that do not support context exclusion let's advertise theAndrew Murray2019-01-211-9/+1
* perf/arm-cci: Remove VLA usageKees Cook2018-07-021-12/+26
* drivers/bus: arm-cci: fix build warningsArnd Bergmann2018-05-291-3/+3
* perf/arm-cci: Allow building as a moduleRobin Murphy2018-05-211-1/+16
* perf/arm-cci: Remove pointless PMU disablingRobin Murphy2018-05-211-10/+3
* perf/arm-cc*: Fix MODULE_LICENSE() tagsRobin Murphy2018-05-211-1/+1
* perf/arm-cci: Remove unnecessary period adjustmentRobin Murphy2018-05-211-9/+0
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-051-1/+1
* perf/arm-cci: Untangle global cci_ctrl_baseRobin Murphy2018-03-061-23/+24
* perf/arm-cci: Clean up model discoveryRobin Murphy2018-03-061-24/+16
* perf/arm-cci: Simplify CPU hotplugRobin Murphy2018-03-061-37/+19
* drivers/bus: Split Arm CCI driverRobin Murphy2018-03-061-0/+1747