aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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/git/gregkh/char-miscLinus 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
2021-04-13coresight: core: Make symbol 'csdev_sink' staticWei Yongjun1-1/+1
2021-04-07coresight: core: Fix typo in coresight-core.cQi Liu1-1/+1
2021-04-07coresight: etm: perf: Make symbol 'format_attr_contextid' staticWei Yongjun1-1/+1
2021-04-07coresight: etm4x: Add ETM PID for Cortex-A78Sai Prakash Ranjan1-0/+1
2021-04-06coresight: sink: Add TRBE driverAnshuman Khandual4-0/+1324
2021-04-06coresight: core: Add support for dedicated percpu sinksAnshuman Khandual2-2/+30
2021-04-06coresight: etm-perf: Handle stale output handlesSuzuki K Poulose1-5/+54
2021-04-06coresight: ete: Add support for ETE tracingSuzuki K Poulose4-21/+78
2021-04-06coresight: ete: Add support for ETE sysreg accessSuzuki K Poulose2-9/+77
2021-04-06coresight: etm4x: Add support for PE OS lockSuzuki K Poulose2-9/+56
2021-04-06coresight: Do not scan for graph if none is presentSuzuki K Poulose1-0/+6
2021-04-06coresight: etm-perf: Allow an event to use different sinksSuzuki K Poulose1-8/+52
2021-04-06coresight: etm4x: Move ETM to prohibited region for disableSuzuki K Poulose2-2/+21
2021-02-11coresight: etm-perf: Support PID tracing for kernel at EL2Suzuki K Poulose2-1/+39
2021-02-11coresight: etm-perf: Clarify comment on perf optionsLeo Yan1-1/+4
2021-02-05coresight: etm4x: Fix merge resolution for amba reworkUwe Kleine-König1-3/+4
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into char-misc-nextGreg Kroah-Hartman11-29/+12