aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Gravatar Thomas Gleixner 2-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-8/+1
2019-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-9/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-13drivers/perf: arm_spe: Don't error on high-order pages for aux bufGravatar Will Deacon 1-9/+1
2019-04-23perf/arm-ccn: Clean up CPU hotplug handlingGravatar Robin Murphy 1-12/+13
2019-04-23perf/arm-cci: Remove broken race mitigationGravatar Robin Murphy 1-9/+12
2019-04-04perf/smmuv3: Enable HiSilicon Erratum 162001800 quirkGravatar Shameer Kolothum 1-7/+41
2019-04-04perf/smmuv3: Add MSI irq supportGravatar Shameer Kolothum 1-0/+58
2019-04-04perf/smmuv3: Add arm64 smmuv3 pmu driverGravatar Neil Leeder 3-0/+783
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+0
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Gravatar Mathieu Poirier 1-3/+3
2019-01-31perf: xgene: Remove set but not used variable 'config'Gravatar YueHaibing 1-2/+0
2019-01-21perf/drivers: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEGravatar Andrew Murray 3-20/+3
2019-01-21For drivers that do not support context exclusion let's advertise theGravatar Andrew Murray 8-38/+9
2019-01-21perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE conditionallyGravatar Andrew Murray 1-10/+5
2019-01-04drivers/perf: hisi: Fixup one DDRC PMU register offsetGravatar Shaokun Zhang 1-2/+2
2018-12-06drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driverGravatar Kulkarni, Ganapatrao 3-0/+871
2018-11-29perf: arm_spe: handle devm_kasprintf() failureGravatar Nicholas Mc Guire 1-0/+5
2018-11-21drivers/perf: xgene: Add CPU hotplug supportGravatar Hoan Tran 1-7/+73
2018-11-21perf: arm_spe: Enable automatic DT loadingGravatar Jeremy Linton 1-0/+1
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+3
2018-10-12arm64: perf: Reject stand-alone CHAIN events for PMUv3Gravatar Will Deacon 1-1/+7
2018-10-01perf: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-3/+3
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-07-27Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Will Deacon 5-45/+59
2018-07-26drivers/perf: arm-ccn: Use devm_ioremap_resource() to map memoryGravatar Sudeep Holla 1-11/+3
2018-07-24drivers/perf: hisi: update the sccl_id/ccl_id when MT is supportedGravatar Shaokun Zhang 1-5/+7
2018-07-16Merge 4.18-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+1
2018-07-10arm64: perf: Add support for chaining event countersGravatar Suzuki K Poulose 1-7/+2
2018-07-10arm_pmu: Tidy up clear_event_idx call backsGravatar Suzuki K Poulose 1-4/+3
2018-07-10arm_pmu: Add support for 64bit event countersGravatar Suzuki K Poulose 1-6/+10
2018-07-10arm_pmu: Clean up maximum period handlingGravatar Suzuki K Poulose 1-4/+12
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-07-04drivers/perf: Initialise return value in armpmu_request_irqs()Gravatar Will Deacon 1-1/+1
2018-07-02perf/arm-cci: Remove VLA usageGravatar Kees Cook 1-12/+26
2018-06-18drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser errorGravatar Hoan Tran 1-1/+1
2018-05-29drivers/bus: arm-cci: fix build warningsGravatar Arnd Bergmann 1-3/+3
2018-05-22drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependencyGravatar John Garry 1-1/+1
2018-05-21drivers/perf: arm-ccn: don't log to dmesg in event_initGravatar Mark Rutland 1-10/+10
2018-05-21perf/arm-cci: Allow building as a moduleGravatar Robin Murphy 2-17/+34
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 2-2/+2
2018-05-21arm_pmu: simplify arm_pmu::handle_irqGravatar Mark Rutland 1-1/+1
2018-05-21perf/arm-cci: Remove unnecessary period adjustmentGravatar Robin Murphy 1-9/+0
2018-05-21perf: simplify getting .drvdataGravatar Wolfram Sang 1-4/+2
2018-04-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-0/+3354
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-1/+15