aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2016-08-31hwtracing: coresight: of_coresight: add missing of_node_put after calling of_...Gravatar Peter Chen 1-0/+1
2016-08-31coresight-etm3x: Add ARM ETM 3.5 Cortex-A5 peripheral IDGravatar Olivier Schonken 1-0/+5
2016-08-31coresight: add PM runtime calls to coresight_simple_func()Gravatar Mathieu Poirier 1-2/+6
2016-08-31coresight: delay initialisation when children are missingGravatar Mathieu Poirier 1-1/+1
2016-08-31coresight: Add better messages for coresight_timeoutGravatar Suzuki K Poulose 3-12/+6
2016-08-31coresight: Cleanup TMC status checkGravatar Suzuki K Poulose 1-1/+1
2016-08-31coresight: etmv4: Fix ETMv4x peripheral ID tableGravatar Suzuki K Poulose 1-4/+4
2016-08-31coresight: tmc: Limit the trace to available dataGravatar Suzuki K Poulose 4-7/+17
2016-08-31coresight: Fix csdev connections initialisationGravatar Suzuki K Poulose 1-10/+14
2016-08-31coresight: Consolidate error handling path for tmc_probeGravatar Suzuki K Poulose 1-19/+17
2016-08-31coresight: Remove erroneous dma_free_coherent in tmc_probeGravatar Suzuki K Poulose 1-3/+0
2016-08-31coresight: always use stashed trace id value in etm4_trace_idGravatar Sudeep Holla 1-15/+1
2016-08-31coresight-stm: support mmapping channel regions with mmio_addrGravatar Chunyan Zhang 1-0/+22
2016-08-31coresight: access conn->child_name only if it's initialisedGravatar Sudeep Holla 1-1/+2
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-79/+98
2016-07-15hwtracing/coresight-etm4x: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-38/+49
2016-07-15hwtracing/coresight-etm3x: Convert to hotplug state machineGravatar Richard Cochran 1-41/+49
2016-07-15Merge tag 'stm-for-greg-20160714' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 3-1/+42
2016-07-14intel_th: pci: Add Kaby Lake PCH-H supportGravatar Alexander Shishkin 1-0/+5
2016-07-14intel_th: Fix a deadlock in modprobingGravatar Alexander Shishkin 2-1/+37
2016-07-14Merge tag 'stm-for-greg-20160701' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 4-11/+116
2016-07-01intel_th: Document output device callbacksGravatar Alexander Shishkin 1-0/+3
2016-07-01intel_th: gth: Fix a source commentGravatar Alexander Shishkin 1-1/+1
2016-07-01intel_th: Add runtime power management handlingGravatar Alexander Shishkin 2-10/+60
2016-07-01stm class: Add runtime power management handlingGravatar Alexander Shishkin 1-0/+52
2016-06-16coresight: Handle build path errorGravatar Suzuki K Poulose 1-3/+6
2016-06-16coresight: Fix erroneous memset in tmc_read_unprepare_etrGravatar Suzuki K Poulose 1-6/+3
2016-06-16coresight: Fix tmc_read_unprepare_etrGravatar Suzuki K Poulose 1-1/+1
2016-06-16coresight: Fix NULL pointer dereference in _coresight_build_pathGravatar Suzuki K Poulose 1-3/+3
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 26-2931/+4986
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-1/+1
2016-05-03coresight: etb10: adjust read pointer only when neededGravatar Mathieu Poirier 1-1/+2
2016-05-03coresight: configuring ETF in FIFO mode when acting as linkGravatar Mathieu Poirier 1-4/+28
2016-05-03coresight: tmc: implementing TMC-ETF AUX space APIGravatar Mathieu Poirier 2-0/+200
2016-05-03coresight: moving struct cs_buffers to header fileGravatar Mathieu Poirier 2-20/+20
2016-05-03coresight: tmc: keep track of memory widthGravatar Mathieu Poirier 3-17/+41
2016-05-03coresight: tmc: make sysFS and Perf mode mutually exclusiveGravatar Mathieu Poirier 2-5/+117
2016-05-03coresight: tmc: dump system memory content only when neededGravatar Mathieu Poirier 2-2/+12
2016-05-03coresight: tmc: adding mode of operation for link/sinksGravatar Mathieu Poirier 3-14/+40
2016-05-03coresight: tmc: getting rid of multiple read accessGravatar Mathieu Poirier 4-17/+18
2016-05-03coresight: tmc: allocating memory when neededGravatar Mathieu Poirier 3-27/+170
2016-05-03coresight: tmc: making prepare/unprepare functions genericGravatar Mathieu Poirier 4-50/+117
2016-05-03coresight: tmc: splitting driver in ETB/ETF and ETR componentsGravatar Mathieu Poirier 5-261/+357
2016-05-03coresight: tmc: cleaning up header fileGravatar Mathieu Poirier 2-4/+3
2016-05-03coresight: tmc: introducing new header fileGravatar Mathieu Poirier 2-101/+123
2016-05-03coresight: tmc: clearly define number of transfers per burstGravatar Mathieu Poirier 1-2/+2
2016-05-03coresight: tmc: re-implementing tmc_read_prepare/unprepare() functionsGravatar Mathieu Poirier 1-20/+36
2016-05-03coresight: tmc: waiting for TMCReady bit before programmingGravatar Mathieu Poirier 1-0/+9
2016-05-03coresight: tmc: modifying naming conventionGravatar Mathieu Poirier 1-4/+4
2016-05-03coresight: tmc: adding sysFS management entriesGravatar Mathieu Poirier 1-64/+43