aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf/arm_smmuv3_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+1
2022-01-04perf/smmuv3: Fix unused variable warning when CONFIG_OF=nGravatar Will Deacon 1-0/+2
2021-12-16perf/smmuv3: Use msi_get_virq()Gravatar Thomas Gleixner 1-4/+1
2021-12-14perf/smmuv3: Synthesize IIDR from CoreSight ID registersGravatar Robin Murphy 1-1/+54
2021-12-14perf/smmuv3: Add devicetree supportGravatar Jean-Philippe Brucker 1-1/+10
2021-06-11drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driverGravatar Qi Liu 1-5/+2
2021-06-11perf/smmuv3: Don't trample existing events with global filterGravatar Robin Murphy 1-8/+10
2021-05-24perf/arm-smmuv3: Use irq_set_affinity()Gravatar Thomas Gleixner 1-7/+3
2021-03-25drivers/perf: Simplify the SMMUv3 PMU event attributesGravatar Qi Liu 1-19/+13
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitGravatar Qi Liu 1-1/+1
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitGravatar Zihao Tang 1-1/+1
2021-01-20perf: Constify static struct attribute_groupGravatar Rikard Falkeborn 1-4/+4
2020-11-25perf/smmuv3: Support sysfs identifier fileGravatar John Garry 1-0/+39
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+1
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversGravatar Qi Liu 1-0/+1
2020-07-16drivers/perf: Fix kernel panic when rmmod PMU modules during perf samplingGravatar Qi Liu 1-0/+1
2020-07-13perf/smmuv3: To simplify code for ioremap page in pmcgGravatar Jay Chen 1-2/+1
2020-05-18pmu/smmuv3: Clear IRQ affinity hint on device removalGravatar Jean-Philippe Brucker 1-1/+4
2020-02-10perf/smmuv3: Use platform_get_irq_optional() for wired interruptGravatar John Garry 1-1/+1
2019-12-18perf/smmuv3: Remove the leftover put_cpu() in error pathGravatar Hanjun Guo 1-3/+1
2019-10-01perf/smmuv3: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+2
2019-08-27perf/smmuv3: Validate groups for global filteringGravatar Robin Murphy 1-13/+34
2019-08-27perf/smmuv3: Validate group sizeGravatar Robin Murphy 1-8/+14
2019-04-04perf/smmuv3: Enable HiSilicon Erratum 162001800 quirkGravatar Shameer Kolothum 1-7/+41
2019-04-04perf/smmuv3: Add MSI irq supportGravatar Shameer Kolothum 1-0/+58
2019-04-04perf/smmuv3: Add arm64 smmuv3 pmu driverGravatar Neil Leeder 1-0/+773