summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-cpu-debug.c
Commit message (Expand)AuthorAgeFilesLines
* coresight: debug: Convert to platform remove callback returning voidUwe Kleine-König2024-04-251-4/+3
* coresight: debug: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-16/+122
* coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifierGuilherme G. Piccoli2022-05-091-3/+4
* coresight: cpu-debug: Control default behavior via KconfigBrian Norris2021-10-271-1/+1
* coresight: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-181-2/+2
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* coresight: cpu_debug: Define MODULE_DEVICE_TABLETingwei Zhang2020-09-281-0/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* coresight: cpu-debug: Add support for Qualcomm KryoSai Prakash Ranjan2019-09-031-17/+16
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-13/+2
|\
| * coresight: cpu-debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-211-13/+2
* | coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan2019-07-041-0/+3
* | coresight: Make device to CPU mapping genericSuzuki K Poulose2019-06-201-2/+1
|/
* coresight: cpu-debug: Support for CA73 CPUsLeo Yan2019-02-081-0/+4
* coresight: Remove %px for printing pcsr valueLeo Yan2018-05-141-1/+1
* coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-141-13/+1
* coresight: Use %px to print pcsr instead of %pLeo Yan2018-03-141-1/+1
* coresight: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: add support for CPU debug moduleLeo Yan2017-06-091-0/+700