index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
/
coresight
Commit message (
Expand
)
Author
Age
Files
Lines
*
coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attribute
Suzuki K Poulose
2019-08-16
1
-0
/
+1
*
coresight: tmc-etf: Do not call smp_processor_id from preemptible
Suzuki K Poulose
2019-07-14
1
-4
/
+2
*
coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preempt...
Suzuki K Poulose
2019-07-14
1
-5
/
+2
*
coresight: tmc-etr: Do not call smp_processor_id() from preemptible
Suzuki K Poulose
2019-07-14
1
-4
/
+2
*
coresight: etb10: Do not call smp_processor_id from preemptible
Suzuki K Poulose
2019-07-14
1
-4
/
+2
*
coresight: Potential uninitialized variable in probe()
Dan Carpenter
2019-07-14
1
-0
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
coresight: funnel: Support static funnel
Leo Yan
2019-05-02
1
-27
/
+89
*
coresight: replicator: Add new device id for static replicator
Leo Yan
2019-05-02
1
-1
/
+5
*
coresight: etb10: Add support for CPU-wide trace scenarios
Mathieu Poirier
2019-04-25
1
-4
/
+39
*
coresight: tmc-etf: Add support for CPU-wide trace scenarios
Mathieu Poirier
2019-04-25
1
-5
/
+35
*
coresight: tmc-etr: Add support for CPU-wide trace scenarios
Mathieu Poirier
2019-04-25
3
-5
/
+38
*
coresight: tmc-etr: Allocate and free ETR memory buffers for CPU-wide scenarios
Mathieu Poirier
2019-04-25
1
-3
/
+104
*
coresight: tmc-etr: Introduce the notion of IDR to ETR devices
Mathieu Poirier
2019-04-25
2
-0
/
+10
*
coresight: tmc-etr: Introduce the notion of reference counting to ETR devices
Mathieu Poirier
2019-04-25
2
-0
/
+8
*
coresight: tmc-etr: Introduce the notion of process ID to ETR devices
Mathieu Poirier
2019-04-25
1
-0
/
+4
*
coresight: tmc-etr: Create per-thread buffer allocation function
Mathieu Poirier
2019-04-25
1
-1
/
+28
*
coresight: tmc-etr: Refactor function tmc_etr_setup_perf_buf()
Mathieu Poirier
2019-04-25
1
-9
/
+30
*
coresight: Communicate perf event to sink buffer allocation functions
Mathieu Poirier
2019-04-25
4
-15
/
+19
*
coresight: perf: Refactor function free_event_data()
Mathieu Poirier
2019-04-25
1
-6
/
+18
*
coresight: perf: Clean up function etm_setup_aux()
Mathieu Poirier
2019-04-25
1
-3
/
+5
*
coresight: Properly address concurrency in sink::update() functions
Mathieu Poirier
2019-04-25
2
-2
/
+6
*
coresight: Properly address errors in sink::disable() functions
Mathieu Poirier
2019-04-25
3
-15
/
+12
*
coresight: Move reference counting inside sink drivers
Mathieu Poirier
2019-04-25
5
-29
/
+66
*
coresight: Adding return code to sink::disable() operation
Mathieu Poirier
2019-04-25
5
-7
/
+15
*
coresight: etm4x: Configure tracers to emit timestamps
Mathieu Poirier
2019-04-25
1
-1
/
+101
*
coresight: etm4x: Skip selector pair 0
Mathieu Poirier
2019-04-25
1
-2
/
+5
*
coresight: etm4x: Add kernel configuration for CONTEXTID
Mathieu Poirier
2019-04-25
3
-0
/
+8
*
coresight: pmu: Adding ITRACE property to cs_etm PMU
Mathieu Poirier
2019-04-25
1
-1
/
+2
*
coresight: tmc: Cleanup power management
Suzuki K Poulose
2019-04-25
1
-2
/
+2
*
coresight: catu: Cleanup power management
Suzuki K Poulose
2019-04-25
1
-1
/
+2
*
coresight: tpiu: Cleanup power management
Suzuki K Poulose
2019-04-25
1
-3
/
+6
*
coresight: etb10: Cleanup power management
Suzuki K Poulose
2019-04-25
1
-11
/
+3
*
coresight: Fix freeing up the coresight connections
Suzuki K Poulose
2019-04-25
1
-1
/
+0
*
coresight: Merge the static and dynamic replicator drivers
Suzuki K Poulose
2019-04-25
4
-299
/
+169
*
coresight: dynamic-replicator: Prepare for merging with static replicator
Suzuki K Poulose
2019-04-25
1
-41
/
+63
*
coresight: replicator: Prepare for merging with dynamic-replicator
Suzuki K Poulose
2019-04-25
1
-26
/
+36
*
coresight: dynamic-replicator: Clean up error handling
Suzuki K Poulose
2019-04-25
1
-8
/
+16
*
coresight: tmc: Report DMA setup failures
Suzuki K Poulose
2019-04-25
1
-1
/
+6
*
coresight: catu: Make catu_helper_ops and catu_ops static
YueHaibing
2019-04-25
1
-2
/
+2
*
coresight: catu: fix clang build warning
Arnd Bergmann
2019-04-25
2
-7
/
+3
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2019-03-15
5
-72
/
+77
|
\
|
*
ARM: 8837/1: coresight: etmv4: Update ID register table to add UCI support
Mike Leach
2019-02-26
2
-9
/
+20
|
*
ARM: 8838/1: drivers: amba: Updates to component identification for driver ma...
Mike Leach
2019-02-26
4
-63
/
+57
*
|
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-06
4
-11
/
+12
|
\
\
|
*
|
coresight: etm4x: Add support to enable ETMv4.2
Sai Prakash Ranjan
2019-02-26
1
-1
/
+2
|
*
|
coresight: Use event attributes for sink selection
Mathieu Poirier
2019-02-08
3
-12
/
+55
|
*
|
coresight: perf: Add "sinks" group to PMU directory
Mathieu Poirier
2019-02-08
3
-1
/
+105
|
*
|
perf/aux: Make perf_event accessible to setup_aux()
Mathieu Poirier
2019-02-08
1
-3
/
+3
|
*
|
coresight: Use of_node_name_eq for node name comparisons
Rob Herring
2019-02-08
1
-2
/
+2
[next]