summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* coresight: trbe: Work around write to out of rangeSuzuki K Poulose2021-10-271-1/+62
* coresight: trbe: Make sure we have enough spaceSuzuki K Poulose2021-10-271-1/+5
* coresight: trbe: Add a helper to determine the minimum buffer sizeSuzuki K Poulose2021-10-271-1/+6
* coresight: trbe: Workaround TRBE errata overwrite in FILL modeSuzuki K Poulose2021-10-271-11/+157
* coresight: trbe: Add infrastructure for Errata handlingSuzuki K Poulose2021-10-271-1/+68
* coresight: trbe: Allow driver to choose a different alignmentSuzuki K Poulose2021-10-271-3/+15
* coresight: trbe: Decouple buffer base from the hardware baseSuzuki K Poulose2021-10-271-4/+14
* coresight: trbe: Add a helper to pad a given buffer areaSuzuki K Poulose2021-10-271-1/+7
* coresight: trbe: Add a helper to calculate the trace generatedSuzuki K Poulose2021-10-271-18/+29
* coresight: trbe: Defer the probe on offline CPUsSuzuki K Poulose2021-10-271-1/+7
* coresight: trbe: Fix incorrect access of the sink specific dataSuzuki K Poulose2021-10-271-1/+1
* coresight: etm4x: Add ETM PID for Kryo-5XXTao Zhang2021-10-271-0/+1
* coresight: trbe: Prohibit trace before disabling TRBESuzuki K Poulose2021-10-272-1/+12
* coresight: trbe: End the AUX handle on truncationSuzuki K Poulose2021-10-271-10/+16
* coresight: trbe: Do not truncate buffer on IRQSuzuki K Poulose2021-10-271-6/+21
* coresight: trbe: Fix handling of spurious interruptsSuzuki K Poulose2021-10-271-13/+9
* coresight: trbe: irq handler: Do not disable TRBE if no action is neededSuzuki K Poulose2021-10-271-6/+6
* coresight: trbe: Unify the enabling sequenceSuzuki K Poulose2021-10-271-19/+18
* coresight: trbe: Drop duplicate TRUNCATE flagsSuzuki K Poulose2021-10-271-6/+6
* coresight: trbe: Ensure the format flag is always setSuzuki K Poulose2021-10-271-4/+3
* coresight: etm-pmu: Ensure the AUX handle is validSuzuki K Poulose2021-10-271-3/+24
* coresight: etm4x: Use Trace Filtering controls dynamicallySuzuki K Poulose2021-10-273-18/+59
* coresight: etm4x: Save restore TRFCR_EL1Suzuki K Poulose2021-10-273-12/+57
* coresight: Don't immediately close events that are run on invalid CPU/sink co...James Clark2021-10-271-6/+23
* coresight: tmc-etr: Speed up for bounce buffer in flat modeLeo Yan2021-10-271-4/+22
* coresight: Update comments for removing cs_etm_find_snapshot()Leo Yan2021-10-273-9/+6
* coresight: tmc-etr: Use perf_output_handle::head for AUX ring bufferLeo Yan2021-10-271-7/+3
* coresight: tmc-etf: Add comment for store orderingLeo Yan2021-10-271-0/+5
* coresight: tmc-etr: Add barrier after updating AUX ring bufferLeo Yan2021-10-271-0/+8
* coresight: tmc: Configure AXI write burst sizeTanmay Jagdale2021-10-273-4/+26
* coresight: cpu-debug: Control default behavior via KconfigBrian Norris2021-10-272-1/+14
* coresight: cti: Correct the parameter for pm_runtime_putTao Zhang2021-10-271-1/+1
* coresight: syscfg: Fix compiler warningJian Cai2021-09-141-0/+1
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\
| * bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* | coresight: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-181-2/+2
* | coresight: syscfg: Add initial configfs supportMike Leach2021-08-186-1/+527
* | coresight: config: Add preloaded configurationsMike Leach2021-08-187-1/+224
* | coresight: etm4x: Add complex configuration handlers to etmv4Mike Leach2021-08-185-3/+238
* | coresight: etm-perf: Update to activate selected configurationMike Leach2021-08-182-1/+15
* | coresight: syscfg: Add API to activate and enable configurationsMike Leach2021-08-183-0/+225
* | coresight: etm-perf: Update to handle configuration selectionMike Leach2021-08-184-28/+127
* | coresight: config: Add configuration and feature generic functionsMike Leach2021-08-184-2/+284
* | coresight: syscfg: Add registration and feature loading for cs devicesMike Leach2021-08-183-1/+454
* | coresight: syscfg: Initial coresight system configurationMike Leach2021-08-187-4/+401
|/
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-057-33/+81
|\
| * intel_th: Wait until port is in reset before programming itAlexander Shishkin2021-06-243-0/+36
| * intel_th: msu: Make contiguous buffers uncachedAlexander Shishkin2021-06-241-16/+32
| * intel_th: Remove an unused exit point from intel_th_remove()Uwe Kleine-König2021-06-241-5/+7
| * coresight: Propagate symlink failureJeremy Linton2021-06-151-1/+1