summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* intel_th: Fix user-visible error codesAlexander Shishkin2020-04-021-3/+3
* stm class: Fix a double free of stm_source_deviceDing Xiang2019-09-061-1/+0
* intel_th: msu: Fix single mode with disabled IOMMUAlexander Shishkin2019-08-041-1/+1
* intel_th: msu: Fix single mode with IOMMUAlexander Shishkin2019-06-111-3/+32
* stm class: Fix channel free in stm output free pathTingwei Zhang2019-06-111-1/+1
* intel_th: gth: Fix an off-by-one in output unassigningAlexander Shishkin2019-05-161-1/+1
* coresight: etm4x: Add support to enable ETMv4.2Sai Prakash Ranjan2019-04-271-1/+2
* stm class: Hide STM-specific options if STM is disabledGeert Uytterhoeven2019-04-031-0/+4
* coresight: removing bind/unbind options from sysfsMathieu Poirier2019-04-038-91/+8
* stm class: Fix stm device initialization orderAlexander Shishkin2019-04-031-8/+9
* stm class: Do not leak the chrdev in error pathAlexander Shishkin2019-04-031-0/+2
* coresight: etm4x: Check every parameter used by dma_xx_coherent.Eric Long2019-04-031-2/+2
* coresight: "DEVICE_ATTR_RO" should defined as static.Eric Long2019-04-032-2/+2
* stm class: Fix a race in unlinkingAlexander Shishkin2019-04-031-12/+42
* stm class: Fix unbalanced module/device refcountingAlexander Shishkin2019-04-031-6/+14
* stm class: Guard output assignment against concurrencyAlexander Shishkin2019-04-032-0/+18
* stm class: Fix unlocking braino in the error pathAlexander Shishkin2019-04-031-4/+3
* stm class: Support devices with multiple instancesAlexander Shishkin2019-04-031-3/+4
* stm class: Prevent user-controllable allocationsAlexander Shishkin2019-04-031-0/+3
* stm class: Fix link list lockingAlexander Shishkin2019-04-032-9/+30
* stm class: Fix locking in unbinding policy pathAlexander Shishkin2019-04-031-3/+15
* coresight: remove csdev's link from topologyMathieu Poirier2019-04-031-0/+46
* coresight: release reference taken by 'bus_find_device()'Mathieu Poirier2019-04-031-0/+2
* coresight: coresight_unregister() function cleanupMathieu Poirier2019-04-031-1/+2
* coresight: fixing lockdep errorMathieu Poirier2019-04-031-4/+0
* 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: tpiu: Fix disabling timeoutsRobin Murphy2018-09-261-3/+4
* coresight: Handle errors in finding input/output portsSuzuki K Poulose2018-09-261-2/+5
* hwtracing: stm: fix build error on some archesGreg Kroah-Hartman2018-06-061-0/+1
* stm class: Use vmalloc for the master mapAlexander Shishkin2018-06-061-3/+3
* coresight: Fix disabling of CoreSight TPIURobert Walker2018-03-241-3/+10
* coresight: Fixes coresight DT parse to get correct output port ID.Mike Leach2018-03-221-1/+1
* intel_th: pci: Add Gemini Lake supportAlexander Shishkin2017-12-201-0/+5
* stm class: Fix a use-after-freeAlexander Shishkin2017-10-121-1/+1
* intel_th: pci: Add Cannon Lake PCH-LP supportAlexander Shishkin2017-09-131-0/+5
* intel_th: pci: Add Cannon Lake PCH-H supportAlexander Shishkin2017-09-131-0/+5
* intel_th: Fix a deadlock in modprobingAlexander Shishkin2016-08-102-1/+37
* intel_th: pci: Add Kaby Lake PCH-H supportAlexander Shishkin2016-08-101-0/+5
* stm class: Select CONFIG_SRCUArnd Bergmann2016-05-041-0/+1
* coresight: checking for NULL string in coresight_name_match()Mathieu Poirier2016-03-031-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-81/+24
|\
* | intel_th: Check for NULL instead of ERR_PTRDan Carpenter2015-10-164-10/+10
* | stm class: Select configfsAlexander Shishkin2015-10-161-0/+1
* | intel_th: Fix integer mismatch warningsAlexander Shishkin2015-10-101-1/+1
* | stm class: Mark src::link __rcuAlexander Shishkin2015-10-102-4/+7
* | coresight: etm3x: making error message unambiguousMathieu Poirier2015-10-071-2/+4
* | coresight: etm3x: breaking down sysFS status interfaceMathieu Poirier2015-10-071-49/+51