aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2025-03-10coresight: add verification process for coresight_etm_get_trace_idJie Gan1-2/+5
2025-03-04Coresight: Add Coresight TMC Control Unit driverJie Gan4-0/+379
2025-03-04Coresight: Change functions to accept the coresight_pathJie Gan4-33/+32
2025-03-04Coresight: Change to read the trace ID from coresight_pathJie Gan9-107/+24
2025-03-04Coresight: Allocate trace ID after building the pathJie Gan4-3/+52
2025-03-04Coresight: Introduce a new struct coresight_pathJie Gan5-32/+34
2025-03-04Coresight: Use coresight_etm_get_trace_id() in traceid_show()James Clark2-4/+3
2025-03-04Coresight: Add trace_id function to retrieving the trace IDJie Gan6-1/+66
2025-02-26arm64: Modify _midr_range() functions to read MIDR/REVIDR internallyShameer Kolothum1-1/+1
2025-02-26coresight-tpdm: Add support to enable the lane for MCMB TPDMTao Zhang2-0/+32
2025-02-26coresight-tpdm: Add support to select laneTao Zhang2-0/+54
2025-02-26coresight-tpdm: Add MCMB dataset supportMao Jinlong3-20/+54
2025-02-26coresight-etm4x: add isb() before reading the TRCSTATRYuanfang Zhang2-10/+58
2025-02-26coresight: etm4x: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang1-1/+0
2025-02-24coresight: tpdm: Constify amba_id tableKrzysztof Kozlowski1-1/+1
2025-02-24coresight: tpda: Constify amba_id tableKrzysztof Kozlowski1-1/+1
2025-02-24coresight: catu: Constify amba_id tableKrzysztof Kozlowski1-1/+1
2025-02-21coresight: config: Add preloaded configurationLinu Cherian4-1/+88
2025-02-21coresight: tmc: Stop trace capture on FlInLinu Cherian4-10/+47
2025-02-21coresight: tmc: Add support for reading crash dataLinu Cherian3-3/+258
2025-02-21coresight: tmc: Enable panic sync handlingLinu Cherian4-0/+233
2025-02-21coresight: core: Add provision for panic callbacksLinu Cherian1-0/+42
2025-02-21coresight: tmc-etr: Add support to use reserved trace memoryLinu Cherian3-0/+154
2025-02-21coresight: catu: Fix number of pages while using 64k pagesIlkka Koskinen1-1/+1
2025-02-20intel_th: pci: Add Panther Lake-P/U supportAlexander Shishkin1-0/+5
2025-02-20intel_th: pci: Add Panther Lake-H supportAlexander Shishkin1-0/+5
2025-02-20intel_th: pci: Add Arrow Lake supportPawel Chmielewski1-0/+5
2025-02-20intel_th: msu: Fix less trivial kernel-doc warningsAlexander Shishkin1-1/+8
2025-02-20intel_th: msu: Fix kernel-doc warningsAndy Shevchenko1-1/+3
2025-02-18stm class: heartbeat: Switch to use hrtimer_setup()Nam Cao1-4/+2
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-26/+68
2025-01-17arm64/sysreg: Get rid of TRFCR_ELx SysregFieldsMarc Zyngier3-14/+14
2025-01-13intel_th: core: fix kernel-doc warningsRandy Dunlap1-1/+2
2025-01-12coresight: Pass guest TRFCR value to KVMJames Clark5-17/+56
2025-01-12KVM: arm64: coresight: Give TRBE enabled state to KVMJames Clark1-0/+3
2025-01-12coresight: trbe: Remove redundant disable callJames Clark1-1/+1
2024-12-13coresight-tpda: Optimize the function of reading element sizeTao Zhang1-1/+10
2024-12-13coresight: Add support for trace filtering by sourceTao Zhang2-19/+115
2024-12-13coresight: Add a helper to check if a device is sourceTao Zhang1-1/+1
2024-12-11coresight: Fix dsb_mode_store() unsigned val is never less than zeroPei Xiao1-2/+1
2024-12-11coresight: dummy: Add static trace id support for dummy sourceMao Jinlong1-9/+72
2024-12-11coresight: Add support to get static id for system trace sourcesMao Jinlong3-12/+46
2024-12-11coresight: Drop atomics in connection refcountsJames Clark3-9/+9
2024-12-11Coresight: Narrow down the matching range of tpdmSongwei Chai1-2/+2
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds12-12/+12
2024-10-30intel_th: pci: Replace deprecated PCI functionsPhilipp Stanner1-2/+7
2024-09-27[tree-wide] finally take no_llseek outAl Viro5-5/+0
2024-08-20coresight: Make trace ID map spinlock local to the mapJames Clark2-14/+13
2024-08-20coresight: Emit sink ID in the HW_ID packetsJames Clark3-17/+26
2024-08-20coresight: Remove pending trace ID release mechanismJames Clark3-75/+41