summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_smmuv3_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-4/+2
|\
| * perf: arm_smmuv3: Convert to platform remove callback returning voidUwe Kleine-König2024-02-091-4/+2
* | irqchip: Convert all platform MSI users to the new APIThomas Gleixner2024-02-151-2/+2
|/
* perf/smmuv3: Add MODULE_ALIAS for module auto loadingYicong Yang2023-08-151-0/+1
* perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang2023-08-151-1/+45
* perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()Shang XiaoJing2022-11-151-1/+7
* perf/smmuv3: Don't cast parameter in bit operationsAndy Shevchenko2022-02-151-1/+3
* Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-4/+1
|\
| * perf/smmuv3: Use msi_get_virq()Thomas Gleixner2021-12-161-4/+1
* | perf/smmuv3: Fix unused variable warning when CONFIG_OF=nWill Deacon2022-01-041-0/+2
* | perf/smmuv3: Synthesize IIDR from CoreSight ID registersRobin Murphy2021-12-141-1/+54
* | perf/smmuv3: Add devicetree supportJean-Philippe Brucker2021-12-141-1/+10
|/
* drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driverQi Liu2021-06-111-5/+2
* perf/smmuv3: Don't trample existing events with global filterRobin Murphy2021-06-111-8/+10
* perf/arm-smmuv3: Use irq_set_affinity()Thomas Gleixner2021-05-241-7/+3
* drivers/perf: Simplify the SMMUv3 PMU event attributesQi Liu2021-03-251-19/+13
* drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu2021-03-251-1/+1
* drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang2021-03-251-1/+1
* perf: Constify static struct attribute_groupRikard Falkeborn2021-01-201-4/+4
* perf/smmuv3: Support sysfs identifier fileJohn Garry2020-11-251-0/+39
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-2/+1
|\
| * perf/smmuv3: To simplify code for ioremap page in pmcgJay Chen2020-07-131-2/+1
* | drivers/perf: Prevent forced unbinding of PMU driversQi Liu2020-07-171-0/+1
* | drivers/perf: Fix kernel panic when rmmod PMU modules during perf samplingQi Liu2020-07-161-0/+1
|/
* pmu/smmuv3: Clear IRQ affinity hint on device removalJean-Philippe Brucker2020-05-181-1/+4
* perf/smmuv3: Use platform_get_irq_optional() for wired interruptJohn Garry2020-02-101-1/+1
* perf/smmuv3: Remove the leftover put_cpu() in error pathHanjun Guo2019-12-181-3/+1
* perf/smmuv3: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-011-3/+2
* perf/smmuv3: Validate groups for global filteringRobin Murphy2019-08-271-13/+34
* perf/smmuv3: Validate group sizeRobin Murphy2019-08-271-8/+14
* perf/smmuv3: Enable HiSilicon Erratum 162001800 quirkShameer Kolothum2019-04-041-7/+41
* perf/smmuv3: Add MSI irq supportShameer Kolothum2019-04-041-0/+58
* perf/smmuv3: Add arm64 smmuv3 pmu driverNeil Leeder2019-04-041-0/+773