index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-15
Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
7
-9
/
+113
2016-11-29
coresight: perf: Add a missing call to etm_free_aux
Quentin Lambert
1
-1
/
+1
2016-11-29
coresight: Add support for ARM Coresight STM-500
Suzuki K Poulose
1
-0
/
+5
2016-11-29
coresight: tmc: Remove duplicate memset
Suzuki K. Poulose
1
-2
/
+0
2016-11-29
coresight: tmc: Get rid of mode parameter for helper routines
Suzuki K. Poulose
2
-24
/
+9
2016-11-29
coresight: tmc: Cleanup operation mode handling
Suzuki K. Poulose
3
-34
/
+26
2016-11-29
coresight: reset "enable_sink" flag when need be
Mathieu Poirier
3
-22
/
+87
2016-11-29
coresight: etm3x: Adding missing features of Coresight PTM components
Muhammad Abdul WAHAB
2
-0
/
+15
2016-11-29
coresight: etm3x: indentation fix (extra space removed)
Muhammad Abdul WAHAB
1
-1
/
+1
2016-11-29
coresight: stm: return error code instead of zero in .packet()
Chunyan Zhang
1
-2
/
+2
2016-11-22
stm: Mark the functions of writing STM with notrace
Chunyan Zhang
1
-3
/
+4
2016-11-22
stm dummy: Mark dummy_stm_packet() with notrace
Chunyan Zhang
1
-1
/
+1
2016-11-22
intel_th: Mark sth_stm_packet() with notrace
Chunyan Zhang
1
-4
/
+7
2016-11-22
coresight: Mark stm_generic_packet() with notrace
Chunyan Zhang
1
-1
/
+1
2016-11-22
stm class: ftrace: Add ftrace-export-over-stm driver
Chunyan Zhang
3
-0
/
+100
2016-11-18
intel_th: gth: Handle host mode correctly
Alexander Shishkin
1
-2
/
+24
2016-11-18
intel_th: Support Host Debugger mode of operation
Alexander Shishkin
2
-8
/
+22
2016-11-18
intel_th: Constify subdevices
Alexander Shishkin
1
-1
/
+1
2016-11-18
stm class: Fix device leak in open error path
Johan Hovold
1
-3
/
+5
2016-09-09
coresight: tmc: mark symbols static where possible
Baoyou Xie
3
-4
/
+4
2016-09-09
coresight: perf: deal with error condition properly
Mathieu Poirier
2
-3
/
+3
2016-08-31
coresight: etm4x: adding configurable start/stop filtering
Mathieu Poirier
1
-0
/
+71
2016-08-31
coresight: etm4x: adding configurable address range filtering
Mathieu Poirier
1
-9
/
+119
2016-08-31
coresight: etm4x: configuring include/exclude function
Mathieu Poirier
1
-10
/
+25
2016-08-31
coresight: etm4x: adding range filter configuration function
Mathieu Poirier
1
-18
/
+38
2016-08-31
coresight: etm4x: cleaning up default filter configuration
Mathieu Poirier
1
-26
/
+27
2016-08-31
coresight: etm4x: split default and filter configuration
Mathieu Poirier
1
-14
/
+22
2016-08-31
coresight: etm-perf: configuring filters from perf core
Mathieu Poirier
2
-15
/
+168
2016-08-31
coresight: remove duplicated enumeration
Mathieu Poirier
5
-16
/
+10
2016-08-31
coresight: etm-perf: pass struct perf_event to source::enable/disable()
Mathieu Poirier
5
-20
/
+26
2016-08-31
coresight: fix handling of ETM trace register access via sysfs
Sudeep Holla
6
-22
/
+57
2016-08-31
coresight: etm4x: request to retain power to the trace unit when active
Sudeep Holla
2
-0
/
+15
2016-08-31
coresight: tmc: Delete an unnecessary check before the function call "kfree"
Markus Elfring
1
-1
/
+1
2016-08-31
coresight: etm4x: remove duplicated include from coresight-etm4x.c
Wei Yongjun
1
-1
/
+0
2016-08-31
coresight: Use local coresight_desc instances
Suzuki K Poulose
9
-114
/
+75
2016-08-31
hwtracing: coresight: of_coresight: add missing of_node_put after calling of_...
Peter Chen
1
-0
/
+1
2016-08-31
coresight-etm3x: Add ARM ETM 3.5 Cortex-A5 peripheral ID
Olivier Schonken
1
-0
/
+5
2016-08-31
coresight: add PM runtime calls to coresight_simple_func()
Mathieu Poirier
1
-2
/
+6
2016-08-31
coresight: delay initialisation when children are missing
Mathieu Poirier
1
-1
/
+1
2016-08-31
coresight: Add better messages for coresight_timeout
Suzuki K Poulose
3
-12
/
+6
2016-08-31
coresight: Cleanup TMC status check
Suzuki K Poulose
1
-1
/
+1
2016-08-31
coresight: etmv4: Fix ETMv4x peripheral ID table
Suzuki K Poulose
1
-4
/
+4
2016-08-31
coresight: tmc: Limit the trace to available data
Suzuki K Poulose
4
-7
/
+17
2016-08-31
coresight: Fix csdev connections initialisation
Suzuki K Poulose
1
-10
/
+14
2016-08-31
coresight: Consolidate error handling path for tmc_probe
Suzuki K Poulose
1
-19
/
+17
2016-08-31
coresight: Remove erroneous dma_free_coherent in tmc_probe
Suzuki K Poulose
1
-3
/
+0
2016-08-31
coresight: always use stashed trace id value in etm4_trace_id
Sudeep Holla
1
-15
/
+1
2016-08-31
coresight-stm: support mmapping channel regions with mmio_addr
Chunyan Zhang
1
-0
/
+22
2016-08-31
coresight: access conn->child_name only if it's initialised
Sudeep Holla
1
-1
/
+2
2016-07-29
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-79
/
+98
[next]