summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm4x.c
Commit message (Expand)AuthorAgeFilesLines
* coresight: etm4x: Allow etm4x to be built as a moduleKim Phillips2020-09-281-1617/+0
* coresight: etm4x: Fix number of resources check for ETM 4.3 and aboveMike Leach2020-09-171-1/+7
* coresight: etm4x: Fix issues on trcseqevr accessJonathan Zhou2020-09-171-2/+2
* coresight: etm4x: Ensure default perf settings filter user/kernelMike Leach2020-09-171-10/+22
* coresight: etm4x: Add Support for HiSilicon ETM deviceQi Liu2020-09-171-0/+2
* coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to initSai Prakash Ranjan2020-09-171-34/+31
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose2020-07-211-8/+8
* coresight: etmv4: Counter values not saved on disableMike Leach2020-07-211-0/+6
* coresight: etm4x: Add support to skip trace unit power upTingwei Zhang2020-07-211-10/+17
* coresight: etmv4: Fix CPU power management setup in probe() functionMike Leach2020-07-011-29/+53
* coresight: etm4x: Fix use-after-free of per-cpu etm drvdataSuzuki K Poulose2020-05-191-0/+1
* coresight: Initialize arg in sparse friendly wayStephen Boyd2020-05-191-1/+1
* coresight: etm4x: Add support for Neoverse N1 ETMAnurag Koul2020-05-191-0/+1
* coresight: etmv4: Update default filter and initialisationMike Leach2020-05-191-17/+6
* coresight: etm4x: Replace ETM PIDs with UCI IDs for Kryo385Sai Prakash Ranjan2020-05-191-2/+2
* coresight: etm4x: Add support for Qualcomm SC7180 SoCSai Prakash Ranjan2020-05-191-0/+2
* coresight: etm4x: Fix unused function warningArnd Bergmann2020-01-141-7/+6
* coresight: etm4x: Add missing single-shot control API to sysfsMike Leach2019-11-041-1/+25
* coresight: etm4x: Fix issues with start-stop logic.Mike Leach2019-11-041-0/+1
* coresight: etm4x: Fixes for ETM v4.4 architecture updates.Mike Leach2019-11-041-1/+4
* coresight: etm4x: Add support for ThunderX2Tanmay Vilas Kumar Jagdale2019-11-041-0/+1
* coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray2019-11-041-0/+318
* coresight: etm4x: improve clarity of etm4_os_unlock commentAndrew Murray2019-09-031-1/+1
* coresight: etm4x: use module_param instead of module_param_namedAndrew Murray2019-09-031-1/+2
* coresight: etm4x: Use explicit barriers on enable/disableAndrew Murray2019-09-031-2/+13
* coresight: etm4x: Remove superfluous setting of os_unlockAndrew Murray2019-09-031-3/+1
* coresight: etm4x: Add ETM PIDs for SDM845 and MSM8996Sai Prakash Ranjan2019-09-031-5/+9
* coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan2019-07-041-0/+3
* coresight: Use platform agnostic namesSuzuki K Poulose2019-06-201-1/+3
* coresight: Rearrange platform data probingSuzuki K Poulose2019-06-201-5/+7
* coresight: Remove name from platform descriptionSuzuki K Poulose2019-06-201-0/+1
* coresight: Remove cpu field from platform dataSuzuki K Poulose2019-06-201-1/+1
* coresight: Introduce generic platform data helperSuzuki K Poulose2019-06-201-7/+4
* coresight: etm: Clean up device specific dataSuzuki K Poulose2019-06-191-8/+9
* coresight: etm4x: Configure tracers to emit timestampsMathieu Poirier2019-04-251-1/+101
* coresight: etm4x: Skip selector pair 0Mathieu Poirier2019-04-251-2/+5
* coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier2019-04-251-0/+5
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-03-151-9/+12
|\
| * ARM: 8837/1: coresight: etmv4: Update ID register table to add UCI supportMike Leach2019-02-261-9/+12
* | coresight: etm4x: Add support to enable ETMv4.2Sai Prakash Ranjan2019-02-261-1/+2
|/
* coresight: etmx: Claim devices before useSuzuki K Poulose2018-09-251-3/+11
* coresight: etm4x: Add support for handling errorsSuzuki K Poulose2018-09-251-13/+26
* coresight: etm4x: Configure EL2 exception level when kernel is running in HYPTomasz Nowicki2018-09-251-20/+20
* coresight: Convert driver messages to dev_dbgSuzuki K Poulose2018-09-251-2/+2
* coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35Suzuki K Poulose2018-07-151-17/+14
* coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-141-10/+3
* coresight: etm4x: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: etm4x: Adds trace return stack option programming for ETMv4.Mike Leach2017-08-281-0/+4
* hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior2017-05-261-10/+10