summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-etm4x.c
AgeCommit message (Expand)Author
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
2017-01-25coresight: etm4x: Fix timestamp configuration when working from perfMathieu Poirier
2017-01-25coresight: etm4x: Fix enabling of cycle accurate tracing in perf.Mike Leach
2016-12-25coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-08-31coresight: etm4x: adding configurable start/stop filteringMathieu Poirier
2016-08-31coresight: etm4x: adding configurable address range filteringMathieu Poirier
2016-08-31coresight: etm4x: configuring include/exclude functionMathieu Poirier
2016-08-31coresight: etm4x: adding range filter configuration functionMathieu Poirier
2016-08-31coresight: etm4x: cleaning up default filter configurationMathieu Poirier
2016-08-31coresight: etm4x: split default and filter configurationMathieu Poirier
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier
2016-08-31coresight: etm4x: request to retain power to the trace unit when activeSudeep Holla
2016-08-31coresight: etm4x: remove duplicated include from coresight-etm4x.cWei Yongjun
2016-08-31coresight: Use local coresight_desc instancesSuzuki K Poulose
2016-08-31coresight: Add better messages for coresight_timeoutSuzuki K Poulose
2016-08-31coresight: etmv4: Fix ETMv4x peripheral ID tableSuzuki K Poulose
2016-08-31coresight: always use stashed trace id value in etm4_trace_idSudeep Holla
2016-07-15hwtracing/coresight-etm4x: Convert to hotplug state machineSebastian Andrzej Siewior