aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-30perf/arm_pmu_platform: Use dev_err_probe() for IRQ errorsRobin Murphy1-4/+3
2021-03-25drivers/perf: hisi: Add support for HiSilicon PA PMU driverShaokun Zhang2-1/+502
2021-03-25drivers/perf: hisi: Add support for HiSilicon SLLC PMU driverShaokun Zhang2-1/+531
2021-03-25drivers/perf: hisi: Update DDRC PMU for programmable counterShaokun Zhang2-13/+196
2021-03-25drivers/perf: hisi: Add new functions for HHA PMUShaokun Zhang1-15/+188
2021-03-25drivers/perf: hisi: Add new functions for L3C PMUShaokun Zhang3-20/+258
2021-03-25drivers/perf: hisi: Add PMU version for uncore PMU drivers.Shaokun Zhang3-71/+75
2021-03-25drivers/perf: hisi: Refactor code for more uncore PMUsShaokun Zhang5-157/+80
2021-03-25drivers/perf: hisi: Remove unnecessary check of counter indexShaokun Zhang5-61/+7
2021-03-25drivers/perf: Simplify the SMMUv3 PMU event attributesQi Liu1-19/+13
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu8-14/+14
2021-03-25drivers/perf: convert sysfs scnprintf family to sysfs_emit_at() and sysfs_emit()Qi Liu1-16/+11
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang8-28/+25
2021-03-12perf/arm_dmc620_pmu: Fix error return code in dmc620_pmu_device_probe()Wei Yongjun1-0/+1
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