summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-18coresight: trbe: Fix incorrect access of the sink specific dataSuzuki K Poulose1-1/+1
2021-11-18coresight: cti: Correct the parameter for pm_runtime_putTao Zhang1-1/+1
2021-09-14coresight: syscfg: Fix compiler warningJian Cai1-0/+1
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2021-08-18coresight: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-18coresight: syscfg: Add initial configfs supportMike Leach6-1/+527
2021-08-18coresight: config: Add preloaded configurationsMike Leach7-1/+224
2021-08-18coresight: etm4x: Add complex configuration handlers to etmv4Mike Leach5-3/+238
2021-08-18coresight: etm-perf: Update to activate selected configurationMike Leach2-1/+15
2021-08-18coresight: syscfg: Add API to activate and enable configurationsMike Leach3-0/+225
2021-08-18coresight: etm-perf: Update to handle configuration selectionMike Leach4-28/+127
2021-08-18coresight: config: Add configuration and feature generic functionsMike Leach4-2/+284
2021-08-18coresight: syscfg: Add registration and feature loading for cs devicesMike Leach3-1/+454
2021-08-18coresight: syscfg: Initial coresight system configurationMike Leach7-4/+401
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-33/+81
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-24intel_th: Wait until port is in reset before programming itAlexander Shishkin3-0/+36
2021-06-24intel_th: msu: Make contiguous buffers uncachedAlexander Shishkin1-16/+32
2021-06-24intel_th: Remove an unused exit point from intel_th_remove()Uwe Kleine-König1-5/+7
2021-06-15coresight: Propagate symlink failureJeremy Linton1-1/+1
2021-06-15coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer()Sai Prakash Ranjan1-1/+1
2021-06-15coresight: etm4x: core: Remove redundant check of attrJunhao He1-5/+0
2021-06-15coresight: core: Remove unnecessary assignmentJunhao He1-1/+0
2021-06-15coresight: core: Fix use of uninitialized pointerJunhao He1-1/+1
2021-06-15coresight: core: Switch to krealloc_array()Andy Shevchenko1-3/+3
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-56/+1698
2021-04-16coresight: etm-perf: Fix define build issue when built as moduleMike Leach1-1/+1
2021-04-16stm class: Use correct UUID APIsAndy Shevchenko1-2/+4
2021-04-16intel_th: pci: Add Alder Lake-M supportAlexander Shishkin1-0/+5
2021-04-16intel_th: pci: Add Rocket Lake CPU supportAlexander Shishkin1-0/+5
2021-04-16intel_th: Consistency and off-by-one fixPavel Machek1-2/+2
2021-04-16intel_th: Constify attribute_group structsRikard Falkeborn3-4/+4
2021-04-16intel_th: Constify all drvdata referencesAlexander Shishkin3-5/+5
2021-04-16stm class: Remove an unused functionJiapeng Chong1-5/+0
2021-04-13coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu()Wei Yongjun1-1/+1