aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11coresight: etm-perf: Support PID tracing for kernel at EL2Suzuki K Poulose2-1/+39
2021-02-11coresight: etm-perf: Clarify comment on perf optionsLeo Yan1-1/+4
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-Hartman11-29/+12
2021-02-04coresight: etm4x: Handle accesses to TRCSTALLCTLRSuzuki K Poulose2-4/+7
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: Expose trcdevarch via sysfsSuzuki K Poulose1-0/+1
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 Poulose2-4/+58
2021-02-04coresight: etm4x: Clean up exception level masksSuzuki K Poulose3-46/+60
2021-02-04coresight: etm4x: Cleanup secure exception level masksSuzuki K Poulose2-12/+7
2021-02-04coresight: etm4x: Check for Software LockSuzuki K Poulose1-14/+26
2021-02-04coresight: etm4x: Define DEVARCH register fieldsSuzuki K Poulose2-2/+44
2021-02-04coresight: etm4x: Hide sysfs attributes for unavailable registersSuzuki K Poulose2-0/+57
2021-02-04coresight: etm4x: Add sysreg access helpersSuzuki K Poulose2-22/+353
2021-02-04coresight: etm4x: Add commentary on the registersSuzuki K Poulose1-8/+13
2021-02-04coresight: etm4x: Make offset available for sysfs attributesSuzuki K Poulose1-58/+57
2021-02-04coresight: etm4x: Convert all register accessesSuzuki K Poulose3-172/+188
2021-02-04coresight: etm4x: Always read the registers on the host CPUSuzuki K Poulose1-13/+10
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose10-54/+83
2021-02-04coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose7-29/+46
2021-02-04coresight: tpiu: Prepare for using coresight device access abstractionSuzuki K Poulose1-17/+13
2021-02-04coresight: Introduce device access abstractionSuzuki K Poulose11-0/+53
2021-02-04coresight: etm4x: Skip accessing TRCPDCR in save/restoreSuzuki K Poulose1-5/+7
2021-02-04coresight: etm4x: Handle access to TRCSSPCICRnSuzuki K Poulose2-5/+26
2021-02-04coresight: etm4x: add AMBA id for Cortex-A55 and Cortex-A75Chunyan Zhang1-0/+2
2021-02-04coresight: cti: Reduce scope for the variable 'cs_fwnode' in cti_plat_create_connection()Markus Elfring1-3/+3
2021-02-02amba: Make the remove callback return voidUwe Kleine-König11-30/+13
2021-01-21intel_th: pci: Add Alder Lake-P supportAlexander Shishkin1-0/+5
2021-01-21stm class: Fix module init return on allocation failureWang Hui1-2/+4
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds16-44/+188
2020-12-15hwtracing: intel: use krealloc_array()Bartosz Golaszewski1-1/+1
2020-12-08coresight: etm4x: Modify core-commit to avoid HiSilicon ETM overflowQi Liu3-0/+114
2020-12-08coresight: remove broken __exit annotationsArnd Bergmann10-16/+16
2020-12-08coresight: tmc-etr: Fix barrier packet insertion for perf bufferSuzuki K Poulose1-1/+1
2020-11-27coresight-stm: Fix W=1 warning in STM driverMathieu Poirier1-1/+1
2020-11-27coresight-tpiu: Fix W=1 warning in TPIU driverMathieu Poirier1-1/+1
2020-11-27coresight: Fix W=1 warnings in core frameworkMathieu Poirier1-1/+7
2020-11-27coresight: tmc-etr: Check if page is valid before dma_map_page()Mao Jinlong1-0/+2
2020-11-27coresight: tmc-etr: Assign boolean values to a bool variableKaixu Xia1-2/+2
2020-11-27coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()Sai Prakash Ranjan1-1/+3
2020-11-27coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()Sai Prakash Ranjan2-1/+5
2020-11-27coresight: Remove unnecessary THIS_MODULE of funnel and replicator driverQi Liu2-2/+2
2020-11-27coresight: etm4x: Handle TRCVIPCSSCTLR accessesSuzuki K Poulose1-4/+7