summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)Author
2025-12-22coresight: Extend width of timestamp format attributeJames Clark
2025-12-22coresight: Prepare to allow setting the timestamp intervalJames Clark
2025-12-22coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD()James Clark
2025-12-22coresight: Interpret perf config with ATTR_CFG_GET_FLD()James Clark
2025-12-22coresight: Don't reject unrecognized ETMv3 format attributesJames Clark
2025-12-22coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()James Clark
2025-12-22coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()James Clark
2025-12-22coresight: Hide unused ETMv3 format attributesJames Clark
2025-12-22coresight: Refactor etm4_config_timestamp_event()James Clark
2025-12-22coresight: Repack struct etmv4_drvdataJames Clark
2025-12-22coresight: Change syncfreq to be a u8James Clark
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-26intel_th: Fix error handling in intel_th_output_openMa Ke
2025-11-24Merge tag 'coresight-next-v6.19' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2025-11-12coresight: etm4x: Remove the state_needs_restore flagLeo Yan
2025-11-11coresight: etm4x: Remove the redundant DSBLeo Yan
2025-11-11coresight: etm4x: Properly control filter in CPU idle with FEAT_TRFLeo Yan
2025-11-11coresight: etm4x: Add context synchronization before enabling traceLeo Yan
2025-11-11coresight: etm4x: Correct polling IDLE bitLeo Yan
2025-11-11coresight: etm3x: Always set tracer's device mode on target CPULeo Yan
2025-11-11coresight: etm4x: Always set tracer's device mode on target CPULeo Yan
2025-11-10coresight: change the sink_ops to accept coresight_pathJie Gan
2025-11-10coresight: change helper_ops to accept coresight_pathJie Gan
2025-11-10coresight: tmc: add the handle of the event to the pathCarl Worth
2025-11-07coresight: tpdm: remove redundant check for drvdataJie Gan
2025-11-06coresight: tpdm: add static tpdm supportJie Gan
2025-11-05coresight: ETR: Fix ETR buffer use-after-free issueXiaoqi Zhuang
2025-10-27coresight: trbe: Request specific affinities for per CPU interruptsMarc Zyngier
2025-10-27coresight: trbe: Convert to the new interrupt affinity retrieval APIMarc Zyngier
2025-10-22intel_th: make intel_th_bus_type constantGreg Kroah-Hartman
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-23coresight: Add label sysfs node supportMao Jinlong
2025-09-23coresight: tnoc: add new AMBA ID to support Trace Noc V2Yuanfang Zhang
2025-09-23coresight: Fix incorrect handling for return value of devm_kzallocLin Yujun
2025-09-23coresight: tpda: fix the logic to setup the element sizeJie Gan
2025-09-23coresight: trbe: Return NULL pointer for allocation failuresLeo Yan
2025-09-23coresight: Refactor runtime PMLeo Yan
2025-09-23coresight: Make clock sequence consistentLeo Yan
2025-09-23coresight: Refactor driver data allocationLeo Yan
2025-09-23coresight: Consolidate clock enablingLeo Yan
2025-09-23coresight: Appropriately disable trace bus clocksLeo Yan
2025-09-23coresight: Appropriately disable programming clocksLeo Yan
2025-09-23coresight: etm4x: Support atclkLeo Yan
2025-09-23coresight: catu: Support atclkLeo Yan
2025-09-23coresight: tmc: Support atclkLeo Yan
2025-09-23coresight-etm4x: Conditionally access register TRCEXTINSELRYuanfang Zhang
2025-09-23coresight: fix indentation error in cscfg_remove_owned_csdev_configs()Yeoreum Yun
2025-09-23coresight: tnoc: Fix a NULL vs IS_ERR() bug in probeDan Carpenter
2025-09-18coresight: trbe: Prevent overflow in PERF_IDX2OFF()Leo Yan
2025-09-02coresight: add coresight Trace Network On Chip driverYuanfang Zhang