summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-288-54/+146
|\
| * coresight: Drop unused 'none' enum value for each componentAnshuman Khandual2022-03-111-3/+0
| * coresight: etm3x: Don't trace PID for non-root PID namespaceLeo Yan2022-03-111-0/+4
| * coresight: etm4x: Don't trace PID for non-root PID namespaceLeo Yan2022-03-111-2/+8
| * coresight: etm4x: Don't use virtual contextID for non-root PID namespaceLeo Yan2022-03-111-0/+28
| * coresight: etm4x: Add lock for reading virtual context ID comparatorLeo Yan2022-03-111-0/+2
| * coresight: trbe: Move check for kernel page table isolation from EL0 to probeSudeep Holla2022-03-111-5/+6
| * coresight: no-op refactor to make INSTP0 check more idiomaticJames Clark2022-03-111-1/+1
| * hwtracing: coresight: Replace acpi_bus_get_device()Rafael J. Wysocki2022-03-111-4/+4
| * coresight: syscfg: Fix memleak on registration failure in cscfg_create_deviceMiaoqian Lin2022-03-111-1/+1
| * coresight: Fix TRCCONFIGR.QE sysfs interfaceJames Clark2022-03-111-2/+6
| * coresight: trbe: Work around the trace data corruptionAnshuman Khandual2022-03-111-0/+12
| * coresight: trbe: Work around the invalid prohibited statesAnshuman Khandual2022-03-111-12/+36
| * coresight: trbe: Work around the ignored system register writesAnshuman Khandual2022-03-112-24/+38
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* | intel_th: msu: Use memset_startat() for clearing hw headerKees Cook2022-02-131-3/+1
|/
* coresight: core: Fix typo in a commentJason Wang2021-12-131-1/+1
* coresight: configfs: Allow configfs to activate configurationMike Leach2021-11-265-28/+186
* coresight: syscfg: Update load API for config loadable modulesMike Leach2021-11-262-1/+39
* coresight: configuration: Update API to permit dynamic load/unloadMike Leach2021-11-265-0/+160
* coresight: configuration: Update API to introduce load owner conceptMike Leach2021-11-264-8/+56
* coresight: Use devm_bitmap_zalloc when applicableChristophe JAILLET2021-11-161-7/+3
* 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