summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2022-11-10coresight: cti: Fix hang in cti_disable_hw()James Clark1-5/+0
2022-08-21intel_th: pci: Add Raptor Lake-S CPU supportAlexander Shishkin1-0/+5
2022-08-21intel_th: pci: Add Raptor Lake-S PCH supportAlexander Shishkin1-0/+5
2022-08-21intel_th: pci: Add Meteor Lake-P supportAlexander Shishkin1-0/+5
2022-08-21intel_th: msu: Fix vmalloced buffersAlexander Shishkin1-2/+12
2022-08-21intel_th: msu-sink: Potential dereference of null pointerJiasheng Jiang1-0/+3
2022-08-21intel_th: Fix a resource leak in an error handling pathChristophe JAILLET1-2/+8
2022-08-21coresight: Clear the connection field properlySuzuki K Poulose1-0/+1
2022-06-14coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifierGuilherme G. Piccoli1-3/+4
2022-06-09coresight: core: Fix coresight device probe failure issueMao Jinlong1-11/+22
2022-04-08amba: Make the remove callback return voidUwe Kleine-König11-30/+13
2022-04-08coresight: Fix TRCCONFIGR.QE sysfs interfaceJames Clark1-2/+6
2021-11-18coresight: cti: Correct the parameter for pm_runtime_putTao Zhang1-1/+1
2021-07-20intel_th: Wait until port is in reset before programming itAlexander Shishkin3-0/+36
2021-07-19coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer()Sai Prakash Ranjan1-1/+1
2021-07-19coresight: Propagate symlink failureJeremy Linton1-1/+1
2021-07-14coresight: core: Fix use of uninitialized pointerJunhao He1-1/+1
2021-05-19coresight: Do not scan for graph if none is presentSuzuki K Poulose1-0/+6
2021-05-11intel_th: pci: Add Alder Lake-M supportAlexander Shishkin1-0/+5
2021-05-11intel_th: Consistency and off-by-one fixPavel Machek1-2/+2
2021-05-11intel_th: pci: Add Rocket Lake CPU supportAlexander Shishkin1-0/+5
2021-03-04coresight: etm4x: Handle accesses to TRCSTALLCTLRSuzuki K Poulose2-4/+7
2021-03-04coresight: etm4x: Skip accessing TRCPDCR in save/restoreSuzuki K Poulose1-5/+7
2021-01-27stm class: Fix module init return on allocation failureWang Hui1-2/+4
2021-01-27intel_th: pci: Add Alder Lake-P supportAlexander Shishkin1-0/+5
2020-12-30coresight: remove broken __exit annotationsArnd Bergmann10-16/+16
2020-12-26coresight: etm4x: Handle TRCVIPCSSCTLR accessesSuzuki K Poulose1-4/+7
2020-12-26coresight: etm4x: Fix accesses to TRCPROCSELRSuzuki K Poulose1-4/+6
2020-12-26coresight: etm4x: Fix accesses to TRCCIDCTLR1Suzuki K Poulose1-3/+6
2020-12-26coresight: etm4x: Fix accesses to TRCVMIDCTLR1Suzuki K Poulose1-3/+6
2020-12-26coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, skip-power-upSai Prakash Ranjan1-1/+1
2020-12-26coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()Sai Prakash Ranjan1-1/+3
2020-12-26coresight: tmc-etr: Fix barrier packet insertion for perf bufferSuzuki K Poulose1-1/+1
2020-12-26coresight: tmc-etr: Check if page is valid before dma_map_page()Mao Jinlong1-0/+2
2020-12-26coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()Sai Prakash Ranjan2-1/+5
2020-10-29coresight: cti: Initialize dynamic sysfs attributesSuzuki K Poulose1-0/+7
2020-10-29coresight: Fix uninitialised pointer bug in etm_setup_aux()Mike Leach1-1/+1
2020-10-29coresight: add module licenseArnd Bergmann1-0/+1
2020-10-05intel_th: pci: Add Alder Lake CPU supportAlexander Shishkin1-0/+5
2020-10-05intel_th: pci: Add Alder Lake-S supportAlexander Shishkin1-0/+5
2020-10-05stm class: ftrace: Use different channel accroding to CPUTingwei Zhang1-1/+4
2020-10-05stm class: ftrace: Enable supported trace export flagTingwei Zhang1-0/+2
2020-10-05stm class: ftrace: Change dependency to TRACINGTingwei Zhang1-1/+1
2020-09-28coresight: etm4x: Fix save and restore of TRCVMIDCCTLR1 registerSai Prakash Ranjan1-2/+2
2020-09-28coresight: core: Allow the coresight core driver to be built as a moduleTingwei Zhang5-15/+48
2020-09-28coresight: catu: Allow catu drivers to be built as modulesTingwei Zhang2-1/+19
2020-09-28coresight: tmc-etr: Add function to register catu opsMian Yousaf Kaukab4-6/+36
2020-09-28coresight: cti: Allow cti to be built as a moduleTingwei Zhang5-5/+28
2020-09-28coresight: cti: Increase reference count when enabling ctiTingwei Zhang1-3/+14
2020-09-28coresight: cti: Don't disable ect device if it's not enabledTingwei Zhang1-3/+8