summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-053-12/+6
|\
| * coresight: Propagate symlink failureJeremy Linton2021-06-151-1/+1
| * coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer()Sai Prakash Ranjan2021-06-151-1/+1
| * coresight: etm4x: core: Remove redundant check of attrJunhao He2021-06-151-5/+0
| * coresight: core: Remove unnecessary assignmentJunhao He2021-06-151-1/+0
| * coresight: core: Fix use of uninitialized pointerJunhao He2021-06-151-1/+1
| * coresight: core: Switch to krealloc_array()Andy Shevchenko2021-06-151-3/+3
* | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-0111-56/+1698
|\
| * coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu()Wei Yongjun2021-04-131-1/+1
| * coresight: core: Make symbol 'csdev_sink' staticWei Yongjun2021-04-131-1/+1
| * coresight: sink: Add TRBE driverAnshuman Khandual2021-04-064-0/+1324
| * coresight: core: Add support for dedicated percpu sinksAnshuman Khandual2021-04-062-2/+30
| * coresight: etm-perf: Handle stale output handlesSuzuki K Poulose2021-04-061-5/+54
| * coresight: ete: Add support for ETE tracingSuzuki K Poulose2021-04-064-21/+78
| * coresight: ete: Add support for ETE sysreg accessSuzuki K Poulose2021-04-062-9/+77
| * coresight: etm4x: Add support for PE OS lockSuzuki K Poulose2021-04-062-9/+56
| * coresight: Do not scan for graph if none is presentSuzuki K Poulose2021-04-061-0/+6
| * coresight: etm-perf: Allow an event to use different sinksSuzuki K Poulose2021-04-061-8/+52
| * coresight: etm4x: Move ETM to prohibited region for disableSuzuki K Poulose2021-04-062-2/+21
* | coresight: etm-perf: Fix define build issue when built as moduleMike Leach2021-04-161-1/+1
* | coresight: core: Fix typo in coresight-core.cQi Liu2021-04-071-1/+1
* | coresight: etm: perf: Make symbol 'format_attr_contextid' staticWei Yongjun2021-04-071-1/+1
* | coresight: etm4x: Add ETM PID for Cortex-A78Sai Prakash Ranjan2021-04-071-0/+1
|/
* coresight: etm-perf: Support PID tracing for kernel at EL2Suzuki K Poulose2021-02-112-1/+39
* coresight: etm-perf: Clarify comment on perf optionsLeo Yan2021-02-111-1/+4
* coresight: etm4x: Fix merge resolution for amba reworkUwe Kleine-König2021-02-051-3/+4
* Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman2021-02-0511-29/+12
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-0211-30/+13
* | coresight: etm4x: Handle accesses to TRCSTALLCTLRSuzuki K Poulose2021-02-042-4/+7
* | coresight: Add support for v8.4 SelfHosted tracingJonathan Zhou2021-02-041-0/+25
* | coresight: etm4x: Add support for sysreg only devicesSuzuki K Poulose2021-02-041-5/+63
* | coresight: etm4x: Run arch feature detection on the CPUSuzuki K Poulose2021-02-041-2/+4
* | coresight: etm4x: Refactor probing routineSuzuki K Poulose2021-02-041-23/+39
* | coresight: etm4x: Detect system instructions supportSuzuki K Poulose2021-02-041-0/+39
* | coresight: etm4x: Add necessary synchronization for sysreg accessSuzuki K Poulose2021-02-041-0/+13
* | coresight: etm4x: Expose trcdevarch via sysfsSuzuki K Poulose2021-02-041-0/+1
* | coresight: etm4x: Use TRCDEVARCH for component discoverySuzuki K Poulose2021-02-041-23/+23
* | coresight: etm4x: Detect access early on the target CPUSuzuki K Poulose2021-02-041-5/+40
* | coresight: etm4x: Handle ETM architecture versionSuzuki K Poulose2021-02-042-4/+58
* | coresight: etm4x: Clean up exception level masksSuzuki K Poulose2021-02-043-46/+60
* | coresight: etm4x: Cleanup secure exception level masksSuzuki K Poulose2021-02-042-12/+7
* | coresight: etm4x: Check for Software LockSuzuki K Poulose2021-02-041-14/+26
* | coresight: etm4x: Define DEVARCH register fieldsSuzuki K Poulose2021-02-042-2/+44
* | coresight: etm4x: Hide sysfs attributes for unavailable registersSuzuki K Poulose2021-02-042-0/+57
* | coresight: etm4x: Add sysreg access helpersSuzuki K Poulose2021-02-042-22/+353
* | coresight: etm4x: Add commentary on the registersSuzuki K Poulose2021-02-041-8/+13
* | coresight: etm4x: Make offset available for sysfs attributesSuzuki K Poulose2021-02-041-58/+57
* | coresight: etm4x: Convert all register accessesSuzuki K Poulose2021-02-043-172/+188
* | coresight: etm4x: Always read the registers on the host CPUSuzuki K Poulose2021-02-041-13/+10