summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2024-08-19coresight: Fix ref leak when of_coresight_parse_endpoint() failsJames Clark1-1/+3
2024-07-05intel_th: pci: Add Lunar Lake supportAlexander Shishkin1-0/+5
2024-07-05intel_th: pci: Add Meteor Lake-S supportAlexander Shishkin1-0/+5
2024-07-05intel_th: pci: Add Sapphire Rapids SOC supportAlexander Shishkin1-0/+5
2024-07-05intel_th: pci: Add Granite Rapids SOC supportAlexander Shishkin1-0/+5
2024-07-05intel_th: pci: Add Granite Rapids supportAlexander Shishkin1-0/+5
2024-06-16intel_th: pci: Add Meteor Lake-S CPU supportAlexander Shishkin1-0/+5
2024-06-16stm class: Fix a double free in stm_register_device()Dan Carpenter1-5/+6
2024-01-26coresight: etm4x: Fix width of CCITMIN fieldJames Clark1-1/+1
2023-09-19coresight: tmc: Explicit type conversions to prevent integer overflowRuidong Tian3-4/+5
2023-07-27coresight: Fix loss of connection info when a module is unloadedJames Clark1-7/+2
2023-05-30coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()Dan Carpenter1-1/+1
2023-05-17coresight: etm_pmu: Set the module fieldSuzuki K Poulose1-0/+1
2023-04-20coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger1-1/+1
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