aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_smmuv3_pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05-24perf/arm-smmuv3: Use irq_set_affinity()Thomas Gleixner1-7/+3
2021-03-25drivers/perf: Simplify the SMMUv3 PMU event attributesQi Liu1-19/+13
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu1-1/+1
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang1-1/+1
2021-01-20perf: Constify static struct attribute_groupRikard Falkeborn1-4/+4
2020-11-25perf/smmuv3: Support sysfs identifier fileJohn Garry1-0/+39
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 Liu1-0/+1
2020-07-16drivers/perf: Fix kernel panic when rmmod PMU modules during perf samplingQi Liu1-0/+1
2020-07-13perf/smmuv3: To simplify code for ioremap page in pmcgJay Chen1-2/+1
2020-05-18pmu/smmuv3: Clear IRQ affinity hint on device removalJean-Philippe Brucker1-1/+4
2020-02-10perf/smmuv3: Use platform_get_irq_optional() for wired interruptJohn Garry1-1/+1
2019-12-18perf/smmuv3: Remove the leftover put_cpu() in error pathHanjun Guo1-3/+1
2019-10-01perf/smmuv3: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-08-27perf/smmuv3: Validate groups for global filteringRobin Murphy1-13/+34
2019-08-27perf/smmuv3: Validate group sizeRobin Murphy1-8/+14
2019-04-04perf/smmuv3: Enable HiSilicon Erratum 162001800 quirkShameer Kolothum1-7/+41
2019-04-04perf/smmuv3: Add MSI irq supportShameer Kolothum1-0/+58
2019-04-04perf/smmuv3: Add arm64 smmuv3 pmu driverNeil Leeder1-0/+773