aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2021-02-10drivers/perf: Replace spin_lock_irqsave to spin_lockQi Liu2-6/+4
2021-02-02drivers/perf: Prevent forced unbinding of ARM_DMC620_PMU driversQi Liu1-0/+1
2021-02-02Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-1/+1
2021-02-01driver/perf: Remove ARM_SMMU_V3_PMU dependency on ARM_SMMU_V3John Garry1-1/+1
2021-01-28perf/arm-cmn: Move IRQs when migrating contextRobin Murphy1-1/+3
2021-01-28perf/arm-cmn: Fix PMU instance namingRobin Murphy1-9/+4
2021-01-20perf: Constify static struct attribute_groupRikard Falkeborn6-12/+12
2021-01-20perf: hisi: Constify static struct attribute_groupRikard Falkeborn3-3/+3
2021-01-20perf/imx_ddr: Constify static struct attribute_groupRikard Falkeborn1-5/+5
2021-01-20perf: qcom: Constify static struct attribute_groupRikard Falkeborn2-6/+6
2021-01-20drivers/perf: Add support for ARMv8.3-SPEWei Li1-2/+15
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon1-5/+0
2020-12-09perf/imx_ddr: Add system PMU identifier for userspaceJoakim Zhang1-0/+55
2020-11-25arm64: Enable perf events based hard lockup detectorSumit Garg1-0/+5
2020-11-25perf/imx_ddr: Add stop event counters support for i.MX8MPJoakim Zhang1-26/+54
2020-11-25perf/smmuv3: Support sysfs identifier fileJohn Garry1-0/+39
2020-11-25drivers/perf: hisi: Add identifier sysfs fileJohn Garry5-0/+65
2020-11-25perf: remove duplicate check on fwnodeWang Qing1-3/+0
2020-11-25driver/perf: Add PMU driver for the ARM DMC-620 memory controllerTuan Phan3-0/+756
2020-10-01perf: arm-cmn: Fix conversion specifiers for node typeWill Deacon1-2/+2
2020-10-01perf: arm-cmn: Fix unsigned comparison to less than zeroWill Deacon1-1/+1
2020-09-28arm_pmu: arm64: Use NMIs for PMUJulien Thierry1-8/+63
2020-09-28arm_pmu: Introduce pmu_irq_opsJulien Thierry1-16/+74
2020-09-28perf: Add Arm CMN-600 PMU driverRobin Murphy3-0/+1649
2020-09-18drivers/perf: thunderx2_pmu: Fix memory resource error handlingMark Salter1-2/+5
2020-09-18drivers/perf: xgene_pmu: Fix uninitialized resource structMark Salter1-15/+17
2020-09-15perf: arm_dsu: Support DSU ACPI devicesTuan Phan1-6/+57
2020-09-07drivers/perf: hisi: Add missing include of linux/module.hShaokun Zhang1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-66/+25
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+1
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversQi Liu13-0/+13
2020-07-16drivers/perf: Fix kernel panic when rmmod PMU modules during perf samplingQi Liu5-0/+5
2020-07-13perf/smmuv3: To simplify code for ioremap page in pmcgJay Chen1-2/+1
2020-07-10soc: qcom: Separate kryo l2 accessors from PMU driverIlia Lin2-66/+25
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2020-06-08drivers/perf: hisi: Fix wrong value for all counters enableShaokun Zhang1-1/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds10-30/+57
2020-05-18pmu/smmuv3: Clear IRQ affinity hint on device removalJean-Philippe Brucker1-1/+4
2020-05-18drivers/perf: hisi: Permit modular builds of HiSilicon uncore driversZhou Wang7-22/+50
2020-04-30drivers/perf: hisi: Fix typo in events attribute arrayShaokun Zhang1-1/+1
2020-04-30drivers/perf: arm_spe_pmu: Avoid duplicate printoutsTang Bin1-3/+1
2020-04-30drivers/perf: arm_dsu_pmu: Avoid duplicate printoutsTang Bin1-3/+1
2020-04-16drivers/perf: Open access for CAP_PERFMON privileged processAlexey Budankov1-2/+2
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-11/+11
2020-03-17perf: arm-ccn: Use scnprintf() for robustnessTakashi Iwai1-10/+10
2020-03-02drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointerluanshi1-5/+2
2020-03-02drivers/perf: fsl_imx8_ddr: Correct the CLEAR bit definitionJoakim Zhang1-4/+6
2020-03-02perf: arm_spe: Remove unnecessary zero check on 'nr_pages'luanshi1-1/+1