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
/
drivers
/
hwtracing
/
coresight
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
coresight: etm4x: remove redundant fields in etmv4_save_state
Yeoreum Yun
1
-5
/
+0
2026-08-07
coresight: etm4x: missing cscfg_csdev_disable_active_config() in perf enable
Yeoreum Yun
1
-19
/
+25
2026-08-07
coresight: etm4x: fix leaked trace id
Yeoreum Yun
1
-1
/
+3
2026-08-07
coresight: etm4x: fix underflow for usage of (nrseqstate - 1)
Yeoreum Yun
4
-8
/
+16
2026-08-07
coresight: etm4x: fix wrong check of etm4x_sspcicrn_present()
Yeoreum Yun
1
-1
/
+1
2026-08-07
coresight: etm3x: Fix cntr_val_show() to match cntr_val_store() behavior
Kuan-Wei Chiu
1
-11
/
+4
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
16
-512
/
+915
2026-06-08
driver core: platform: set mod_name in driver registration
Shashank Balaji
1
-2
/
+3
2026-06-08
coresight: pass THIS_MODULE implicitly through a macro
Shashank Balaji
10
-16
/
+12
2026-06-04
coresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer()
Junrui Luo
1
-0
/
+1
2026-05-29
coresight: etb10: restore atomic_t for shared reading state
Runyu Xiao
1
-3
/
+3
2026-05-19
coresight: platform: defer connection counter increment until alloc succeeds
Jie Gan
1
-6
/
+6
2026-05-18
coresight: sysfs: Validate CPU online status for per-CPU sources
Leo Yan
1
-0
/
+3
2026-05-18
coresight: Move CPU hotplug callbacks to core layer
Leo Yan
3
-86
/
+39
2026-05-18
coresight: sysfs: Increment refcount only for software source
Leo Yan
1
-14
/
+25
2026-05-18
coresight: trbe: Save and restore state across CPU low power state
Yabin Cui
1
-1
/
+58
2026-05-18
coresight: Add PM callbacks for sink device
Leo Yan
1
-2
/
+33
2026-05-18
coresight: Control path during CPU idle
Leo Yan
1
-15
/
+78
2026-05-18
coresight: sysfs: Use source's path pointer for path control
Leo Yan
1
-73
/
+9
2026-05-18
coresight: etm3x: Set active path on target CPU
Leo Yan
1
-3
/
+14
2026-05-18
coresight: etm4x: Set active path on target CPU
Leo Yan
1
-3
/
+15
2026-05-18
coresight: Save active path for system tracers
Leo Yan
1
-1
/
+22
2026-05-18
coresight: Introduce coresight_enable_source() helper
Leo Yan
4
-4
/
+21
2026-05-18
coresight: Use helpers to fetch first and last nodes
Leo Yan
1
-2
/
+12
2026-05-18
coresight: Control path with range
Leo Yan
1
-14
/
+81
2026-05-18
coresight: Disable source helpers in coresight_disable_path()
Leo Yan
1
-19
/
+8
2026-05-18
coresight: syscfg: Use IRQ-safe spinlock to protect active variables
Leo Yan
2
-18
/
+22
2026-05-18
coresight: etm4x: Remove redundant checks in PM save and restore
Leo Yan
1
-37
/
+4
2026-05-18
coresight: etm4x: Hook CPU PM callbacks
Leo Yan
1
-50
/
+23
2026-05-18
coresight: Register CPU PM notifier in core layer
Leo Yan
1
-0
/
+93
2026-05-18
coresight: Take per-CPU source reference during AUX setup
Leo Yan
3
-71
/
+130
2026-05-18
coresight: Move per-CPU source pointer to core layer
Leo Yan
3
-10
/
+43
2026-05-18
coresight: Take a reference on csdev
Leo Yan
1
-9
/
+27
2026-05-18
coresight: perf: Retrieve path and source from event data
Leo Yan
3
-43
/
+74
2026-05-18
coresight: Take hotplug lock in enable_source_store() for Sysfs mode
Leo Yan
3
-17
/
+7
2026-05-18
coresight: Remove .cpu_id() callback from source ops
Leo Yan
5
-23
/
+7
2026-05-18
coresight: Populate CPU ID into coresight_device
Leo Yan
6
-4
/
+26
2026-05-18
coresight: Extract device init into coresight_init_device()
Leo Yan
1
-8
/
+19
2026-05-18
coresight: Handle helper enable failure properly
Leo Yan
1
-1
/
+10
2026-05-18
coresight: Fix source not disabled on idr_alloc_u32 failure
Jie Gan
1
-1
/
+3
2026-05-12
coresight: fix missing error code when trace ID is invalid
Jie Gan
4
-15
/
+19
2026-05-07
coresight: etm4x: Correct TRCVMIDCCTLR1 save and restore
Leo Yan
1
-2
/
+2
2026-05-07
coresight: ete: Always save state on power down
James Clark
1
-14
/
+34
2026-05-07
coresight: tmc: Fix overflow when calculating is bigger than 2GiB
Leo Yan
1
-2
/
+2
2026-05-06
coresight: cti: Fix DT filter signals silently ignored
Yingchao Deng
1
-0
/
+1
2026-04-24
Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
21
-496
/
+345
2026-04-09
coresight: don't use bitmap_print_to_pagebuf()
Yury Norov
1
-18
/
+14
2026-04-07
coresight: tpdm: fix invalid MMIO access issue
Jie Gan
1
-1
/
+1
2026-03-31
coresight: tpdm: add traceid_show for checking traceid
Jie Gan
2
-1
/
+35
[next]