index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-27
/
+27
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-33
/
+32
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-413
/
+885
2026-02-04
Merge branch 'pm-runtime'
Rafael J. Wysocki
-8
/
+4
2026-01-27
intel_th: pci: Add Nova Lake support
Pawel Chmielewski
-0
/
+8
2026-01-27
intel_th: pci: Use PCI_DEVICE_DATA() for device entries
Pawel Chmielewski
-219
/
+102
2026-01-26
Merge tag 'coresight-next-v7.0' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-192
/
+773
2026-01-26
Merge 6.19-rc7 into char-misc-next
Greg Kroah-Hartman
-6
/
+19
2026-01-21
coresight: tmc: Decouple the perf buffer allocation from sysfs mode
Yicong Yang
-21
/
+9
2026-01-21
coresight: tmc-etr: Fix race condition between sysfs and perf mode
Yicong Yang
-0
/
+13
2026-01-21
coresight: tmc: Add missing doc including reading and etr_mode of struct tmc_...
Yicong Yang
-0
/
+2
2026-01-19
coresight-tnoc: Add runtime PM support for Interconnect TNOC
Yuanfang Zhang
-0
/
+23
2026-01-19
coresight-tnoc: add platform driver to support Interconnect TNOC
Yuanfang Zhang
-11
/
+102
2026-01-19
coresight: etm3x: Fix cpulocked warning on cpuhp
Antonio Borneo
-6
/
+6
2026-01-16
intel_th: rename error label
Johan Hovold
-4
/
+4
2026-01-16
intel_th: fix device leak on output open()
Johan Hovold
-3
/
+16
2026-01-16
stm class: Kconfig: correct symbol name
Randy Dunlap
-2
/
+2
2026-01-08
coresight: Discard pm_runtime_put() return values
Rafael J. Wysocki
-8
/
+4
2026-01-05
coresight: tpda: add sysfs node to flush specific port
Tao Zhang
-0
/
+41
2026-01-05
coresight: tpda: add logic to configure TPDA_SYNCR register
Tao Zhang
-0
/
+100
2026-01-05
coresight: tpda: add global_flush_req sysfs node
Jie Gan
-0
/
+47
2026-01-05
coresight: tpda: add sysfs nodes for tpda cross-trigger configuration
Tao Zhang
-7
/
+165
2025-12-22
coresight: Extend width of timestamp format attribute
James Clark
-15
/
+37
2025-12-22
coresight: Prepare to allow setting the timestamp interval
James Clark
-10
/
+10
2025-12-22
coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD()
James Clark
-25
/
+19
2025-12-22
coresight: Interpret perf config with ATTR_CFG_GET_FLD()
James Clark
-10
/
+8
2025-12-22
coresight: Don't reject unrecognized ETMv3 format attributes
James Clark
-7
/
+0
2025-12-22
coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()
James Clark
-11
/
+13
2025-12-22
coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()
James Clark
-10
/
+42
2025-12-22
coresight: Hide unused ETMv3 format attributes
James Clark
-17
/
+20
2025-12-22
coresight: Refactor etm4_config_timestamp_event()
James Clark
-38
/
+112
2025-12-22
coresight: Repack struct etmv4_drvdata
James Clark
-18
/
+18
2025-12-22
coresight: Change syncfreq to be a u8
James Clark
-1
/
+1
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-169
/
+377
2025-11-26
intel_th: Fix error handling in intel_th_output_open
Ma Ke
-5
/
+15
2025-11-24
Merge tag 'coresight-next-v6.19' of ssh://gitolite.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
-163
/
+361
2025-11-12
coresight: etm4x: Remove the state_needs_restore flag
Leo Yan
-8
/
+8
2025-11-11
coresight: etm4x: Remove the redundant DSB
Leo Yan
-5
/
+18
2025-11-11
coresight: etm4x: Properly control filter in CPU idle with FEAT_TRF
Leo Yan
-10
/
+7
2025-11-11
coresight: etm4x: Add context synchronization before enabling trace
Leo Yan
-4
/
+23
2025-11-11
coresight: etm4x: Correct polling IDLE bit
Leo Yan
-1
/
+1
2025-11-11
coresight: etm3x: Always set tracer's device mode on target CPU
Leo Yan
-19
/
+40
2025-11-11
coresight: etm4x: Always set tracer's device mode on target CPU
Leo Yan
-22
/
+38
2025-11-10
coresight: change the sink_ops to accept coresight_path
Jie Gan
-29
/
+33
2025-11-10
coresight: change helper_ops to accept coresight_path
Jie Gan
-26
/
+30
2025-11-10
coresight: tmc: add the handle of the event to the path
Carl Worth
-1
/
+3
2025-11-07
coresight: tpdm: remove redundant check for drvdata
Jie Gan
-2
/
+2
2025-11-06
coresight: tpdm: add static tpdm support
Jie Gan
-39
/
+154
2025-11-05
coresight: ETR: Fix ETR buffer use-after-free issue
Xiaoqi Zhuang
-0
/
+7
[next]