summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_cspmu/arm_cspmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-221-10/+0
|\
| * perf: Use device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-10/+0
* | perf/arm_cspmu: Assign parents for event_source devicesJonathan Cameron2024-04-191-0/+1
* | perf/arm_cspmu: Avoid placing cpumask on the stackDawei Li2024-04-091-5/+3
|/
* perf/arm_cspmu: Add devicetree supportRobin Murphy2024-02-091-12/+55
* perf/arm_cspmu: Simplify counter resetRobin Murphy2024-02-091-6/+1
* perf/arm_cspmu: Simplify attribute groupsRobin Murphy2024-02-091-17/+9
* perf/arm_cspmu: Simplify initialisationRobin Murphy2024-02-091-33/+22
* perf: arm_cspmu: Convert to platform remove callback returning voidUwe Kleine-König2024-02-091-4/+2
* perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()Raag Jadav2023-12-061-3/+1
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-11-101-0/+3
|\
| * perf: arm_cspmu: Reject events meant for other PMUsIlkka Koskinen2023-11-071-0/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-011-41/+160
|\|
| * perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUIlkka Koskinen2023-10-101-0/+8
| * perf: arm_cspmu: Support implementation specific validationIlkka Koskinen2023-10-051-1/+7
| * perf: arm_cspmu: Support implementation specific filtersIlkka Koskinen2023-10-051-4/+8
| * perf: arm_cspmu: Split 64-bit write to 32-bit writesIlkka Koskinen2023-10-051-1/+4
| * perf: arm_cspmu: Separate Arm and vendor moduleBesar Wicaksono2023-10-051-35/+133
* | perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UIDRaag Jadav2023-10-251-5/+3
|/
* perf: arm_cspmu: Add missing MODULE_DEVICE_TABLEIlkka Koskinen2023-06-161-0/+7
* perf/arm_cspmu: Decouple APMT dependencyRobin Murphy2023-06-091-37/+17
* perf/arm_cspmu: Clean up ACPI dependencyRobin Murphy2023-06-091-2/+15
* perf/arm_cspmu: Fix event attribute typeRobin Murphy2023-06-091-4/+4
* perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is usedIlkka Koskinen2023-06-091-1/+2
* perf: arm_cspmu: Fix variable dereference warningBesar Wicaksono2023-03-271-2/+4
* perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()sWill Deacon2022-11-151-0/+2
* perf: arm_cspmu: Add support for NVIDIA SCF and MCF attributeBesar Wicaksono2022-11-151-0/+9
* perf: arm_cspmu: Add support for ARM CoreSight PMU driverBesar Wicaksono2022-11-151-0/+1292