summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-etm4x-core.c
AgeCommit message (Expand)Author
2025-05-20coresight/etm4: fix missing disable active configYeoreum Yun
2025-05-20coresight: etm4x: Fix timestamp bit field handlingLeo Yan
2025-05-14coresight: etm4x: Hook pause and resume callbacksLeo Yan
2025-05-14coresight: etm4x: Extract the trace unit controllingLeo Yan
2025-04-30coresight: Remove inlines from static function definitionsJames Clark
2025-04-30coresight: Clear self hosted claim tag on probeJames Clark
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-10coresight-etm4x: change etmv4_drvdata spinlock type to raw_spinlock_tYeoreum Yun
2025-03-04Coresight: Change to read the trace ID from coresight_pathJie Gan
2025-03-04Coresight: Add trace_id function to retrieving the trace IDJie Gan
2025-02-26arm64: Modify _midr_range() functions to read MIDR/REVIDR internallyShameer Kolothum
2025-02-26coresight-etm4x: add isb() before reading the TRCSTATRYuanfang Zhang
2025-02-26coresight: etm4x: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang
2025-01-17arm64/sysreg: Get rid of TRFCR_ELx SysregFieldsMarc Zyngier
2025-01-12coresight: Pass guest TRFCR value to KVMJames Clark
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-08-20coresight: Use per-sink trace ID maps for Perf sessionsJames Clark
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-22coresight: etm4x: Fix access to resource selector registersSuzuki K Poulose
2024-04-22coresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose
2024-04-22coresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose
2024-04-22coresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose
2024-04-18ARM: 9378/1: coresight: etm4x: drop owner assignmentKrzysztof Kozlowski
2024-04-16coresight: etm4x: Fix unbalanced pm_runtime_enable()Anshuman Khandual
2024-02-12coresight: etm4x: Set skip_power_up in etm4_init_arch_data functionMao Jinlong
2024-02-12coresight: Add helper for setting csdev->modeJames Clark
2024-02-12coresight: Add a helper for getting csdev->modeJames Clark
2024-02-12coresight: Add helper for atomically taking the deviceJames Clark
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark
2024-02-12coresight: Fix uninitialized struct warningsJames Clark
2023-11-16coresight: etm4x: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: etm: Make cycle count threshold user configurableAnshuman Khandual
2023-11-16coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpusAnshuman Khandual
2023-11-13coresight: etm4x: Remove bogous __exit annotation for some functionsUwe Kleine-König
2023-08-17coresight: etm4x: Ensure valid drvdata and clock before clk_put()Anshuman Khandual
2023-07-26coresight: etm4x: Add ACPI support in platform driverSuzuki K Poulose
2023-07-26coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual
2023-07-26coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual
2023-07-26coresight: etm4x: Drop iomem 'base' argument from etm4_probe()Anshuman Khandual
2023-07-26coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' earlierAnshuman Khandual
2023-06-07coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPESuzuki K Poulose
2023-06-07coresight: etm4x: Make etm4_remove_dev() return voidUwe Kleine-König
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark
2023-03-21coresight: etm4x: Do not access TRCIDR1 for identificationSuzuki K Poulose
2023-03-21coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger
2023-01-19coresight: etmX.X: stm: Remove trace_id() callbackMike Leach
2023-01-19coresight: etm4x: Update ETM4 driver to use Trace ID APIMike Leach
2023-01-16coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTRJunhao He
2022-11-28coresight: etm4x: fix repeated words in commentsJilin Yuan