summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-etm4x-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+17
2024-04-22coresight: etm4x: Fix access to resource selector registersSuzuki K Poulose1-2/+4
2024-04-22coresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose1-2/+6
2024-04-22coresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose1-6/+0
2024-04-22coresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose1-2/+4
2024-04-18ARM: 9378/1: coresight: etm4x: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-16coresight: etm4x: Fix unbalanced pm_runtime_enable()Anshuman Khandual1-0/+3
2024-02-12coresight: etm4x: Set skip_power_up in etm4_init_arch_data functionMao Jinlong1-5/+5
2024-02-12coresight: Add helper for setting csdev->modeJames Clark1-2/+2
2024-02-12coresight: Add a helper for getting csdev->modeJames Clark1-4/+4
2024-02-12coresight: Add helper for atomically taking the deviceJames Clark1-5/+3
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark1-2/+2
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark1-9/+7
2024-02-12coresight: Fix uninitialized struct warningsJames Clark1-1/+1
2023-11-16coresight: etm4x: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-16coresight: etm: Make cycle count threshold user configurableAnshuman Khandual1-2/+7
2023-11-16coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpusAnshuman Khandual1-0/+37
2023-11-13coresight: etm4x: Remove bogous __exit annotation for some functionsUwe Kleine-König1-3/+3
2023-08-17coresight: etm4x: Ensure valid drvdata and clock before clk_put()Anshuman Khandual1-1/+1
2023-07-26coresight: etm4x: Add ACPI support in platform driverSuzuki K Poulose1-0/+10
2023-07-26coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual1-2/+56
2023-07-26coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual1-14/+15
2023-07-26coresight: etm4x: Drop iomem 'base' argument from etm4_probe()Anshuman Khandual1-5/+5
2023-07-26coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' earlierAnshuman Khandual1-5/+14
2023-06-07coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPESuzuki K Poulose1-0/+5
2023-06-07coresight: etm4x: Make etm4_remove_dev() return voidUwe Kleine-König1-6/+3
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark1-3/+3
2023-03-21coresight: etm4x: Do not access TRCIDR1 for identificationSuzuki K Poulose1-13/+9
2023-03-21coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger1-1/+1
2023-01-19coresight: etmX.X: stm: Remove trace_id() callbackMike Leach1-8/+0
2023-01-19coresight: etm4x: Update ETM4 driver to use Trace ID APIMike Leach1-7/+66
2023-01-16coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTRJunhao He1-6/+12
2022-11-28coresight: etm4x: fix repeated words in commentsJilin Yuan1-1/+1
2022-10-31coresight: etm4x: add CPU hotplug support for probingTamas Zsoldos1-40/+113
2022-09-21arm64/sysreg: Fix a few missed conversionsNathan Chancellor1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2022-07-06coresight: Add config flag to enable branch broadcastJames Clark1-0/+14
2022-06-15coresight: etm4x: Use asm-generic IO memory barriersSai Prakash Ranjan1-4/+4
2022-04-13coresight: etm4x: Cleanup TRCSSCCRn and TRCSSCSRn register accessesJames Clark1-1/+1
2022-04-13coresight: etm4x: Cleanup TRCVICTLR register accessesJames Clark1-5/+5
2022-04-13coresight: etm4x: Cleanup TRCCONFIGR register accessesJames Clark1-7/+5
2022-04-13coresight: etm4x: Cleanup TRCIDR5 register accessesJames Clark1-12/+6
2022-04-13coresight: etm4x: Cleanup TRCIDR4 register accessesJames Clark1-6/+6
2022-04-13coresight: etm4x: Cleanup TRCIDR3 register accessesJames Clark1-30/+10
2022-04-13coresight: etm4x: Cleanup TRCIDR2 register accessesJames Clark1-3/+3
2022-04-13coresight: etm4x: Cleanup TRCIDR0 register accessesJames Clark1-28/+8
2022-03-11coresight: etm4x: Don't trace PID for non-root PID namespaceLeo Yan1-2/+8
2022-03-11coresight: no-op refactor to make INSTP0 check more idiomaticJames Clark1-1/+1
2021-11-26coresight: configfs: Allow configfs to activate configurationMike Leach1-1/+10
2021-10-27coresight: etm4x: Add ETM PID for Kryo-5XXTao Zhang1-0/+1