aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2025-12-22coresight: Extend width of timestamp format attributeJames Clark3-15/+37
2025-12-22coresight: Prepare to allow setting the timestamp intervalJames Clark1-10/+10
2025-12-22coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD()James Clark1-25/+19
2025-12-22coresight: Interpret perf config with ATTR_CFG_GET_FLD()James Clark1-10/+8
2025-12-22coresight: Don't reject unrecognized ETMv3 format attributesJames Clark1-7/+0
2025-12-22coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()James Clark1-11/+13
2025-12-22coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()James Clark2-10/+42
2025-12-22coresight: Hide unused ETMv3 format attributesJames Clark1-17/+20
2025-12-22coresight: Refactor etm4_config_timestamp_event()James Clark2-38/+112
2025-12-22coresight: Repack struct etmv4_drvdataJames Clark1-18/+18
2025-12-22coresight: Change syncfreq to be a u8James Clark1-1/+1
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds23-169/+377
2025-11-26intel_th: Fix error handling in intel_th_output_openMa Ke1-5/+15
2025-11-24Merge tag 'coresight-next-v6.19' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-nextGreg Kroah-Hartman22-163/+361
2025-11-12coresight: etm4x: Remove the state_needs_restore flagLeo Yan2-8/+8
2025-11-11coresight: etm4x: Remove the redundant DSBLeo Yan1-5/+18
2025-11-11coresight: etm4x: Properly control filter in CPU idle with FEAT_TRFLeo Yan2-10/+7
2025-11-11coresight: etm4x: Add context synchronization before enabling traceLeo Yan1-4/+23
2025-11-11coresight: etm4x: Correct polling IDLE bitLeo Yan1-1/+1
2025-11-11coresight: etm3x: Always set tracer's device mode on target CPULeo Yan1-19/+40
2025-11-11coresight: etm4x: Always set tracer's device mode on target CPULeo Yan1-22/+38
2025-11-10coresight: change the sink_ops to accept coresight_pathJie Gan11-29/+33
2025-11-10coresight: change helper_ops to accept coresight_pathJie Gan7-26/+30
2025-11-10coresight: tmc: add the handle of the event to the pathCarl Worth2-1/+3
2025-11-07coresight: tpdm: remove redundant check for drvdataJie Gan1-2/+2
2025-11-06coresight: tpdm: add static tpdm supportJie Gan3-39/+154
2025-11-05coresight: ETR: Fix ETR buffer use-after-free issueXiaoqi Zhuang1-0/+7
2025-10-27coresight: trbe: Request specific affinities for per CPU interruptsMarc Zyngier1-1/+2
2025-10-27coresight: trbe: Convert to the new interrupt affinity retrieval APIMarc Zyngier1-3/+3
2025-10-22intel_th: make intel_th_bus_type constantGreg Kroah-Hartman1-1/+1
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds25-295/+592
2025-09-23coresight: Add label sysfs node supportMao Jinlong1-2/+69
2025-09-23coresight: tnoc: add new AMBA ID to support Trace Noc V2Yuanfang Zhang1-0/+4
2025-09-23coresight: Fix incorrect handling for return value of devm_kzallocLin Yujun1-1/+1
2025-09-23coresight: tpda: fix the logic to setup the element sizeJie Gan1-0/+3
2025-09-23coresight: trbe: Return NULL pointer for allocation failuresLeo Yan1-3/+3
2025-09-23coresight: Refactor runtime PMLeo Yan8-60/+53
2025-09-23coresight: Make clock sequence consistentLeo Yan4-12/+12
2025-09-23coresight: Refactor driver data allocationLeo Yan3-40/+21
2025-09-23coresight: Consolidate clock enablingLeo Yan10-55/+81
2025-09-23coresight: Appropriately disable trace bus clocksLeo Yan6-74/+34
2025-09-23coresight: Appropriately disable programming clocksLeo Yan9-46/+12
2025-09-23coresight: etm4x: Support atclkLeo Yan2-6/+18
2025-09-23coresight: catu: Support atclkLeo Yan2-5/+18
2025-09-23coresight: tmc: Support atclkLeo Yan2-5/+19
2025-09-23coresight-etm4x: Conditionally access register TRCEXTINSELRYuanfang Zhang2-3/+10
2025-09-23coresight: fix indentation error in cscfg_remove_owned_csdev_configs()Yeoreum Yun1-1/+1
2025-09-23coresight: tnoc: Fix a NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2025-09-18coresight: trbe: Prevent overflow in PERF_IDX2OFF()Leo Yan1-1/+2
2025-09-02coresight: add coresight Trace Network On Chip driverYuanfang Zhang3-0/+255