aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm4x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-28coresight: etm4x: Allow etm4x to be built as a moduleKim Phillips1-1617/+0
2020-09-17coresight: etm4x: Fix number of resources check for ETM 4.3 and aboveMike Leach1-1/+7
2020-09-17coresight: etm4x: Fix issues on trcseqevr accessJonathan Zhou1-2/+2
2020-09-17coresight: etm4x: Ensure default perf settings filter user/kernelMike Leach1-10/+22
2020-09-17coresight: etm4x: Add Support for HiSilicon ETM deviceQi Liu1-0/+2
2020-09-17coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to initSai Prakash Ranjan1-34/+31
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-07-21coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose1-8/+8
2020-07-21coresight: etmv4: Counter values not saved on disableMike Leach1-0/+6
2020-07-21coresight: etm4x: Add support to skip trace unit power upTingwei Zhang1-10/+17
2020-07-01coresight: etmv4: Fix CPU power management setup in probe() functionMike Leach1-29/+53
2020-05-19coresight: etm4x: Fix use-after-free of per-cpu etm drvdataSuzuki K Poulose1-0/+1
2020-05-19coresight: Initialize arg in sparse friendly wayStephen Boyd1-1/+1
2020-05-19coresight: etm4x: Add support for Neoverse N1 ETMAnurag Koul1-0/+1
2020-05-19coresight: etmv4: Update default filter and initialisationMike Leach1-17/+6
2020-05-19coresight: etm4x: Replace ETM PIDs with UCI IDs for Kryo385Sai Prakash Ranjan1-2/+2
2020-05-19coresight: etm4x: Add support for Qualcomm SC7180 SoCSai Prakash Ranjan1-0/+2
2020-01-14coresight: etm4x: Fix unused function warningArnd Bergmann1-7/+6
2019-11-04coresight: etm4x: Add missing single-shot control API to sysfsMike Leach1-1/+25
2019-11-04coresight: etm4x: Fix issues with start-stop logic.Mike Leach1-0/+1
2019-11-04coresight: etm4x: Fixes for ETM v4.4 architecture updates.Mike Leach1-1/+4
2019-11-04coresight: etm4x: Add support for ThunderX2Tanmay Vilas Kumar Jagdale1-0/+1
2019-11-04coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray1-0/+318
2019-09-03coresight: etm4x: improve clarity of etm4_os_unlock commentAndrew Murray1-1/+1
2019-09-03coresight: etm4x: use module_param instead of module_param_namedAndrew Murray1-1/+2
2019-09-03coresight: etm4x: Use explicit barriers on enable/disableAndrew Murray1-2/+13
2019-09-03coresight: etm4x: Remove superfluous setting of os_unlockAndrew Murray1-3/+1
2019-09-03coresight: etm4x: Add ETM PIDs for SDM845 and MSM8996Sai Prakash Ranjan1-5/+9
2019-07-04coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan1-0/+3
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose1-1/+3
2019-06-20coresight: Rearrange platform data probingSuzuki K Poulose1-5/+7
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose1-0/+1
2019-06-20coresight: Remove cpu field from platform dataSuzuki K Poulose1-1/+1
2019-06-20coresight: Introduce generic platform data helperSuzuki K Poulose1-7/+4
2019-06-19coresight: etm: Clean up device specific dataSuzuki K Poulose1-8/+9
2019-04-25coresight: etm4x: Configure tracers to emit timestampsMathieu Poirier1-1/+101
2019-04-25coresight: etm4x: Skip selector pair 0Mathieu Poirier1-2/+5
2019-04-25coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier1-0/+5
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-9/+12
2019-02-26coresight: etm4x: Add support to enable ETMv4.2Sai Prakash Ranjan1-1/+2
2019-02-26ARM: 8837/1: coresight: etmv4: Update ID register table to add UCI supportMike Leach1-9/+12
2018-09-25coresight: etmx: Claim devices before useSuzuki K Poulose1-3/+11
2018-09-25coresight: etm4x: Add support for handling errorsSuzuki K Poulose1-13/+26
2018-09-25coresight: etm4x: Configure EL2 exception level when kernel is running in HYPTomasz Nowicki1-20/+20
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose1-2/+2
2018-07-15coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35Suzuki K Poulose1-17/+14
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-10/+3
2017-08-28coresight: etm4x: constify amba_idArvind Yadav1-1/+1
2017-08-28coresight: etm4x: Adds trace return stack option programming for ETMv4.Mike Leach1-0/+4
2017-05-26hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior1-10/+10