aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-cpu-debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifierGuilherme G. Piccoli1-3/+4
2021-10-27coresight: cpu-debug: Control default behavior via KconfigBrian Norris1-1/+1
2021-08-18coresight: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2020-09-28coresight: cpu_debug: Define MODULE_DEVICE_TABLETingwei Zhang1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-09-03coresight: cpu-debug: Add support for Qualcomm KryoSai Prakash Ranjan1-17/+16
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-13/+2
2019-07-04coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan1-0/+3
2019-06-21coresight: cpu-debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+2
2019-06-20coresight: Make device to CPU mapping genericSuzuki K Poulose1-2/+1
2019-02-08coresight: cpu-debug: Support for CA73 CPUsLeo Yan1-0/+4
2018-05-14coresight: Remove %px for printing pcsr valueLeo Yan1-1/+1
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-13/+1
2018-03-14coresight: Use %px to print pcsr instead of %pLeo Yan1-1/+1
2017-08-28coresight: constify amba_idArvind Yadav1-1/+1
2017-06-09coresight: add support for CPU debug moduleLeo Yan1-0/+700