summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* drivers/perf: arm_pmu: Fix failure path in PM notifierWill Deacon2019-07-291-1/+1
* docs: perf: move to the admin-guideMauro Carvalho Chehab2019-07-151-1/+1
* docs: perf: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-085-2/+645
|\
| * perf: arm_spe: Enable ACPI/Platform automatic module loadingJeremy Linton2019-06-271-2/+10
| * arm_pmu: acpi: spe: Add initial MADT/SPE probingJeremy Linton2019-06-271-0/+72
| * drivers/perf: imx_ddr: Add DDR performance counter support to perfFrank Li2019-06-133-0/+563
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-197-28/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-052-18/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-8/+1
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-221-9/+1
|\
| * drivers/perf: arm_spe: Don't error on high-order pages for aux bufWill Deacon2019-05-131-9/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* perf/arm-ccn: Clean up CPU hotplug handlingRobin Murphy2019-04-231-12/+13
* perf/arm-cci: Remove broken race mitigationRobin Murphy2019-04-231-9/+12
* perf/smmuv3: Enable HiSilicon Erratum 162001800 quirkShameer Kolothum2019-04-041-7/+41
* perf/smmuv3: Add MSI irq supportShameer Kolothum2019-04-041-0/+58
* perf/smmuv3: Add arm64 smmuv3 pmu driverNeil Leeder2019-04-043-0/+783
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-2/+0
|\
| * perf: xgene: Remove set but not used variable 'config'YueHaibing2019-01-311-2/+0
* | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-3/+3
* | perf/drivers: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray2019-01-213-20/+3
* | For drivers that do not support context exclusion let's advertise theAndrew Murray2019-01-218-38/+9
* | perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE conditionallyAndrew Murray2019-01-211-10/+5
|/
* drivers/perf: hisi: Fixup one DDRC PMU register offsetShaokun Zhang2019-01-041-2/+2
* drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driverKulkarni, Ganapatrao2018-12-063-0/+871
* perf: arm_spe: handle devm_kasprintf() failureNicholas Mc Guire2018-11-291-0/+5
* drivers/perf: xgene: Add CPU hotplug supportHoan Tran2018-11-211-7/+73
* perf: arm_spe: Enable automatic DT loadingJeremy Linton2018-11-211-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-221-3/+3
|\
| * perf: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-011-3/+3
* | arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon2018-10-121-1/+7
|/
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-161-1/+1
| |\
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon2018-07-275-45/+59
|\ \ \ | |_|/ |/| |
| * | drivers/perf: arm-ccn: Use devm_ioremap_resource() to map memorySudeep Holla2018-07-261-11/+3
| * | drivers/perf: hisi: update the sccl_id/ccl_id when MT is supportedShaokun Zhang2018-07-241-5/+7
| * | arm64: perf: Add support for chaining event countersSuzuki K Poulose2018-07-101-7/+2
| * | arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose2018-07-101-4/+3
| * | arm_pmu: Add support for 64bit event countersSuzuki K Poulose2018-07-101-6/+10
| * | arm_pmu: Clean up maximum period handlingSuzuki K Poulose2018-07-101-4/+12
| * | drivers/perf: Initialise return value in armpmu_request_irqs()Will Deacon2018-07-041-1/+1
| * | perf/arm-cci: Remove VLA usageKees Cook2018-07-021-12/+26
| |/
* / drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser errorHoan Tran2018-06-181-1/+1
|/
* drivers/bus: arm-cci: fix build warningsArnd Bergmann2018-05-291-3/+3
* drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependencyJohn Garry2018-05-221-1/+1