summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* coresight: etb10: Fix handling of perf modeSuzuki K Poulose2018-11-131-0/+4
* intel_th: pci: Add Ice Lake PCH supportAlexander Shishkin2018-09-181-0/+5
* intel_th: Fix resource handling for ACPI glue layerAlexander Shishkin2018-09-181-2/+11
* intel_th: Fix device removal logicAlexander Shishkin2018-09-181-1/+2
* drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_tSouptick Joarder2018-08-231-1/+1
* coresight: tpiu: Fix disabling timeoutsRobin Murphy2018-07-151-3/+4
* coresight: catu: Plug in CATU as a backend for ETR bufferSuzuki K Poulose2018-07-154-11/+174
* coresight: catu: Add support for scatter gather tablesSuzuki K Poulose2018-07-151-0/+251
* coresight: Introduce support for Coresight Address Translation UnitSuzuki K Poulose2018-07-155-0/+362
* coresight: Add helper device typeSuzuki K Poulose2018-07-151-2/+41
* coresight: Handle errors in finding input/output portsSuzuki K Poulose2018-07-151-2/+5
* coresight: Fix check in coresight_tmc_etr_buf_insert_barrier_packetSuzuki K Poulose2018-07-151-1/+1
* coresight: include vmalloc.h for vmap/vunmapArnd Bergmann2018-07-151-0/+1
* coresight: tmc: Add configuration support for trace buffer sizeSuzuki K Poulose2018-07-151-0/+33
* coresight: tmc-etr buf: Add TMC scatter gather mode backendSuzuki K Poulose2018-07-152-4/+111
* coresight: tmc-etr: Add transparent buffer managementSuzuki K Poulose2018-07-152-89/+308
* coresight: Add support for TMC ETR SG unitSuzuki K Poulose2018-07-151-0/+263
* coresight: Add generic TMC sg table frameworkSuzuki K Poulose2018-07-152-0/+318
* dts: bindings: Restrict coresight tmc-etr scatter-gather modeSuzuki K Poulose2018-07-151-1/+8
* coresight: Add helper for inserting synchronization packetsSuzuki K Poulose2018-07-155-42/+23
* coresight: tmc-etr: Disallow perf modeSuzuki K Poulose2018-07-151-26/+2
* coresight: tmc-etr: Do not clean trace bufferSuzuki K Poulose2018-07-151-6/+2
* coresight: tmc: Hide trace buffer handling for file readSuzuki K Poulose2018-07-154-18/+79
* coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35Suzuki K Poulose2018-07-151-17/+14
* coresight: etm4x: Don't use contextID with PID namespacesMathieu Poirier2018-07-152-12/+38
* coresight: etm3x: Don't use contextID with PID namespacesMathieu Poirier2018-07-153-12/+38
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-5/+8
* Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-0524-263/+58
|\
| * coresight: Remove %px for printing pcsr valueLeo Yan2018-05-141-1/+1
| * coresight tmc etr: Removing extra newlineMathieu Poirier2018-05-141-1/+0
| * coresight tmc etr: Fix uninitialised variableMathieu Poirier2018-05-141-1/+1
| * coresight tmc etr: Make memory check consistent in the same functionMathieu Poirier2018-05-141-2/+2
| * coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-1424-254/+50
| * coresight: use put_device() instead of kfree()Arvind Yadav2018-05-141-4/+4
* | hwtracing: stm: fix build error on some archesGreg Kroah-Hartman2018-05-261-0/+1
* | intel_th: Use correct device when freeing buffersAlexander Shishkin2018-05-251-3/+3
* | stm class: Use vmalloc for the master mapAlexander Shishkin2018-05-251-3/+3
|/
* Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-0425-182/+164
|\
| * Merge tag 'stm-intel_th-for-greg-20180329' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman2018-03-2923-179/+161
| |\
| | * hwtracing: Add HW tracing support menuRandy Dunlap2018-03-291-0/+7
| | * intel_th: Add ACPI glue layerAlexander Shishkin2018-03-283-0/+94
| | * intel_th: Allow forcing host mode through drvdataAlexander Shishkin2018-03-282-3/+7
| | * intel_th: Pick up irq number from resourcesAlexander Shishkin2018-03-281-1/+8
| | * intel_th: Don't touch switch routing in host modeAlexander Shishkin2018-03-281-0/+4
| | * intel_th: Use correct method of finding hubAlexander Shishkin2018-03-281-1/+1
| | * intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin2018-03-2813-117/+13
| | * stm class: Make dummy's master/channel ranges configurableAlexander Shishkin2018-03-281-3/+21
| | * stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin2018-03-286-54/+6
| * | coresight: etm4x: Fix bit shiftingBo Yan2018-03-141-2/+2
| * | coresight: Use %px to print pcsr instead of %pLeo Yan2018-03-141-1/+1
| |/