index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-27
coresight: trbe: Request specific affinities for per CPU interrupts
Marc Zyngier
1
-1
/
+2
2025-10-27
coresight: trbe: Convert to the new interrupt affinity retrieval API
Marc Zyngier
1
-3
/
+3
2025-10-04
Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
25
-295
/
+592
2025-09-23
coresight: Add label sysfs node support
Mao Jinlong
1
-2
/
+69
2025-09-23
coresight: tnoc: add new AMBA ID to support Trace Noc V2
Yuanfang Zhang
1
-0
/
+4
2025-09-23
coresight: Fix incorrect handling for return value of devm_kzalloc
Lin Yujun
1
-1
/
+1
2025-09-23
coresight: tpda: fix the logic to setup the element size
Jie Gan
1
-0
/
+3
2025-09-23
coresight: trbe: Return NULL pointer for allocation failures
Leo Yan
1
-3
/
+3
2025-09-23
coresight: Refactor runtime PM
Leo Yan
8
-60
/
+53
2025-09-23
coresight: Make clock sequence consistent
Leo Yan
4
-12
/
+12
2025-09-23
coresight: Refactor driver data allocation
Leo Yan
3
-40
/
+21
2025-09-23
coresight: Consolidate clock enabling
Leo Yan
10
-55
/
+81
2025-09-23
coresight: Appropriately disable trace bus clocks
Leo Yan
6
-74
/
+34
2025-09-23
coresight: Appropriately disable programming clocks
Leo Yan
9
-46
/
+12
2025-09-23
coresight: etm4x: Support atclk
Leo Yan
2
-6
/
+18
2025-09-23
coresight: catu: Support atclk
Leo Yan
2
-5
/
+18
2025-09-23
coresight: tmc: Support atclk
Leo Yan
2
-5
/
+19
2025-09-23
coresight-etm4x: Conditionally access register TRCEXTINSELR
Yuanfang Zhang
2
-3
/
+10
2025-09-23
coresight: fix indentation error in cscfg_remove_owned_csdev_configs()
Yeoreum Yun
1
-1
/
+1
2025-09-23
coresight: tnoc: Fix a NULL vs IS_ERR() bug in probe
Dan Carpenter
1
-2
/
+2
2025-09-18
coresight: trbe: Prevent overflow in PERF_IDX2OFF()
Leo Yan
1
-1
/
+2
2025-09-02
coresight: add coresight Trace Network On Chip driver
Yuanfang Zhang
3
-0
/
+255
2025-09-02
coresight: perf: Use %px for printing pointers
Leo Yan
1
-2
/
+2
2025-09-02
coresight: stm: Remove redundant NULL checks
Leo Yan
1
-4
/
+4
2025-09-02
hwtracing: coresight: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring (Arm)
1
-16
/
+6
2025-09-02
coresight: Only register perf symlink for sinks with alloc_buffer
Yuanfang Zhang
1
-2
/
+3
2025-09-02
coresight: Fix missing include for FIELD_GET
James Clark
4
-0
/
+4
2025-09-02
coresight: trbe: Add ISB after TRBLIMITR write
James Clark
1
-0
/
+1
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
1
-2
/
+1
2025-05-22
Merge tag 'coresight-next-v6.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-next
Greg Kroah-Hartman
30
-205
/
+556
2025-05-20
coresight: prevent deactivate active config while enabling the config
Yeoreum Yun
2
-16
/
+35
2025-05-20
coresight: holding cscfg_csdev_lock while removing cscfg from csdev
Yeoreum Yun
1
-0
/
+2
2025-05-20
coresight/etm4: fix missing disable active config
Yeoreum Yun
1
-0
/
+3
2025-05-20
coresight: etm4x: Fix timestamp bit field handling
Leo Yan
2
-3
/
+3
2025-05-14
coresight: tmc: fix failure to disable/enable ETF after reading
Mao Jinlong
1
-6
/
+5
2025-05-14
coresight: perf: Update buffer on AUX pause
Leo Yan
1
-2
/
+41
2025-05-14
coresight: tmc: Re-enable sink after buffer update
Leo Yan
2
-0
/
+19
2025-05-14
coresight: perf: Support AUX trace pause and resume
Leo Yan
1
-1
/
+44
2025-05-14
coresight: etm4x: Hook pause and resume callbacks
Leo Yan
2
-1
/
+43
2025-05-14
coresight: Introduce pause and resume APIs for source
Leo Yan
2
-0
/
+24
2025-05-14
coresight: etm4x: Extract the trace unit controlling
Leo Yan
1
-41
/
+62
2025-05-08
coresight: cti: Replace inclusion by struct fwnode_handle forward declaration
Andy Shevchenko
1
-1
/
+2
2025-05-07
coresight: Disable MMIO logging for coresight stm driver
Mao Jinlong
1
-0
/
+2
2025-05-07
coresight: replicator: Fix panic for clearing claim tag
Leo Yan
1
-1
/
+1
2025-04-30
coresight: Add a KUnit test for coresight_find_default_sink()
James Clark
4
-0
/
+85
2025-04-30
coresight: Remove extern from function declarations
James Clark
1
-8
/
+6
2025-04-30
coresight: Remove inlines from static function definitions
James Clark
12
-60
/
+57
2025-04-30
coresight: Clear self hosted claim tag on probe
James Clark
8
-0
/
+11
2025-04-30
coresight: etm3x: Convert raw base pointer to struct coresight access
James Clark
3
-21
/
+20
2025-04-30
coresight: Add claim tag warnings and debug messages
James Clark
2
-20
/
+36
[next]