index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
/
coresight
Age
Commit message (
Expand
)
Author
2025-05-20
coresight: prevent deactivate active config while enabling the config
Yeoreum Yun
2025-05-20
coresight: holding cscfg_csdev_lock while removing cscfg from csdev
Yeoreum Yun
2025-05-20
coresight/etm4: fix missing disable active config
Yeoreum Yun
2025-05-20
coresight: etm4x: Fix timestamp bit field handling
Leo Yan
2025-05-14
coresight: tmc: fix failure to disable/enable ETF after reading
Mao Jinlong
2025-05-14
coresight: perf: Update buffer on AUX pause
Leo Yan
2025-05-14
coresight: tmc: Re-enable sink after buffer update
Leo Yan
2025-05-14
coresight: perf: Support AUX trace pause and resume
Leo Yan
2025-05-14
coresight: etm4x: Hook pause and resume callbacks
Leo Yan
2025-05-14
coresight: Introduce pause and resume APIs for source
Leo Yan
2025-05-14
coresight: etm4x: Extract the trace unit controlling
Leo Yan
2025-05-08
coresight: cti: Replace inclusion by struct fwnode_handle forward declaration
Andy Shevchenko
2025-05-07
coresight: Disable MMIO logging for coresight stm driver
Mao Jinlong
2025-05-07
coresight: replicator: Fix panic for clearing claim tag
Leo Yan
2025-04-30
coresight: Add a KUnit test for coresight_find_default_sink()
James Clark
2025-04-30
coresight: Remove extern from function declarations
James Clark
2025-04-30
coresight: Remove inlines from static function definitions
James Clark
2025-04-30
coresight: Clear self hosted claim tag on probe
James Clark
2025-04-30
coresight: etm3x: Convert raw base pointer to struct coresight access
James Clark
2025-04-30
coresight: Add claim tag warnings and debug messages
James Clark
2025-04-30
coresight: Only check bottom two claim bits
James Clark
2025-04-30
coresight: Convert tag clear function to take a struct csdev_access
James Clark
2025-04-30
coresight: core: Disable helpers for devices that fail to enable
Yabin Cui
2025-04-30
coresight: catu: Introduce refcount and spinlock for enabling/disabling
Yabin Cui
2025-04-29
coresight: Fixes device's owner field for registered using coresight_init_dri...
Junhao He
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-14
Coresight: Fix a NULL vs IS_ERR() bug in probe
Dan Carpenter
2025-03-12
coresight: configfs: Constify struct config_item_type
Christophe JAILLET
2025-03-10
coresight/ultrasoc: change smb_drv_data spinlock's type to raw_spinlock_t
Yeoreum Yun
2025-03-10
coresight-tmc: change tmc_drvdata spinlock's type to raw_spinlock_t
Yeoreum Yun
2025-03-10
coresight-replicator: change replicator_drvdata spinlock's type to raw_spinlo...
Yeoreum Yun
2025-03-10
coresight-funnel: change funnel_drvdata spinlock's type to raw_spinlock_t
Yeoreum Yun
2025-03-10
coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t
Yeoreum Yun
2025-03-10
coresight-cti: change cti_drvdata spinlock's type to raw_spinlock_t
Yeoreum Yun
2025-03-10
coresight: change coresight_trace_id_map's lock type to raw_spinlock_t
Yeoreum Yun
2025-03-10
coresight-etm4x: change etmv4_drvdata spinlock type to raw_spinlock_t
Yeoreum Yun
2025-03-10
coresight: change coresight_device lock type to raw_spinlock_t
Yeoreum Yun
2025-03-10
coresight: add verification process for coresight_etm_get_trace_id
Jie Gan
2025-03-04
Coresight: Add Coresight TMC Control Unit driver
Jie Gan
2025-03-04
Coresight: Change functions to accept the coresight_path
Jie Gan
2025-03-04
Coresight: Change to read the trace ID from coresight_path
Jie Gan
2025-03-04
Coresight: Allocate trace ID after building the path
Jie Gan
2025-03-04
Coresight: Introduce a new struct coresight_path
Jie Gan
2025-03-04
Coresight: Use coresight_etm_get_trace_id() in traceid_show()
James Clark
2025-03-04
Coresight: Add trace_id function to retrieving the trace ID
Jie Gan
2025-02-26
arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
Shameer Kolothum
2025-02-26
coresight-tpdm: Add support to enable the lane for MCMB TPDM
Tao Zhang
2025-02-26
coresight-tpdm: Add support to select lane
Tao Zhang
2025-02-26
coresight-tpdm: Add MCMB dataset support
Mao Jinlong
2025-02-26
coresight-etm4x: add isb() before reading the TRCSTATR
Yuanfang Zhang
[next]