summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_cspmu
AgeCommit message (Expand)AuthorLines
2025-11-03perf: arm_cspmu: fix error handling in arm_cspmu_impl_unregister()Ma Ke-1/+3
2025-11-03perf/arm_cspmu: nvidia: Add pmevfiltr2 supportBesar Wicaksono-43/+133
2025-11-03perf/arm_cspmu: nvidia: Add revision id matchingBesar Wicaksono-10/+8
2025-11-03perf/arm_cspmu: Add pmpidr supportBesar Wicaksono-6/+75
2025-11-03perf/arm_cspmu: Add callback to reset filter configBesar Wicaksono-1/+7
2025-03-17perf/arm_cspmu: Fix missing io.h includeRobin Murphy-0/+1
2025-03-13perf/arm_cspmu: Add PMEVFILT2R supportRobin Murphy-2/+8
2025-03-13perf/arm_cspmu: Generalise event filteringRobin Murphy-40/+42
2025-03-13perf/arm_cspmu: Move register definitons to headerRobin Murphy-49/+50
2024-12-09perf: arm_cspmu: nvidia: monitor all ports by defaultBesar Wicaksono-2/+4
2024-12-09perf: arm_cspmu: nvidia: enable NVLINK-C2C port filteringBesar Wicaksono-2/+3
2024-12-09perf: arm_cspmu: nvidia: remove unsupported SCF eventsBesar Wicaksono-64/+0
2024-11-06perf: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-07-10perf: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+3
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+1
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner-16/+1
2024-04-19perf/arm_cspmu: Assign parents for event_source devicesJonathan Cameron-0/+1
2024-04-09perf/arm_cspmu: Avoid placing cpumask on the stackDawei Li-5/+3
2024-02-09perf/arm_cspmu: Add devicetree supportRobin Murphy-12/+55
2024-02-09perf/arm_cspmu: Simplify counter resetRobin Murphy-6/+1
2024-02-09perf/arm_cspmu: Simplify attribute groupsRobin Murphy-17/+10
2024-02-09perf/arm_cspmu: Simplify initialisationRobin Murphy-39/+22
2024-02-09perf: arm_cspmu: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-06perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()Raag Jadav-3/+1
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+3
2023-11-07perf: arm_cspmu: Reject events meant for other PMUsIlkka Koskinen-0/+3
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-66/+517
2023-10-25perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UIDRaag Jadav-5/+3
2023-10-10perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUIlkka Koskinen-0/+293
2023-10-05perf: arm_cspmu: Support implementation specific validationIlkka Koskinen-1/+10
2023-10-05perf: arm_cspmu: Support implementation specific filtersIlkka Koskinen-4/+11
2023-10-05perf: arm_cspmu: Split 64-bit write to 32-bit writesIlkka Koskinen-1/+4
2023-10-05perf: arm_cspmu: Separate Arm and vendor moduleBesar Wicaksono-60/+199
2023-06-16perf: arm_cspmu: Add missing MODULE_DEVICE_TABLEIlkka Koskinen-0/+7
2023-06-09perf/arm_cspmu: Decouple APMT dependencyRobin Murphy-40/+19
2023-06-09perf/arm_cspmu: Clean up ACPI dependencyRobin Murphy-4/+16
2023-06-09perf/arm_cspmu: Fix event attribute typeRobin Murphy-4/+4
2023-06-09perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is usedIlkka Koskinen-1/+2
2023-03-27perf: arm_cspmu: Fix variable dereference warningBesar Wicaksono-2/+4
2022-11-18perf: arm_cspmu: Fix module cyclic dependencyBesar Wicaksono-3/+2
2022-11-18perf: arm_cspmu: Fix build failure on x86_64Besar Wicaksono-1/+1
2022-11-15perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()sWill Deacon-0/+4
2022-11-15perf: arm_cspmu: Add support for NVIDIA SCF and MCF attributeBesar Wicaksono-1/+426
2022-11-15perf: arm_cspmu: Add support for ARM CoreSight PMU driverBesar Wicaksono-0/+1462