summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Coresight: Add coresight TPDM source driverMao Jinlong5-1/+192
2023-01-19coresight: core: Use IDR for non-cpu bound sources' paths.Mao Jinlong1-11/+26
2023-01-19coresight: trace-id: Add debug & test macros to Trace ID allocationMike Leach1-0/+33
2023-01-19coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace IDMike Leach1-0/+7
2023-01-19coresight: etmX.X: stm: Remove trace_id() callbackMike Leach4-54/+0
2023-01-19coresight: etm3x: Update ETM3 driver to use Trace ID APIMike Leach3-26/+75
2023-01-19coresight: etm4x: Update ETM4 driver to use Trace ID APIMike Leach3-10/+93
2023-01-19coresight: stm: Update STM driver to use Trace ID APIMike Leach1-27/+14
2023-01-19coresight: perf: traceid: Add perf ID allocation and notifiersMike Leach1-0/+16
2023-01-19coresight: Remove obsolete Trace ID unniqueness checksMike Leach1-45/+0
2023-01-19coresight: trace-id: Add API to dynamically assign Trace ID valuesMike Leach3-1/+421
2023-01-19hwtracing: hisi_ptt: Only add the supported devices to the filters listYicong Yang1-0/+10
2023-01-19coresight: ultrasoc-smb: fix return value check in smb_init_data_buffer()Yang Yingliang1-1/+1
2023-01-16drivers/coresight: Add UltraSoc System Memory Buffer driverQi Liu4-0/+786
2023-01-16coresight: cti: Remove atomic type from enable_req_countJames Clark3-9/+9
2023-01-16coresight: cti: Add PM runtime call in enable_storeMao Jinlong1-2/+11
2023-01-16coresight: cti: Prevent negative values of enable countJames Clark1-2/+9
2023-01-16coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTRJunhao He1-6/+12
2022-11-28coresight: etm4x: fix repeated words in commentsJilin Yuan1-1/+1
2022-11-28coresight: cti: Fix null pointer error on CTI init before ETMMike Leach1-1/+1
2022-11-28coresight: trbe: remove cpuhp instance node before remove cpuhp stateYang Shen1-0/+1
2022-10-31coresight: etm4x: add CPU hotplug support for probingTamas Zsoldos1-40/+113
2022-10-25coresight: cti: Fix hang in cti_disable_hw()James Clark1-5/+0
2022-10-24Revert "coresight: cti: Fix hang in cti_disable_hw()"Greg Kroah-Hartman1-0/+3
2022-10-21coresight: cti: Fix hang in cti_disable_hw()James Clark1-3/+0
2022-10-21coresight: Fix possible deadlock with lock dependencySudeep Holla2-5/+7
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-312/+1497
2022-09-21arm64/sysreg: Fix a few missed conversionsNathan Chancellor2-3/+4
2022-09-12hwtracing: hisi_ptt: Fix up for "iommu/dma: Make header private"Stephen Rothwell1-1/+0
2022-09-09hwtracing: hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Tr...Yicong Yang2-0/+154
2022-09-09hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and T...Yicong Yang5-0/+1109
2022-09-06coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unusedNathan Chancellor1-3/+3
2022-08-31coresight: Make new csdev_access offsets unsignedJames Clark4-34/+31
2022-08-31coresight: cti-sysfs: Re-use same functions for similar sysfs register accessorsJames Clark2-127/+91
2022-08-31coresight: Re-use same function for similar sysfs register accessorsJames Clark8-131/+91
2022-08-31coresight: Simplify sysfs accessors by using csdev_access abstractionJames Clark7-80/+61
2022-08-31coresight: Remove unused function parameterJames Clark1-12/+4
2022-08-26coresight: etm4x: Expose default timestamp source in sysfsGerman Gomez1-0/+29
2022-08-22coresight: trbe: fix Kconfig "its" grammarRandy Dunlap1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+8
2022-07-11Merge tag 'coresight-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman7-53/+277
2022-07-11coresight: etm4x: avoid build failure with unrolled loopsNick Desaulniers1-1/+2
2022-07-08intel_th: pci: Add Raptor Lake-S CPU supportAlexander Shishkin1-0/+5
2022-07-08intel_th: pci: Add Raptor Lake-S PCH supportAlexander Shishkin1-0/+5
2022-07-08intel_th: pci: Add Meteor Lake-P supportAlexander Shishkin1-0/+5
2022-07-08intel_th: msu: Fix vmalloced buffersAlexander Shishkin1-2/+12
2022-07-08intel_th: msu-sink: Potential dereference of null pointerJiasheng Jiang1-0/+3
2022-07-08intel_th: Fix a resource leak in an error handling pathChristophe JAILLET1-2/+8
2022-07-06coresight: Add config flag to enable branch broadcastJames Clark2-0/+16
2022-06-29coresight: syscfg: Update load and unload operationsMike Leach3-41/+165