summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2019-09-06stm class: Fix a double free of stm_source_deviceDing Xiang1-1/+0
2019-08-04intel_th: msu: Fix single mode with disabled IOMMUAlexander Shishkin1-1/+1
2019-06-11intel_th: msu: Fix single mode with IOMMUAlexander Shishkin1-3/+32
2019-06-11stm class: Fix channel free in stm output free pathTingwei Zhang1-1/+1
2019-05-16intel_th: gth: Fix an off-by-one in output unassigningAlexander Shishkin1-1/+1
2019-04-27coresight: etm4x: Add support to enable ETMv4.2Sai Prakash Ranjan1-1/+2
2019-04-03stm class: Hide STM-specific options if STM is disabledGeert Uytterhoeven1-0/+4
2019-04-03coresight: removing bind/unbind options from sysfsMathieu Poirier8-91/+8
2019-04-03stm class: Fix stm device initialization orderAlexander Shishkin1-8/+9
2019-04-03stm class: Do not leak the chrdev in error pathAlexander Shishkin1-0/+2
2019-04-03coresight: etm4x: Check every parameter used by dma_xx_coherent.Eric Long1-2/+2
2019-04-03coresight: "DEVICE_ATTR_RO" should defined as static.Eric Long2-2/+2
2019-04-03stm class: Fix a race in unlinkingAlexander Shishkin1-12/+42
2019-04-03stm class: Fix unbalanced module/device refcountingAlexander Shishkin1-6/+14
2019-04-03stm class: Guard output assignment against concurrencyAlexander Shishkin2-0/+18
2019-04-03stm class: Fix unlocking braino in the error pathAlexander Shishkin1-4/+3
2019-04-03stm class: Support devices with multiple instancesAlexander Shishkin1-3/+4
2019-04-03stm class: Prevent user-controllable allocationsAlexander Shishkin1-0/+3
2019-04-03stm class: Fix link list lockingAlexander Shishkin2-9/+30
2019-04-03stm class: Fix locking in unbinding policy pathAlexander Shishkin1-3/+15
2019-04-03coresight: remove csdev's link from topologyMathieu Poirier1-0/+46
2019-04-03coresight: release reference taken by 'bus_find_device()'Mathieu Poirier1-0/+2
2019-04-03coresight: coresight_unregister() function cleanupMathieu Poirier1-1/+2
2019-04-03coresight: fixing lockdep errorMathieu Poirier1-4/+0
2019-03-23intel_th: Don't reference unassigned outputsAlexander Shishkin1-0/+4
2019-03-23stm class: Prevent division by zeroAlexander Shishkin1-3/+5
2019-03-23stm class: Fix an endless loop in channel allocationZhi Jin1-0/+3
2019-01-13intel_th: msu: Fix an off-by-one in attribute storeAlexander Shishkin1-1/+2
2018-09-26coresight: tpiu: Fix disabling timeoutsRobin Murphy1-3/+4
2018-09-26coresight: Handle errors in finding input/output portsSuzuki K Poulose1-2/+5
2018-06-06hwtracing: stm: fix build error on some archesGreg Kroah-Hartman1-0/+1
2018-06-06stm class: Use vmalloc for the master mapAlexander Shishkin1-3/+3
2018-03-24coresight: Fix disabling of CoreSight TPIURobert Walker1-3/+10
2018-03-22coresight: Fixes coresight DT parse to get correct output port ID.Mike Leach1-1/+1
2017-12-20intel_th: pci: Add Gemini Lake supportAlexander Shishkin1-0/+5
2017-10-12stm class: Fix a use-after-freeAlexander Shishkin1-1/+1
2017-09-14intel_th: pci: Add Cannon Lake PCH-LP supportAlexander Shishkin1-0/+5
2017-09-14intel_th: pci: Add Cannon Lake PCH-H supportAlexander Shishkin1-0/+5
2016-08-10intel_th: Fix a deadlock in modprobingAlexander Shishkin2-1/+37
2016-08-10intel_th: pci: Add Kaby Lake PCH-H supportAlexander Shishkin1-0/+5
2016-05-05stm class: Select CONFIG_SRCUArnd Bergmann1-0/+1
2016-03-04coresight: checking for NULL string in coresight_name_match()Mathieu Poirier1-1/+1
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-81/+24
2015-10-17intel_th: Check for NULL instead of ERR_PTRDan Carpenter4-10/+10
2015-10-17stm class: Select configfsAlexander Shishkin1-0/+1
2015-10-10intel_th: Fix integer mismatch warningsAlexander Shishkin1-1/+1
2015-10-10stm class: Mark src::link __rcuAlexander Shishkin2-4/+7
2015-10-07coresight: etm3x: making error message unambiguousMathieu Poirier1-2/+4
2015-10-07coresight: etm3x: breaking down sysFS status interfaceMathieu Poirier1-49/+51
2015-10-07coresight: etm3x: adding cpu affinity to sysFS interfaceMathieu Poirier1-0/+13