index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
perf
/
arm_cspmu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-06
perf: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-07-10
perf: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-05-22
Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-16
/
+1
2024-05-04
perf: Use device_show_string() helper for sysfs attributes
Lukas Wunner
2
-16
/
+1
2024-04-19
perf/arm_cspmu: Assign parents for event_source devices
Jonathan Cameron
1
-0
/
+1
2024-04-09
perf/arm_cspmu: Avoid placing cpumask on the stack
Dawei Li
1
-5
/
+3
2024-02-09
perf/arm_cspmu: Add devicetree support
Robin Murphy
1
-12
/
+55
2024-02-09
perf/arm_cspmu: Simplify counter reset
Robin Murphy
1
-6
/
+1
2024-02-09
perf/arm_cspmu: Simplify attribute groups
Robin Murphy
2
-17
/
+10
2024-02-09
perf/arm_cspmu: Simplify initialisation
Robin Murphy
2
-39
/
+22
2024-02-09
perf: arm_cspmu: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-06
perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()
Raag Jadav
1
-3
/
+1
2023-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+3
2023-11-07
perf: arm_cspmu: Reject events meant for other PMUs
Ilkka Koskinen
1
-0
/
+3
2023-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
7
-66
/
+517
2023-10-25
perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UID
Raag Jadav
1
-5
/
+3
2023-10-10
perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU
Ilkka Koskinen
5
-0
/
+293
2023-10-05
perf: arm_cspmu: Support implementation specific validation
Ilkka Koskinen
2
-1
/
+10
2023-10-05
perf: arm_cspmu: Support implementation specific filters
Ilkka Koskinen
2
-4
/
+11
2023-10-05
perf: arm_cspmu: Split 64-bit write to 32-bit writes
Ilkka Koskinen
1
-1
/
+4
2023-10-05
perf: arm_cspmu: Separate Arm and vendor module
Besar Wicaksono
6
-60
/
+199
2023-06-16
perf: arm_cspmu: Add missing MODULE_DEVICE_TABLE
Ilkka Koskinen
1
-0
/
+7
2023-06-09
perf/arm_cspmu: Decouple APMT dependency
Robin Murphy
2
-40
/
+19
2023-06-09
perf/arm_cspmu: Clean up ACPI dependency
Robin Murphy
2
-4
/
+16
2023-06-09
perf/arm_cspmu: Fix event attribute type
Robin Murphy
1
-4
/
+4
2023-06-09
perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used
Ilkka Koskinen
1
-1
/
+2
2023-03-27
perf: arm_cspmu: Fix variable dereference warning
Besar Wicaksono
1
-2
/
+4
2022-11-18
perf: arm_cspmu: Fix module cyclic dependency
Besar Wicaksono
1
-3
/
+2
2022-11-18
perf: arm_cspmu: Fix build failure on x86_64
Besar Wicaksono
1
-1
/
+1
2022-11-15
perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()s
Will Deacon
2
-0
/
+4
2022-11-15
perf: arm_cspmu: Add support for NVIDIA SCF and MCF attribute
Besar Wicaksono
4
-1
/
+426
2022-11-15
perf: arm_cspmu: Add support for ARM CoreSight PMU driver
Besar Wicaksono
4
-0
/
+1462