summaryrefslogtreecommitdiffstats
path: root/drivers/perf
AgeCommit message (Expand)AuthorLines
2021-12-14perf/arm-cmn: Demarcate CMN-600 specificsRobin Murphy-151/+162
2021-12-14perf/arm-cmn: Move group validation data off-stackRobin Murphy-18/+25
2021-12-14perf/arm-cmn: Optimise DTC counter accessesRobin Murphy-17/+12
2021-12-14perf/arm-cmn: Optimise DTM counter readsRobin Murphy-8/+9
2021-12-14perf/arm-cmn: Refactor DTM handlingRobin Murphy-82/+87
2021-12-14perf/arm-cmn: Streamline node iterationRobin Murphy-13/+20
2021-12-14perf/arm-cmn: Refactor node ID handlingRobin Murphy-38/+56
2021-12-14perf/arm-cmn: Drop compile-test restrictionRobin Murphy-13/+14
2021-12-14perf/arm-cmn: Account for NUMA affinityRobin Murphy-13/+38
2021-12-14perf/arm-cmn: Fix CPU hotplug unregistrationRobin Murphy-2/+3
2021-11-02Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-5/+2
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-7/+9
2021-10-27perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directlyRafael J. Wysocki-5/+2
2021-10-04drivers/perf: Improve build test coverageJohn Garry-5/+7
2021-10-04drivers/perf: thunderx2_pmu: Change data in size tx2_uncore_event_update()John Garry-1/+1
2021-10-04drivers/perf: hisi: Fix PA PMU counter offsetShaokun Zhang-1/+1
2021-09-20KVM: arm64: Fix PMU probe orderingMarc Zyngier-0/+2
2021-06-17drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()Jing Xiangfeng-2/+4
2021-06-17perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ...Tuan Phan-1/+1
2021-06-11drivers/perf: Simplify EVENT ATTR macro in fsl_imx8_ddr_perf.cQi Liu-5/+2
2021-06-11drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.cQi Liu-7/+4
2021-06-11drivers/perf: Simplify EVENT ATTR macro in qcom_l3_pmu.cQi Liu-4/+1
2021-06-11drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.cQi Liu-5/+2
2021-06-11drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driverQi Liu-5/+2
2021-06-11perf/smmuv3: Don't trample existing events with global filterRobin Murphy-8/+10
2021-06-08perf/hisi: Constify static attribute_group structsRikard Falkeborn-2/+2
2021-06-08perf: qcom: Remove redundant dev_err call in qcom_l3_cache_pmu_probe()ChenXiaoSong-3/+1
2021-06-04drivers/perf: hisi: Fix data source controlShaokun Zhang-2/+2
2021-06-02perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao-2/+2
2021-06-02arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao-3/+1
2021-06-01perf: arm_spe: use DEVICE_ATTR_RO macroYueHaibing-4/+3
2021-06-01perf: xgene_pmu: use DEVICE_ATTR_RO macroYueHaibing-3/+3
2021-06-01perf: qcom: use DEVICE_ATTR_RO macroYueHaibing-3/+3
2021-06-01perf: arm_pmu: use DEVICE_ATTR_RO macroYueHaibing-3/+3
2021-06-01drivers/perf: hisi: use the correct HiSilicon copyrightHao Fang-6/+6
2021-05-25drivers/perf: arm-cci: Fix checkpatch spacing errorJunhao He-2/+2
2021-05-25drivers/perf: arm-cmn: Add space after ','Junhao He-1/+1
2021-05-25drivers/perf: arm_pmu: Fix some coding style issuesJunhao He-4/+2
2021-05-25drivers/perf: arm_spe_pmu: Fix some coding style issuesJunhao He-4/+1
2021-05-25drivers/perf: Remove redundant dev_err call in tx2_uncore_pmu_init_dev()Zou Wei-3/+1
2021-05-24perf/hisi: Use irq_set_affinity()Thomas Gleixner-17/+2
2021-05-24perf/imx_ddr: Use irq_set_affinity()Thomas Gleixner-3/+2
2021-05-24perf/arm-smmuv3: Use irq_set_affinity()Thomas Gleixner-7/+3
2021-05-24perf/arm-dsu: Use irq_set_affinity()Thomas Gleixner-6/+2
2021-05-24perf/arm-dmc620: Use irq_set_affinity()Thomas Gleixner-3/+2
2021-05-24perf/arm-cmn: Use irq_set_affinity()Thomas Gleixner-7/+2
2021-05-24perf/arm-ccn: Use irq_set_affinity()Thomas Gleixner-4/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-30/+0
2021-04-22arm64: Get rid of oprofile leftoversMarc Zyngier-30/+0
2021-03-30perf/arm_pmu_platform: Clean up with dev_printkRobin Murphy-25/+22