aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing (follow)
AgeCommit message (Expand)AuthorFilesLines
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_parse_phandlePeter 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
2016-08-31coresight: Add better messages for coresight_timeoutSuzuki K Poulose3-12/+6
2016-08-31coresight: Cleanup TMC status checkSuzuki K Poulose1-1/+1
2016-08-31coresight: etmv4: Fix ETMv4x peripheral ID tableSuzuki K Poulose1-4/+4
2016-08-31coresight: tmc: Limit the trace to available dataSuzuki K Poulose4-7/+17
2016-08-31coresight: Fix csdev connections initialisationSuzuki K Poulose1-10/+14
2016-08-31coresight: Consolidate error handling path for tmc_probeSuzuki K Poulose1-19/+17
2016-08-31coresight: Remove erroneous dma_free_coherent in tmc_probeSuzuki K Poulose1-3/+0
2016-08-31coresight: always use stashed trace id value in etm4_trace_idSudeep Holla1-15/+1
2016-08-31coresight-stm: support mmapping channel regions with mmio_addrChunyan Zhang1-0/+22
2016-08-31coresight: access conn->child_name only if it's initialisedSudeep Holla1-1/+2
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-79/+98
2016-07-15hwtracing/coresight-etm4x: Convert to hotplug state machineSebastian Andrzej Siewior1-38/+49
2016-07-15hwtracing/coresight-etm3x: Convert to hotplug state machineRichard Cochran1-41/+49
2016-07-15Merge tag 'stm-for-greg-20160714' of git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm into char-misc-nextGreg Kroah-Hartman3-1/+42
2016-07-14intel_th: pci: Add Kaby Lake PCH-H supportAlexander Shishkin1-0/+5
2016-07-14intel_th: Fix a deadlock in modprobingAlexander Shishkin2-1/+37
2016-07-14Merge tag 'stm-for-greg-20160701' of git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm into char-misc-testingGreg Kroah-Hartman4-11/+116
2016-07-01intel_th: Document output device callbacksAlexander Shishkin1-0/+3
2016-07-01intel_th: gth: Fix a source commentAlexander Shishkin1-1/+1
2016-07-01intel_th: Add runtime power management handlingAlexander Shishkin2-10/+60
2016-07-01stm class: Add runtime power management handlingAlexander Shishkin1-0/+52
2016-06-16coresight: Handle build path errorSuzuki K Poulose1-3/+6
2016-06-16coresight: Fix erroneous memset in tmc_read_unprepare_etrSuzuki K Poulose1-6/+3
2016-06-16coresight: Fix tmc_read_unprepare_etrSuzuki K Poulose1-1/+1
2016-06-16coresight: Fix NULL pointer dereference in _coresight_build_pathSuzuki K Poulose1-3/+3
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds26-2931/+4986
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-05-03coresight: etb10: adjust read pointer only when neededMathieu Poirier1-1/+2
2016-05-03coresight: configuring ETF in FIFO mode when acting as linkMathieu Poirier1-4/+28
2016-05-03coresight: tmc: implementing TMC-ETF AUX space APIMathieu Poirier2-0/+200