summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2025-07-06coresight: Only check bottom two claim bitsJames Clark2-1/+3
2025-06-19coresight: prevent deactivate active config while enabling the configYeoreum Yun2-16/+35
2025-06-19coresight: holding cscfg_csdev_lock while removing cscfg from csdevYeoreum Yun1-0/+2
2025-06-19coresight/etm4: fix missing disable active configYeoreum Yun1-0/+3
2025-06-19coresight: etm4x: Fix timestamp bit field handlingLeo Yan2-3/+3
2025-06-19coresight: tmc: fix failure to disable/enable ETF after readingMao Jinlong1-6/+5
2025-06-19coresight: core: Disable helpers for devices that fail to enableYabin Cui1-5/+10
2025-06-19coresight: catu: Introduce refcount and spinlock for enabling/disablingYabin Cui2-8/+18
2025-06-19coresight: Fixes device's owner field for registered using coresight_init_dri...Junhao He8-10/+13
2025-04-15intel_th: avoid using deprecated page->mapping, index fieldsLorenzo Stoakes2-24/+8
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds41-516/+1904
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2025-03-20Merge tag 'coresight-next-v6.15' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman41-516/+1904
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton1-1/+1
2025-03-14Coresight: Fix a NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2025-03-12coresight: configfs: Constify struct config_item_typeChristophe JAILLET1-6/+6
2025-03-10coresight/ultrasoc: change smb_drv_data spinlock's type to raw_spinlock_tYeoreum Yun2-7/+7
2025-03-10coresight-tmc: change tmc_drvdata spinlock's type to raw_spinlock_tYeoreum Yun4-54/+54
2025-03-10coresight-replicator: change replicator_drvdata spinlock's type to raw_spinlo...Yeoreum Yun1-6/+6
2025-03-10coresight-funnel: change funnel_drvdata spinlock's type to raw_spinlock_tYeoreum Yun1-6/+6
2025-03-10coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_tYeoreum Yun1-13/+13
2025-03-10coresight-cti: change cti_drvdata spinlock's type to raw_spinlock_tYeoreum Yun3-61/+61
2025-03-10coresight: change coresight_trace_id_map's lock type to raw_spinlock_tYeoreum Yun2-12/+12
2025-03-10coresight-etm4x: change etmv4_drvdata spinlock type to raw_spinlock_tYeoreum Yun5-140/+140
2025-03-10coresight: change coresight_device lock type to raw_spinlock_tYeoreum Yun1-13/+13
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