aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm4x-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21arm64/sysreg: Fix a few missed conversionsNathan Chancellor1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-4/+4
2022-07-06coresight: Add config flag to enable branch broadcastJames Clark1-0/+14
2022-06-15coresight: etm4x: Use asm-generic IO memory barriersSai Prakash Ranjan1-4/+4
2022-04-13coresight: etm4x: Cleanup TRCSSCCRn and TRCSSCSRn register accessesJames Clark1-1/+1
2022-04-13coresight: etm4x: Cleanup TRCVICTLR register accessesJames Clark1-5/+5
2022-04-13coresight: etm4x: Cleanup TRCCONFIGR register accessesJames Clark1-7/+5
2022-04-13coresight: etm4x: Cleanup TRCIDR5 register accessesJames Clark1-12/+6
2022-04-13coresight: etm4x: Cleanup TRCIDR4 register accessesJames Clark1-6/+6
2022-04-13coresight: etm4x: Cleanup TRCIDR3 register accessesJames Clark1-30/+10
2022-04-13coresight: etm4x: Cleanup TRCIDR2 register accessesJames Clark1-3/+3
2022-04-13coresight: etm4x: Cleanup TRCIDR0 register accessesJames Clark1-28/+8
2022-03-11coresight: etm4x: Don't trace PID for non-root PID namespaceLeo Yan1-2/+8
2022-03-11coresight: no-op refactor to make INSTP0 check more idiomaticJames Clark1-1/+1
2021-11-26coresight: configfs: Allow configfs to activate configurationMike Leach1-1/+10
2021-10-27coresight: etm4x: Add ETM PID for Kryo-5XXTao Zhang1-0/+1
2021-10-27coresight: etm4x: Use Trace Filtering controls dynamicallySuzuki K Poulose1-16/+47
2021-10-27coresight: etm4x: Save restore TRFCR_EL1Suzuki K Poulose1-12/+31
2021-08-18coresight: etm4x: Add complex configuration handlers to etmv4Mike Leach1-2/+36
2021-06-15coresight: etm4x: core: Remove redundant check of attrJunhao He1-5/+0
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-06coresight: ete: Add support for ETE tracingSuzuki K Poulose1-13/+45
2021-04-06coresight: ete: Add support for ETE sysreg accessSuzuki K Poulose1-0/+32
2021-04-06coresight: etm4x: Add support for PE OS lockSuzuki K Poulose1-9/+41
2021-04-06coresight: 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 char-misc-nextGreg 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