index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
perf
/
arm-ccn.c
Age
Commit message (
Expand
)
Author
2024-02-09
perf: arm-ccn: Convert to platform remove callback returning void
Uwe Kleine-König
2022-06-23
drivers/perf:Directly use ida_alloc()/free()
keliu
2022-02-08
perf/arm-ccn: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2021-05-24
perf/arm-ccn: Use irq_set_affinity()
Thomas Gleixner
2021-03-25
drivers/perf: convert sysfs scnprintf family to sysfs_emit_at() and sysfs_emit()
Qi Liu
2021-03-25
drivers/perf: convert sysfs snprintf family to sysfs_emit
Zihao Tang
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-17
drivers/perf: Prevent forced unbinding of PMU drivers
Qi Liu
2020-03-17
perf: arm-ccn: Use scnprintf() for robustness
Takashi Iwai
2019-10-28
perf: arm-ccn: Enable stats for CCN-512 interconnect
Marek Bykowski
2019-10-01
perf/arm-ccn: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-04-23
perf/arm-ccn: Clean up CPU hotplug handling
Robin Murphy
2019-01-21
For drivers that do not support context exclusion let's advertise the
Andrew Murray
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-07-26
drivers/perf: arm-ccn: Use devm_ioremap_resource() to map memory
Sudeep Holla
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-05-21
drivers/perf: arm-ccn: don't log to dmesg in event_init
Mark Rutland
2018-05-21
perf/arm-cc*: Fix MODULE_LICENSE() tags
Robin Murphy
2018-04-05
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-03-06
drivers/bus: Move Arm CCN PMU driver
Robin Murphy