summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2023-11-20perf: hisi: Fix use-after-free when register pmu failsJunhao He2-4/+4
2023-10-20perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7Jing Zhang1-1/+1
2023-09-23perf/imx_ddr: speed up overflow frequency of cycleXu Yang1-0/+21
2023-09-23perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang1-1/+45
2023-09-19perf/imx_ddr: don't enable counter0 if none of 4 counters are usedXu Yang1-15/+9
2023-07-23perf/arm-cmn: Fix DTC resetRobin Murphy1-3/+4
2022-12-31perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()Shang XiaoJing1-1/+7
2022-12-31perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()Shang XiaoJing1-1/+7
2022-12-31perf: 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-17drivers/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
2022-01-27perf/arm-cmn: Fix CPU hotplug unregistrationRobin Murphy1-2/+3
2021-09-20KVM: arm64: Fix PMU probe orderingMarc Zyngier1-0/+2
2021-06-17drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()Jing Xiangfeng1-2/+4
2021-06-17perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ...Tuan Phan1-1/+1
2021-06-11drivers/perf: Simplify EVENT ATTR macro in fsl_imx8_ddr_perf.cQi Liu1-5/+2
2021-06-11drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.cQi Liu1-7/+4
2021-06-11drivers/perf: Simplify EVENT ATTR macro in qcom_l3_pmu.cQi Liu1-4/+1
2021-06-11drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.cQi Liu1-5/+2
2021-06-11drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driverQi Liu1-5/+2
2021-06-11perf/smmuv3: Don't trample existing events with global filterRobin Murphy1-8/+10
2021-06-08perf/hisi: Constify static attribute_group structsRikard Falkeborn2-2/+2
2021-06-08perf: qcom: Remove redundant dev_err call in qcom_l3_cache_pmu_probe()ChenXiaoSong1-3/+1
2021-06-04drivers/perf: hisi: Fix data source controlShaokun Zhang1-2/+2
2021-06-02perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-2/+2
2021-06-02arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-3/+1
2021-06-01perf: arm_spe: use DEVICE_ATTR_RO macroYueHaibing1-4/+3
2021-06-01perf: xgene_pmu: use DEVICE_ATTR_RO macroYueHaibing1-3/+3
2021-06-01perf: qcom: use DEVICE_ATTR_RO macroYueHaibing1-3/+3
2021-06-01perf: arm_pmu: use DEVICE_ATTR_RO macroYueHaibing1-3/+3
2021-06-01drivers/perf: hisi: use the correct HiSilicon copyrightHao Fang6-6/+6
2021-05-25drivers/perf: arm-cci: Fix checkpatch spacing errorJunhao He1-2/+2
2021-05-25drivers/perf: arm-cmn: Add space after ','Junhao He1-1/+1
2021-05-25drivers/perf: arm_pmu: Fix some coding style issuesJunhao He1-4/+2
2021-05-25drivers/perf: arm_spe_pmu: Fix some coding style issuesJunhao He1-4/+1
2021-05-25drivers/perf: Remove redundant dev_err call in tx2_uncore_pmu_init_dev()Zou Wei1-3/+1
2021-05-24perf/hisi: Use irq_set_affinity()Thomas Gleixner6-17/+2
2021-05-24perf/imx_ddr: Use irq_set_affinity()Thomas Gleixner1-3/+2
2021-05-24perf/arm-smmuv3: Use irq_set_affinity()Thomas Gleixner1-7/+3
2021-05-24perf/arm-dsu: Use irq_set_affinity()Thomas Gleixner1-6/+2
2021-05-24perf/arm-dmc620: Use irq_set_affinity()Thomas Gleixner1-3/+2
2021-05-24perf/arm-cmn: Use irq_set_affinity()Thomas Gleixner1-7/+2
2021-05-24perf/arm-ccn: Use irq_set_affinity()Thomas Gleixner1-4/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-30/+0
2021-04-22arm64: Get rid of oprofile leftoversMarc Zyngier1-30/+0
2021-03-30perf/arm_pmu_platform: Clean up with dev_printkRobin Murphy1-25/+22
2021-03-30perf/arm_pmu_platform: Fix error handlingRobin Murphy1-1/+1