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