aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_tSouptick Joarder1-1/+1
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-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds24-263/+58
2018-05-26hwtracing: stm: fix build error on some archesGreg Kroah-Hartman1-0/+1
2018-05-25intel_th: Use correct device when freeing buffersAlexander Shishkin1-3/+3
2018-05-25stm class: Use vmalloc for the master mapAlexander Shishkin1-3/+3
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 Poirier24-254/+50
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 Torvalds25-182/+164
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin1-33/+26
2018-03-29Merge tag 'stm-intel_th-for-greg-20180329' of git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm into char-misc-nextGreg Kroah-Hartman23-179/+161
2018-03-29hwtracing: Add HW tracing support menuRandy Dunlap1-0/+7
2018-03-28intel_th: Add ACPI glue layerAlexander Shishkin3-0/+94
2018-03-28intel_th: Allow forcing host mode through drvdataAlexander Shishkin2-3/+7
2018-03-28intel_th: Pick up irq number from resourcesAlexander Shishkin1-1/+8
2018-03-28intel_th: Don't touch switch routing in host modeAlexander Shishkin1-0/+4
2018-03-28intel_th: Use correct method of finding hubAlexander Shishkin1-1/+1
2018-03-28intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin13-117/+13
2018-03-28stm class: Make dummy's master/channel ranges configurableAlexander Shishkin1-3/+21
2018-03-28stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin6-54/+6
2018-03-14coresight: etm4x: Fix bit shiftingBo Yan1-2/+2
2018-03-14coresight: Use %px to print pcsr instead of %pLeo Yan1-1/+1
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-33/+18
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-12/+3
2018-01-02coresight: of: Use of_cpu_node_to_id helperSuzuki K Poulose1-12/+3