summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
4 dayscoresight: Fix source not disabled on idr_alloc_u32 failureJie Gan1-1/+3
4 dayscoresight: fix missing error code when trace ID is invalidJie Gan4-15/+19
4 dayscoresight: etm4x: Correct TRCVMIDCCTLR1 save and restoreLeo Yan1-2/+2
4 dayscoresight: ete: Always save state on power downJames Clark1-14/+34
4 dayscoresight: etm4x: Remove the state_needs_restore flagLeo Yan2-8/+8
4 dayscoresight: cti: Fix DT filter signals silently ignoredYingchao Deng1-0/+1
10 dayscoresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer()Junrui Luo1-0/+1
10 dayscoresight: etb10: restore atomic_t for shared reading stateRunyu Xiao1-3/+3
2026-02-27coresight: tmc-etr: Fix race condition between sysfs and perf modeYicong Yang1-0/+13
2026-02-27coresight: etm3x: Fix cpulocked warning on cpuhpAntonio Borneo1-6/+6
2026-01-30intel_th: fix device leak on output open()Johan Hovold1-3/+16
2026-01-02intel_th: Fix error handling in intel_th_output_openMa Ke1-5/+15
2025-12-18coresight: etm4x: Properly control filter in CPU idle with FEAT_TRFLeo Yan2-10/+7
2025-12-18coresight: etm4x: Add context synchronization before enabling traceLeo Yan1-4/+23
2025-12-18coresight: etm4x: Correct polling IDLE bitLeo Yan1-1/+1
2025-12-18coresight: etm3x: Always set tracer's device mode on target CPULeo Yan1-19/+40
2025-12-18coresight: etm4x: Always set tracer's device mode on target CPULeo Yan1-22/+38
2025-12-18coresight: tmc: add the handle of the event to the pathCarl Worth2-1/+3
2025-12-18coresight: ETR: Fix ETR buffer use-after-free issueXiaoqi Zhuang1-0/+7
2025-10-05Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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
2025-09-02coresight: perf: Use %px for printing pointersLeo Yan1-2/+2
2025-09-02coresight: stm: Remove redundant NULL checksLeo Yan1-4/+4
2025-09-02hwtracing: coresight: Use of_reserved_mem_region_to_resource() for "memory-re...Rob Herring (Arm)1-16/+6
2025-09-02coresight: Only register perf symlink for sinks with alloc_bufferYuanfang Zhang1-2/+3
2025-09-02coresight: Fix missing include for FIELD_GETJames Clark4-0/+4
2025-09-02coresight: trbe: Add ISB after TRBLIMITR writeJames Clark1-0/+1
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple1-2/+1
2025-05-22Merge tag 'coresight-next-v6.16' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman30-205/+556
2025-05-20coresight: prevent deactivate active config while enabling the configYeoreum Yun2-16/+35
2025-05-20coresight: holding cscfg_csdev_lock while removing cscfg from csdevYeoreum Yun1-0/+2
2025-05-20coresight/etm4: fix missing disable active configYeoreum Yun1-0/+3