summaryrefslogtreecommitdiff
path: root/drivers/perf/arm_cspmu/arm_cspmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()Raag Jadav1-3/+1
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+3
2023-11-07perf: arm_cspmu: Reject events meant for other PMUsIlkka Koskinen1-0/+3
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-41/+160
2023-10-25perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UIDRaag Jadav1-5/+3
2023-10-10perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUIlkka Koskinen1-0/+8
2023-10-05perf: arm_cspmu: Support implementation specific validationIlkka Koskinen1-1/+7
2023-10-05perf: arm_cspmu: Support implementation specific filtersIlkka Koskinen1-4/+8
2023-10-05perf: arm_cspmu: Split 64-bit write to 32-bit writesIlkka Koskinen1-1/+4
2023-10-05perf: arm_cspmu: Separate Arm and vendor moduleBesar Wicaksono1-35/+133
2023-06-16perf: arm_cspmu: Add missing MODULE_DEVICE_TABLEIlkka Koskinen1-0/+7
2023-06-09perf/arm_cspmu: Decouple APMT dependencyRobin Murphy1-37/+17
2023-06-09perf/arm_cspmu: Clean up ACPI dependencyRobin Murphy1-2/+15
2023-06-09perf/arm_cspmu: Fix event attribute typeRobin Murphy1-4/+4
2023-06-09perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is usedIlkka Koskinen1-1/+2
2023-03-27perf: arm_cspmu: Fix variable dereference warningBesar Wicaksono1-2/+4
2022-11-15perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()sWill Deacon1-0/+2
2022-11-15perf: arm_cspmu: Add support for NVIDIA SCF and MCF attributeBesar Wicaksono1-0/+9
2022-11-15perf: arm_cspmu: Add support for ARM CoreSight PMU driverBesar Wicaksono1-0/+1292