summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2023-01-14perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()Shang XiaoJing1-1/+7
2023-01-14perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()Yuan Can1-1/+5
2022-09-20perf/arm_pmu_platform: fix tests for platform_get_irq() failureYu Zhe1-1/+1
2022-08-21drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CXAnshuman Khandual1-2/+20
2022-04-27arm_pmu: Validate single/group leader eventsRob Herring1-6/+4
2022-04-20perf/imx_ddr: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-13perf: qcom_l2_pmu: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+3
2021-07-14perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ...Tuan Phan1-1/+1
2021-07-14drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()Jing Xiangfeng1-2/+4
2021-07-14perf/smmuv3: Don't trample existing events with global filterRobin Murphy1-8/+10
2021-05-11perf/arm_pmu_platform: Fix error handlingRobin Murphy1-1/+1
2021-05-11perf/arm_pmu_platform: Use dev_err_probe() for IRQ errorsRobin Murphy1-4/+3
2021-03-04perf/arm-cmn: Move IRQs when migrating contextRobin Murphy1-1/+3
2021-03-04perf/arm-cmn: Fix PMU instance namingRobin Murphy1-9/+4
2020-10-02perf: arm-cmn: Fix conversion specifiers for node typeWill Deacon1-2/+2
2020-10-02perf: 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-24treewide: 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/cl...Linus Torvalds2-66/+25
2020-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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-11soc: 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/a...Linus Torvalds1-1/+1
2020-06-08drivers/perf: hisi: Fix wrong value for all counters enableShaokun Zhang1-1/+1
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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/a...Linus Torvalds2-11/+11
2020-03-18perf: 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
2020-02-10perf/smmuv3: Use platform_get_irq_optional() for wired interruptJohn Garry1-1/+1
2020-01-15perf/imx_ddr: Fix cpu hotplug state cleanupLeonard Crestez1-5/+11
2020-01-10drivers/perf: hisi: Simplify hisi_read_sccl_and_ccl_id and its commentShaokun Zhang1-26/+32
2019-12-18perf/smmuv3: Remove the leftover put_cpu() in error pathHanjun Guo1-3/+1
2019-11-07drivers/perf: hisi: update the sccl_id/ccl_id for certain HiSilicon platformShaokun Zhang1-8/+18
2019-11-04perf/imx_ddr: Dump AXI ID filter info to userspaceJoakim Zhang1-0/+56