aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf/arm-cci.c
AgeCommit message (Expand)AuthorFilesLines
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