summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-17/+16
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-192/+773
2026-01-21coresight: tmc: Decouple the perf buffer allocation from sysfs modeYicong Yang-21/+9
2026-01-21coresight: tmc-etr: Fix race condition between sysfs and perf modeYicong Yang-0/+13
2026-01-21coresight: tmc: Add missing doc including reading and etr_mode of struct tmc_...Yicong Yang-0/+2
2026-01-19coresight-tnoc: Add runtime PM support for Interconnect TNOCYuanfang Zhang-0/+23
2026-01-19coresight-tnoc: add platform driver to support Interconnect TNOCYuanfang Zhang-11/+102
2026-01-19coresight: etm3x: Fix cpulocked warning on cpuhpAntonio Borneo-6/+6
2026-01-08coresight: Discard pm_runtime_put() return valuesRafael J. Wysocki-8/+4
2026-01-05coresight: tpda: add sysfs node to flush specific portTao Zhang-0/+41
2026-01-05coresight: tpda: add logic to configure TPDA_SYNCR registerTao Zhang-0/+100
2026-01-05coresight: tpda: add global_flush_req sysfs nodeJie Gan-0/+47
2026-01-05coresight: tpda: add sysfs nodes for tpda cross-trigger configurationTao Zhang-7/+165
2025-12-22coresight: Extend width of timestamp format attributeJames Clark-15/+37
2025-12-22coresight: Prepare to allow setting the timestamp intervalJames Clark-10/+10
2025-12-22coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD()James Clark-25/+19
2025-12-22coresight: Interpret perf config with ATTR_CFG_GET_FLD()James Clark-10/+8
2025-12-22coresight: Don't reject unrecognized ETMv3 format attributesJames Clark-7/+0
2025-12-22coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()James Clark-11/+13
2025-12-22coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()James Clark-10/+42
2025-12-22coresight: Hide unused ETMv3 format attributesJames Clark-17/+20
2025-12-22coresight: Refactor etm4_config_timestamp_event()James Clark-38/+112
2025-12-22coresight: Repack struct etmv4_drvdataJames Clark-18/+18
2025-12-22coresight: Change syncfreq to be a u8James Clark-1/+1
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-163/+361
2025-11-12coresight: etm4x: Remove the state_needs_restore flagLeo Yan-8/+8
2025-11-11coresight: etm4x: Remove the redundant DSBLeo Yan-5/+18
2025-11-11coresight: etm4x: Properly control filter in CPU idle with FEAT_TRFLeo Yan-10/+7
2025-11-11coresight: etm4x: Add context synchronization before enabling traceLeo Yan-4/+23
2025-11-11coresight: etm4x: Correct polling IDLE bitLeo Yan-1/+1
2025-11-11coresight: etm3x: Always set tracer's device mode on target CPULeo Yan-19/+40
2025-11-11coresight: etm4x: Always set tracer's device mode on target CPULeo Yan-22/+38
2025-11-10coresight: change the sink_ops to accept coresight_pathJie Gan-29/+33
2025-11-10coresight: change helper_ops to accept coresight_pathJie Gan-26/+30
2025-11-10coresight: tmc: add the handle of the event to the pathCarl Worth-1/+3
2025-11-07coresight: tpdm: remove redundant check for drvdataJie Gan-2/+2
2025-11-06coresight: tpdm: add static tpdm supportJie Gan-39/+154
2025-11-05coresight: ETR: Fix ETR buffer use-after-free issueXiaoqi Zhuang-0/+7
2025-10-27coresight: trbe: Request specific affinities for per CPU interruptsMarc Zyngier-1/+2
2025-10-27coresight: trbe: Convert to the new interrupt affinity retrieval APIMarc Zyngier-3/+3
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-295/+592
2025-09-23coresight: Add label sysfs node supportMao Jinlong-2/+69
2025-09-23coresight: tnoc: add new AMBA ID to support Trace Noc V2Yuanfang Zhang-0/+4
2025-09-23coresight: Fix incorrect handling for return value of devm_kzallocLin Yujun-1/+1
2025-09-23coresight: tpda: fix the logic to setup the element sizeJie Gan-0/+3
2025-09-23coresight: trbe: Return NULL pointer for allocation failuresLeo Yan-3/+3
2025-09-23coresight: Refactor runtime PMLeo Yan-60/+53
2025-09-23coresight: Make clock sequence consistentLeo Yan-12/+12