summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-etm4x-core.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-24/+137
2021-04-07coresight: etm4x: Add ETM PID for Cortex-A78Sai Prakash Ranjan1-0/+1
2021-04-07coresight: ete: Add support for ETE tracingSuzuki K Poulose1-13/+45
2021-04-07coresight: ete: Add support for ETE sysreg accessSuzuki K Poulose1-0/+32
2021-04-07coresight: etm4x: Add support for PE OS lockSuzuki K Poulose1-9/+41
2021-04-07coresight: etm4x: Move ETM to prohibited region for disableSuzuki K Poulose1-2/+19
2021-02-11coresight: etm-perf: Support PID tracing for kernel at EL2Suzuki K Poulose1-0/+13
2021-02-05coresight: etm4x: Fix merge resolution for amba reworkUwe Kleine-König1-3/+4
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman1-2/+0
2021-02-04coresight: etm4x: Handle accesses to TRCSTALLCTLRSuzuki K Poulose1-3/+6
2021-02-04coresight: Add support for v8.4 SelfHosted tracingJonathan Zhou1-0/+25
2021-02-04coresight: etm4x: Add support for sysreg only devicesSuzuki K Poulose1-5/+63
2021-02-04coresight: etm4x: Run arch feature detection on the CPUSuzuki K Poulose1-2/+4
2021-02-04coresight: etm4x: Refactor probing routineSuzuki K Poulose1-23/+39
2021-02-04coresight: etm4x: Detect system instructions supportSuzuki K Poulose1-0/+39
2021-02-04coresight: etm4x: Add necessary synchronization for sysreg accessSuzuki K Poulose1-0/+13
2021-02-04coresight: etm4x: Use TRCDEVARCH for component discoverySuzuki K Poulose1-23/+23
2021-02-04coresight: etm4x: Detect access early on the target CPUSuzuki K Poulose1-5/+40
2021-02-04coresight: etm4x: Handle ETM architecture versionSuzuki K Poulose1-1/+1
2021-02-04coresight: etm4x: Clean up exception level masksSuzuki K Poulose1-24/+23
2021-02-04coresight: etm4x: Cleanup secure exception level masksSuzuki K Poulose1-10/+3
2021-02-04coresight: etm4x: Check for Software LockSuzuki K Poulose1-14/+26
2021-02-04coresight: etm4x: Define DEVARCH register fieldsSuzuki K Poulose1-2/+2
2021-02-04coresight: etm4x: Add sysreg access helpersSuzuki K Poulose1-0/+32
2021-02-04coresight: etm4x: Convert all register accessesSuzuki K Poulose1-169/+158
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose1-2/+2
2021-02-04coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose1-10/+20
2021-02-04coresight: Introduce device access abstractionSuzuki K Poulose1-0/+1
2021-02-04coresight: etm4x: Skip accessing TRCPDCR in save/restoreSuzuki K Poulose1-5/+7
2021-02-04coresight: etm4x: Handle access to TRCSSPCICRnSuzuki K Poulose1-5/+24
2021-02-04coresight: etm4x: add AMBA id for Cortex-A55 and Cortex-A75Chunyan Zhang1-0/+2
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2020-12-08coresight: etm4x: Modify core-commit to avoid HiSilicon ETM overflowQi Liu1-0/+98
2020-12-08coresight: remove broken __exit annotationsArnd Bergmann1-2/+2
2020-11-27coresight: etm4x: Handle TRCVIPCSSCTLR accessesSuzuki K Poulose1-4/+7
2020-11-27coresight: etm4x: Fix accesses to TRCPROCSELRSuzuki K Poulose1-4/+6
2020-11-27coresight: etm4x: Update TRCIDR3.NUMPROCS handling to match v4.2Suzuki K Poulose1-2/+7
2020-11-27coresight: etm4x: Fix accesses to TRCCIDCTLR1Suzuki K Poulose1-3/+6
2020-11-27coresight: etm4x: Fix accesses to TRCVMIDCTLR1Suzuki K Poulose1-3/+6
2020-11-27coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, skip-power-upSai Prakash Ranjan1-1/+1
2020-09-28coresight: etm4x: Fix save and restore of TRCVMIDCCTLR1 registerSai Prakash Ranjan1-2/+2
2020-09-28coresight: etm4x: Allow etm4x to be built as a moduleKim Phillips1-0/+1659