summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2019-11-25coresight: tmc: Fix byte-address alignment for RRPLeo Yan1-2/+2
2019-11-25coresight: etm4x: Configure EL2 exception level when kernel is running in HYPTomasz Nowicki1-20/+20
2019-11-25coresight: Fix handling of sinksSuzuki K Poulose1-7/+15
2019-10-17coresight: etm4x: Use explicit barriers on enable/disableAndrew Murray1-2/+12
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-05-25intel_th: msu: Fix single mode with IOMMUAlexander Shishkin1-3/+32
2019-05-25stm class: Fix channel free in stm output free pathTingwei Zhang1-1/+1
2019-05-02intel_th: gth: Fix an off-by-one in output unassigningAlexander Shishkin1-1/+1
2019-04-05coresight: etm4x: Add support to enable ETMv4.2Sai Prakash Ranjan1-1/+2
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-11-13coresight: etb10: Fix handling of perf modeSuzuki K Poulose1-0/+4
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-04-13coresight: tmc: Configure DMA mask appropriatelyRobin Murphy1-0/+7
2018-04-13coresight: Fix reference count for software sourcesSuzuki K Poulose1-2/+13
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-09intel_th: pci: Add Cannon Lake PCH-LP supportAlexander Shishkin1-0/+5
2017-09-09intel_th: pci: Add Cannon Lake PCH-H supportAlexander Shishkin1-0/+5
2017-03-30intel_th: Don't leak module refcount on failure to activateAlexander Shishkin1-1/+3
2017-03-12coresight: STM: Balance enable/disableSuzuki K Poulose1-1/+1
2017-01-09stm class: Fix device leak in open error pathJohan Hovold1-3/+5
2016-09-09coresight: tmc: mark symbols static where possibleBaoyou Xie3-4/+4
2016-09-09coresight: perf: deal with error condition properlyMathieu Poirier2-3/+3
2016-08-31coresight: etm4x: adding configurable start/stop filteringMathieu Poirier1-0/+71
2016-08-31coresight: etm4x: adding configurable address range filteringMathieu Poirier1-9/+119
2016-08-31coresight: etm4x: configuring include/exclude functionMathieu Poirier1-10/+25
2016-08-31coresight: etm4x: adding range filter configuration functionMathieu Poirier1-18/+38
2016-08-31coresight: etm4x: cleaning up default filter configurationMathieu Poirier1-26/+27
2016-08-31coresight: etm4x: split default and filter configurationMathieu Poirier1-14/+22
2016-08-31coresight: etm-perf: configuring filters from perf coreMathieu Poirier2-15/+168
2016-08-31coresight: remove duplicated enumerationMathieu Poirier5-16/+10
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier5-20/+26
2016-08-31coresight: fix handling of ETM trace register access via sysfsSudeep Holla6-22/+57
2016-08-31coresight: etm4x: request to retain power to the trace unit when activeSudeep Holla2-0/+15
2016-08-31coresight: tmc: Delete an unnecessary check before the function call "kfree"Markus Elfring1-1/+1
2016-08-31coresight: etm4x: remove duplicated include from coresight-etm4x.cWei Yongjun1-1/+0
2016-08-31coresight: Use local coresight_desc instancesSuzuki K Poulose9-114/+75
2016-08-31hwtracing: coresight: of_coresight: add missing of_node_put after calling of_...Peter Chen1-0/+1
2016-08-31coresight-etm3x: Add ARM ETM 3.5 Cortex-A5 peripheral IDOlivier Schonken1-0/+5
2016-08-31coresight: add PM runtime calls to coresight_simple_func()Mathieu Poirier1-2/+6
2016-08-31coresight: delay initialisation when children are missingMathieu Poirier1-1/+1