index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
/
coresight
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-15
Coresight: Add coresight dummy driver
Hao Zhang
3
-0
/
+175
2023-06-14
arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generation
Anshuman Khandual
1
-9
/
+0
2023-06-14
arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools format
Anshuman Khandual
1
-3
/
+3
2023-06-14
arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools format
Anshuman Khandual
2
-14
/
+14
2023-06-14
arm64/sysreg: Rename TRBBASER_EL1 fields per auto-gen tools format
Anshuman Khandual
1
-2
/
+2
2023-06-14
arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools format
Anshuman Khandual
2
-13
/
+15
2023-06-07
coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPE
Suzuki K Poulose
2
-2
/
+22
2023-06-07
coresight: etm4x: Make etm4_remove_dev() return void
Uwe Kleine-König
1
-6
/
+3
2023-06-06
coresight: etm4x: Fix missing trctraceidr file in sysfs
Mike Leach
1
-9
/
+18
2023-06-05
coresight: Fix CTI module refcount leak by making it a helper device
James Clark
6
-105
/
+79
2023-06-05
coresight: Enable and disable helper devices adjacent to the path
James Clark
5
-54
/
+178
2023-06-05
coresight: Refactor out buffer allocation function for ETR
James Clark
2
-7
/
+45
2023-06-05
coresight: Make refcount a property of the connection
James Clark
10
-238
/
+117
2023-06-05
coresight: Store in-connections as well as out-connections
James Clark
3
-50
/
+69
2023-06-05
coresight: Simplify connection fixup mechanism
James Clark
1
-52
/
+32
2023-06-05
coresight: Store pointers to connections rather than an array of them
James Clark
4
-28
/
+41
2023-06-05
coresight: Dynamically add connections
James Clark
2
-77
/
+70
2023-06-05
coresight: Rename connection members to make the direction explicit
James Clark
4
-47
/
+46
2023-06-05
coresight: Rename nr_outports to nr_outconns
James Clark
3
-34
/
+34
2023-06-05
coresight: Change name of pdata->conns
James Clark
3
-20
/
+20
2023-06-05
coresight: Use enum type for cs_mode wherever possible
James Clark
13
-31
/
+30
2023-06-05
coresight: Fix loss of connection info when a module is unloaded
James Clark
1
-7
/
+2
2023-05-11
coresight: perf: Release Coresight path when alloc trace id failed
Ruidong Tian
1
-0
/
+1
2023-05-11
coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()
Dan Carpenter
1
-1
/
+1
2023-04-19
Merge tag 'coresight-next-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
1
-0
/
+1
2023-04-14
coresight: etm_pmu: Set the module field
Suzuki K Poulose
1
-0
/
+1
2023-03-21
coresight: etm4x: Do not access TRCIDR1 for identification
Suzuki K Poulose
2
-27
/
+15
2023-03-21
coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
Steve Clevenger
1
-1
/
+1
2023-01-30
coresight: tmc: Don't enable TMC when it's not ready.
Yabin Cui
4
-14
/
+56
2023-01-30
coresight: tpda: fix return value check in tpda_probe()
Yang Yingliang
1
-2
/
+2
2023-01-26
Coresight: tpda/tpdm: remove incorrect __exit annotation
Arnd Bergmann
2
-2
/
+2
2023-01-24
coresight: perf: Output trace id only once
Suzuki K Poulose
2
-4
/
+14
2023-01-24
coresight: Fix uninitialised variable use in coresight_disable
Suzuki K Poulose
1
-1
/
+1
2023-01-20
Coresight: Add TPDA link driver
Mao Jinlong
4
-0
/
+258
2023-01-20
coresight-tpdm: Add integration test support
Mao Jinlong
2
-0
/
+68
2023-01-20
coresight-tpdm: Add DSB dataset support
Mao Jinlong
2
-0
/
+78
2023-01-20
Coresight: Add coresight TPDM source driver
Mao Jinlong
5
-1
/
+192
2023-01-19
coresight: core: Use IDR for non-cpu bound sources' paths.
Mao Jinlong
1
-11
/
+26
2023-01-19
coresight: trace-id: Add debug & test macros to Trace ID allocation
Mike Leach
1
-0
/
+33
2023-01-19
coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace ID
Mike Leach
1
-0
/
+7
2023-01-19
coresight: etmX.X: stm: Remove trace_id() callback
Mike Leach
4
-54
/
+0
2023-01-19
coresight: etm3x: Update ETM3 driver to use Trace ID API
Mike Leach
3
-26
/
+75
2023-01-19
coresight: etm4x: Update ETM4 driver to use Trace ID API
Mike Leach
3
-10
/
+93
2023-01-19
coresight: stm: Update STM driver to use Trace ID API
Mike Leach
1
-27
/
+14
2023-01-19
coresight: perf: traceid: Add perf ID allocation and notifiers
Mike Leach
1
-0
/
+16
2023-01-19
coresight: Remove obsolete Trace ID unniqueness checks
Mike Leach
1
-45
/
+0
2023-01-19
coresight: trace-id: Add API to dynamically assign Trace ID values
Mike Leach
3
-1
/
+421
2023-01-19
coresight: ultrasoc-smb: fix return value check in smb_init_data_buffer()
Yang Yingliang
1
-1
/
+1
2023-01-16
drivers/coresight: Add UltraSoc System Memory Buffer driver
Qi Liu
4
-0
/
+786
2023-01-16
coresight: cti: Remove atomic type from enable_req_count
James Clark
3
-9
/
+9
[prev]
[next]