index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
coresight.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-10
coresight: change coresight_trace_id_map's lock type to raw_spinlock_t
Yeoreum Yun
1
-1
/
+1
2025-03-10
coresight: change coresight_device lock type to raw_spinlock_t
Yeoreum Yun
1
-1
/
+1
2025-03-04
Coresight: Add Coresight TMC Control Unit driver
Jie Gan
1
-1
/
+2
2025-03-04
Coresight: Change to read the trace ID from coresight_path
Jie Gan
1
-1
/
+1
2025-03-04
Coresight: Introduce a new struct coresight_path
Jie Gan
1
-0
/
+10
2025-03-04
Coresight: Add trace_id function to retrieving the trace ID
Jie Gan
1
-0
/
+5
2025-03-04
Coresight: Add support for new APB clock name
Jie Gan
1
-2
/
+5
2025-02-26
coresight-etm4x: add isb() before reading the TRCSTATR
Yuanfang Zhang
1
-0
/
+4
2025-02-21
coresight: core: Add provision for panic callbacks
Linu Cherian
1
-0
/
+12
2024-12-13
coresight: Add support for trace filtering by source
Tao Zhang
1
-0
/
+5
2024-12-13
coresight: Add a helper to check if a device is source
Tao Zhang
1
-1
/
+6
2024-12-11
coresight: Add support to get static id for system trace sources
Mao Jinlong
1
-0
/
+1
2024-12-11
coresight: Drop atomics in connection refcounts
James Clark
1
-2
/
+2
2024-08-20
coresight: Make trace ID map spinlock local to the map
James Clark
1
-0
/
+1
2024-08-20
coresight: Remove pending trace ID release mechanism
James Clark
1
-4
/
+2
2024-08-20
coresight: Use per-sink trace ID maps for Perf sessions
James Clark
1
-1
/
+2
2024-08-20
coresight: Make CPU id map a property of a trace ID map
James Clark
1
-0
/
+1
2024-08-20
coresight: Move struct coresight_trace_id_map to common header
James Clark
1
-0
/
+18
2024-04-24
coresight: Remove duplicate linux/amba/bus.h header
Jiapeng Chong
1
-1
/
+0
2024-04-16
coresight: Add helpers registering/removing both AMBA and platform drivers
Anshuman Khandual
1
-0
/
+7
2024-02-12
coresight: Add helper for setting csdev->mode
James Clark
1
-0
/
+16
2024-02-12
coresight: Add a helper for getting csdev->mode
James Clark
1
-0
/
+5
2024-02-12
coresight: Add helper for atomically taking the device
James Clark
1
-0
/
+11
2024-02-12
coresight: Remove unused stubs
James Clark
1
-79
/
+0
2024-02-12
coresight: Remove atomic type from refcnt
James Clark
1
-3
/
+10
2024-02-12
coresight: Move all sysfs code to sysfs file
James Clark
1
-4
/
+4
2024-02-12
coresight: Remove the 'enable' field.
James Clark
1
-2
/
+0
2024-02-12
coresight: Move mode to struct coresight_device
James Clark
1
-0
/
+6
2024-02-12
coresight: Make language around "activated" sinks consistent
James Clark
1
-6
/
+8
2024-02-12
coresight: make coresight_bustype const
Greg Kroah-Hartman
1
-1
/
+1
2023-11-16
coresight-tpdm: Introduce TPDM subtype to TPDM driver
Tao Zhang
1
-0
/
+1
2023-07-26
coresight: etm4x: Change etm4_platform_driver driver for MMIO devices
Anshuman Khandual
1
-0
/
+47
2023-07-26
coresight: etm4x: Drop pid argument from etm4_probe()
Anshuman Khandual
1
-0
/
+12
2023-06-15
Coresight: Add coresight dummy driver
Hao Zhang
1
-0
/
+1
2023-06-05
coresight: Fix CTI module refcount leak by making it a helper device
James Clark
1
-27
/
+2
2023-06-05
coresight: Enable and disable helper devices adjacent to the path
James Clark
1
-1
/
+10
2023-06-05
coresight: Make refcount a property of the connection
James Clark
1
-5
/
+9
2023-06-05
coresight: Store in-connections as well as out-connections
James Clark
1
-0
/
+26
2023-06-05
coresight: Store pointers to connections rather than an array of them
James Clark
1
-2
/
+3
2023-06-05
coresight: Dynamically add connections
James Clark
1
-1
/
+7
2023-06-05
coresight: Rename connection members to make the direction explicit
James Clark
1
-9
/
+9
2023-06-05
coresight: Rename nr_outports to nr_outconns
James Clark
1
-5
/
+5
2023-06-05
coresight: Change name of pdata->conns
James Clark
1
-2
/
+2
2023-06-05
coresight: Use enum type for cs_mode wherever possible
James Clark
1
-3
/
+10
2023-01-20
Coresight: Add coresight TPDM source driver
Mao Jinlong
1
-0
/
+1
2023-01-19
coresight: etmX.X: stm: Remove trace_id() callback
Mike Leach
1
-3
/
+0
2022-08-31
coresight: Make new csdev_access offsets unsigned
James Clark
1
-11
/
+16
2022-08-31
coresight: Simplify sysfs accessors by using csdev_access abstraction
James Clark
1
-0
/
+18
2022-03-11
coresight: Drop unused 'none' enum value for each component
Anshuman Khandual
1
-5
/
+0
2021-08-18
coresight: syscfg: Add API to activate and enable configurations
Mike Leach
1
-0
/
+2
[next]