aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose11-25/+25
2018-09-25coresight: tmc-etr: Relax collection of trace from sysfs modeSuzuki K Poulose1-8/+6
2018-09-25coresight: tmc-etr: Handle driver mode specific ETR buffersSuzuki K Poulose2-20/+40
2018-09-25coresight: perf: Disable trace path upon source errorSuzuki K Poulose1-1/+3
2018-09-25coresight: perf: Allow tracing on hotplugged CPUsSuzuki K Poulose1-15/+29
2018-09-25coresight: perf: Avoid unncessary CPU hotplug read lockSuzuki K Poulose1-3/+0
2018-09-25coresight: perf: Fix per cpu path managementSuzuki K Poulose1-15/+40
2018-09-25coresight: etb10: Fix handling of perf modeSuzuki K Poulose1-0/+4
2018-09-25coresight: Fix handling of sinksSuzuki K Poulose1-7/+15
2018-09-25coresight: Use ERR_CAST instead of ERR_PTRzhong jiang1-1/+1
2018-09-25coresight: Cleanup coresight DT bindingsSuzuki K Poulose1-10/+88
2018-09-25coresight: platform: Cleanup coresight connection handlingSuzuki K Poulose2-54/+20
2018-09-25coresight: Add helper to check if the endpoint is inputSuzuki K Poulose1-2/+7
2018-09-25coresight: Fix remote endpoint parsingSuzuki K Poulose1-11/+11
2018-09-25coresight: platform: Fix leaking device referenceSuzuki K Poulose1-1/+5
2018-09-25coresight: platform: Fix refcounting for graph nodesSuzuki K Poulose1-0/+5
2018-09-25coresight: platform: Refactor graph endpoint parsingSuzuki K Poulose1-55/+83
2018-09-25coresight: Document error handling in coresight_registerSuzuki K Poulose1-7/+11
2018-07-15coresight: tpiu: Fix disabling timeoutsRobin Murphy1-3/+4
2018-07-15coresight: catu: Plug in CATU as a backend for ETR bufferSuzuki K Poulose4-11/+174
2018-07-15coresight: catu: Add support for scatter gather tablesSuzuki K Poulose1-0/+251
2018-07-15coresight: Introduce support for Coresight Address Translation UnitSuzuki K Poulose5-0/+362
2018-07-15coresight: Add helper device typeSuzuki K Poulose1-2/+41
2018-07-15coresight: Handle errors in finding input/output portsSuzuki K Poulose1-2/+5
2018-07-15coresight: Fix check in coresight_tmc_etr_buf_insert_barrier_packetSuzuki K Poulose1-1/+1
2018-07-15coresight: include vmalloc.h for vmap/vunmapArnd Bergmann1-0/+1
2018-07-15coresight: tmc: Add configuration support for trace buffer sizeSuzuki K Poulose1-0/+33
2018-07-15coresight: tmc-etr buf: Add TMC scatter gather mode backendSuzuki K Poulose2-4/+111
2018-07-15coresight: tmc-etr: Add transparent buffer managementSuzuki K Poulose2-89/+308
2018-07-15coresight: Add support for TMC ETR SG unitSuzuki K Poulose1-0/+263
2018-07-15coresight: Add generic TMC sg table frameworkSuzuki K Poulose2-0/+318
2018-07-15dts: bindings: Restrict coresight tmc-etr scatter-gather modeSuzuki K Poulose1-1/+8
2018-07-15coresight: Add helper for inserting synchronization packetsSuzuki K Poulose5-42/+23
2018-07-15coresight: tmc-etr: Disallow perf modeSuzuki K Poulose1-26/+2
2018-07-15coresight: tmc-etr: Do not clean trace bufferSuzuki K Poulose1-6/+2
2018-07-15coresight: tmc: Hide trace buffer handling for file readSuzuki K Poulose4-18/+79
2018-07-15coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35Suzuki K Poulose1-17/+14
2018-07-15coresight: etm4x: Don't use contextID with PID namespacesMathieu Poirier2-12/+38
2018-07-15coresight: etm3x: Don't use contextID with PID namespacesMathieu Poirier3-12/+38
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-5/+8
2018-05-14coresight: Remove %px for printing pcsr valueLeo Yan1-1/+1
2018-05-14coresight tmc etr: Removing extra newlineMathieu Poirier1-1/+0
2018-05-14coresight tmc etr: Fix uninitialised variableMathieu Poirier1-1/+1
2018-05-14coresight tmc etr: Make memory check consistent in the same functionMathieu Poirier1-2/+2
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier23-245/+49
2018-05-14coresight: use put_device() instead of kfree()Arvind Yadav1-4/+4
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-3/+3
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin1-33/+26
2018-03-14coresight: etm4x: Fix bit shiftingBo Yan1-2/+2
2018-03-14coresight: Use %px to print pcsr instead of %pLeo Yan1-1/+1