summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2025-10-19coresight: trbe: Return NULL pointer for allocation failuresLeo Yan1-3/+3
2025-10-19coresight: trbe: Prevent overflow in PERF_IDX2OFF()Leo Yan1-1/+2
2025-07-10coresight: Only check bottom two claim bitsJames Clark2-1/+3
2025-04-10coresight: catu: Fix number of pages while using 64k pagesIlkka Koskinen1-1/+1
2025-03-13intel_th: pci: Add Panther Lake-P/U supportAlexander Shishkin1-0/+5
2025-03-13intel_th: pci: Add Panther Lake-H supportAlexander Shishkin1-0/+5
2025-03-13intel_th: pci: Add Arrow Lake supportPawel Chmielewski1-0/+5
2024-10-17coresight: tmc: sg: Do not leak sg_tableSuzuki K Poulose1-1/+1
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-06-16coresight: etm4x: Fix access to resource selector registersSuzuki K Poulose1-2/+4
2024-06-16coresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose2-2/+9
2024-06-16coresight: etm4x: Cleanup TRCIDR0 register accessesJames Clark2-28/+21
2024-06-16coresight: no-op refactor to make INSTP0 check more idiomaticJames Clark1-1/+1
2024-06-16coresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose2-34/+0
2024-06-16coresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose1-2/+4
2024-06-16coresight: etm4x: Fix unbalanced pm_runtime_enable()Anshuman Khandual1-0/+3
2024-01-25coresight: etm4x: Fix width of CCITMIN fieldJames Clark1-1/+1
2023-12-13coresight: etm4x: Remove bogous __exit annotation for some functionsUwe Kleine-König1-3/+3
2023-12-13coresight: etm4x: Make etm4_remove_dev() return voidUwe Kleine-König1-6/+3
2023-09-19coresight: tmc: Explicit type conversions to prevent integer overflowRuidong Tian3-4/+5
2023-07-23coresight: 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-11coresight: etm_pmu: Set the module fieldSuzuki K Poulose1-0/+1
2023-04-13coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger1-1/+1
2023-04-13coresight: etm4x: Do not access TRCIDR1 for identificationSuzuki K Poulose2-27/+15
2023-03-10coresight: cti: Add PM runtime call in enable_storeMao Jinlong1-2/+11
2023-03-10coresight: cti: Prevent negative values of enable countJames Clark1-2/+9
2023-03-10coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTRJunhao He1-6/+12
2022-12-31coresight: trbe: remove cpuhp instance node before remove cpuhp stateYang Shen1-0/+1
2022-11-03coresight: cti: Fix hang in cti_disable_hw()James Clark1-5/+0
2022-08-25coresight: etm4x: avoid build failure with unrolled loopsNick Desaulniers1-1/+2
2022-08-17intel_th: pci: Add Raptor Lake-S CPU supportAlexander Shishkin1-0/+5
2022-08-17intel_th: pci: Add Raptor Lake-S PCH supportAlexander Shishkin1-0/+5
2022-08-17intel_th: pci: Add Meteor Lake-P supportAlexander Shishkin1-0/+5
2022-08-17intel_th: msu: Fix vmalloced buffersAlexander Shishkin1-2/+12
2022-08-17intel_th: msu-sink: Potential dereference of null pointerJiasheng Jiang1-0/+3
2022-08-17intel_th: Fix a resource leak in an error handling pathChristophe JAILLET1-2/+8
2022-08-17coresight: 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-08coresight: syscfg: Fix memleak on registration failure in cscfg_create_deviceMiaoqian Lin1-1/+1
2022-04-08coresight: Fix TRCCONFIGR.QE sysfs interfaceJames Clark1-2/+6
2021-11-18coresight: trbe: Defer the probe on offline CPUsSuzuki K Poulose1-1/+7