summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* intel_th: msu: Fix single mode with disabled IOMMUAlexander Shishkin2019-07-261-1/+1
* intel_th: pci: Add Ice Lake NNPI supportAlexander Shishkin2019-07-261-0/+5
* intel_th: msu: Fix single mode with IOMMUAlexander Shishkin2019-05-251-3/+32
* stm class: Fix channel bitmap on 32-bit systemsAlexander Shishkin2019-05-251-4/+3Star
* stm class: Fix channel free in stm output free pathTingwei Zhang2019-05-251-1/+1
* intel_th: pci: Add Comet Lake supportAlexander Shishkin2019-05-101-0/+5
* intel_th: gth: Fix an off-by-one in output unassigningAlexander Shishkin2019-05-021-1/+1
* coresight: cpu-debug: Support for CA73 CPUsLeo Yan2019-04-201-0/+4
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-04-051-3/+3
* coresight: etm4x: Add support to enable ETMv4.2Sai Prakash Ranjan2019-04-051-1/+2
* intel_th: Don't reference unassigned outputsAlexander Shishkin2019-03-231-0/+4
* stm class: Prevent division by zeroAlexander Shishkin2019-03-231-3/+5
* stm class: Fix an endless loop in channel allocationZhi Jin2019-03-231-0/+3
* intel_th: msu: Fix an off-by-one in attribute storeAlexander Shishkin2019-01-131-1/+2
* 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-241-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/+23Star
* coresight: tmc-etr: Disallow perf modeSuzuki K Poulose2018-07-151-26/+2Star
* coresight: tmc-etr: Do not clean trace bufferSuzuki K Poulose2018-07-151-6/+2Star
* 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/+14Star
* 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-132-5/+8
* Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-0624-263/+58Star
|\
| * coresight: Remove %px for printing pcsr valueLeo Yan2018-05-141-1/+1
| * coresight tmc etr: Removing extra newlineMathieu Poirier2018-05-141-1/+0Star
| * 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/+50Star
| * 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