aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf/arm_cspmu
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-16/+1
2024-05-04perf: Use device_show_string() helper for sysfs attributesGravatar Lukas Wunner 2-16/+1
2024-04-19perf/arm_cspmu: Assign parents for event_source devicesGravatar Jonathan Cameron 1-0/+1
2024-04-09perf/arm_cspmu: Avoid placing cpumask on the stackGravatar Dawei Li 1-5/+3
2024-02-09perf/arm_cspmu: Add devicetree supportGravatar Robin Murphy 1-12/+55
2024-02-09perf/arm_cspmu: Simplify counter resetGravatar Robin Murphy 1-6/+1
2024-02-09perf/arm_cspmu: Simplify attribute groupsGravatar Robin Murphy 2-17/+10
2024-02-09perf/arm_cspmu: Simplify initialisationGravatar Robin Murphy 2-39/+22
2024-02-09perf: arm_cspmu: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-12-06perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()Gravatar Raag Jadav 1-3/+1
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+3
2023-11-07perf: arm_cspmu: Reject events meant for other PMUsGravatar Ilkka Koskinen 1-0/+3
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 7-66/+517
2023-10-25perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UIDGravatar Raag Jadav 1-5/+3
2023-10-10perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUGravatar Ilkka Koskinen 5-0/+293
2023-10-05perf: arm_cspmu: Support implementation specific validationGravatar Ilkka Koskinen 2-1/+10
2023-10-05perf: arm_cspmu: Support implementation specific filtersGravatar Ilkka Koskinen 2-4/+11
2023-10-05perf: arm_cspmu: Split 64-bit write to 32-bit writesGravatar Ilkka Koskinen 1-1/+4
2023-10-05perf: arm_cspmu: Separate Arm and vendor moduleGravatar Besar Wicaksono 6-60/+199
2023-06-16perf: arm_cspmu: Add missing MODULE_DEVICE_TABLEGravatar Ilkka Koskinen 1-0/+7
2023-06-09perf/arm_cspmu: Decouple APMT dependencyGravatar Robin Murphy 2-40/+19
2023-06-09perf/arm_cspmu: Clean up ACPI dependencyGravatar Robin Murphy 2-4/+16
2023-06-09perf/arm_cspmu: Fix event attribute typeGravatar Robin Murphy 1-4/+4
2023-06-09perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is usedGravatar Ilkka Koskinen 1-1/+2
2023-03-27perf: arm_cspmu: Fix variable dereference warningGravatar Besar Wicaksono 1-2/+4
2022-11-18perf: arm_cspmu: Fix module cyclic dependencyGravatar Besar Wicaksono 1-3/+2
2022-11-18perf: arm_cspmu: Fix build failure on x86_64Gravatar Besar Wicaksono 1-1/+1
2022-11-15perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()sGravatar Will Deacon 2-0/+4
2022-11-15perf: arm_cspmu: Add support for NVIDIA SCF and MCF attributeGravatar Besar Wicaksono 4-1/+426
2022-11-15perf: arm_cspmu: Add support for ARM CoreSight PMU driverGravatar Besar Wicaksono 4-0/+1462