aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-54/+146
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-1/+1
2022-03-11coresight: Drop unused 'none' enum value for each componentGravatar Anshuman Khandual 1-3/+0
2022-03-11coresight: etm3x: Don't trace PID for non-root PID namespaceGravatar Leo Yan 1-0/+4
2022-03-11coresight: etm4x: Don't trace PID for non-root PID namespaceGravatar Leo Yan 1-2/+8
2022-03-11coresight: etm4x: Don't use virtual contextID for non-root PID namespaceGravatar Leo Yan 1-0/+28
2022-03-11coresight: etm4x: Add lock for reading virtual context ID comparatorGravatar Leo Yan 1-0/+2
2022-03-11coresight: trbe: Move check for kernel page table isolation from EL0 to probeGravatar Sudeep Holla 1-5/+6
2022-03-11coresight: no-op refactor to make INSTP0 check more idiomaticGravatar James Clark 1-1/+1
2022-03-11hwtracing: coresight: Replace acpi_bus_get_device()Gravatar Rafael J. Wysocki 1-4/+4
2022-03-11coresight: syscfg: Fix memleak on registration failure in cscfg_create_deviceGravatar Miaoqian Lin 1-1/+1
2022-03-11coresight: Fix TRCCONFIGR.QE sysfs interfaceGravatar James Clark 1-2/+6
2022-03-11coresight: trbe: Work around the trace data corruptionGravatar Anshuman Khandual 1-0/+12
2022-03-11coresight: trbe: Work around the invalid prohibited statesGravatar Anshuman Khandual 1-12/+36
2022-03-11coresight: trbe: Work around the ignored system register writesGravatar Anshuman Khandual 2-24/+38
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGravatar Gustavo A. R. Silva 1-1/+1
2022-02-13intel_th: msu: Use memset_startat() for clearing hw headerGravatar Kees Cook 1-3/+1
2021-12-13coresight: core: Fix typo in a commentGravatar Jason Wang 1-1/+1
2021-11-26coresight: configfs: Allow configfs to activate configurationGravatar Mike Leach 5-28/+186
2021-11-26coresight: syscfg: Update load API for config loadable modulesGravatar Mike Leach 2-1/+39
2021-11-26coresight: configuration: Update API to permit dynamic load/unloadGravatar Mike Leach 5-0/+160
2021-11-26coresight: configuration: Update API to introduce load owner conceptGravatar Mike Leach 4-8/+56
2021-11-16coresight: Use devm_bitmap_zalloc when applicableGravatar Christophe JAILLET 1-7/+3
2021-10-27coresight: trbe: Work around write to out of rangeGravatar Suzuki K Poulose 1-1/+62
2021-10-27coresight: trbe: Make sure we have enough spaceGravatar Suzuki K Poulose 1-1/+5
2021-10-27coresight: trbe: Add a helper to determine the minimum buffer sizeGravatar Suzuki K Poulose 1-1/+6
2021-10-27coresight: trbe: Workaround TRBE errata overwrite in FILL modeGravatar Suzuki K Poulose 1-11/+157
2021-10-27coresight: trbe: Add infrastructure for Errata handlingGravatar Suzuki K Poulose 1-1/+68
2021-10-27coresight: trbe: Allow driver to choose a different alignmentGravatar Suzuki K Poulose 1-3/+15
2021-10-27coresight: trbe: Decouple buffer base from the hardware baseGravatar Suzuki K Poulose 1-4/+14
2021-10-27coresight: trbe: Add a helper to pad a given buffer areaGravatar Suzuki K Poulose 1-1/+7
2021-10-27coresight: trbe: Add a helper to calculate the trace generatedGravatar Suzuki K Poulose 1-18/+29
2021-10-27coresight: trbe: Defer the probe on offline CPUsGravatar Suzuki K Poulose 1-1/+7
2021-10-27coresight: trbe: Fix incorrect access of the sink specific dataGravatar Suzuki K Poulose 1-1/+1
2021-10-27coresight: etm4x: Add ETM PID for Kryo-5XXGravatar Tao Zhang 1-0/+1
2021-10-27coresight: trbe: Prohibit trace before disabling TRBEGravatar Suzuki K Poulose 2-1/+12
2021-10-27coresight: trbe: End the AUX handle on truncationGravatar Suzuki K Poulose 1-10/+16
2021-10-27coresight: trbe: Do not truncate buffer on IRQGravatar Suzuki K Poulose 1-6/+21
2021-10-27coresight: trbe: Fix handling of spurious interruptsGravatar Suzuki K Poulose 1-13/+9
2021-10-27coresight: trbe: irq handler: Do not disable TRBE if no action is neededGravatar Suzuki K Poulose 1-6/+6
2021-10-27coresight: trbe: Unify the enabling sequenceGravatar Suzuki K Poulose 1-19/+18
2021-10-27coresight: trbe: Drop duplicate TRUNCATE flagsGravatar Suzuki K Poulose 1-6/+6
2021-10-27coresight: trbe: Ensure the format flag is always setGravatar Suzuki K Poulose 1-4/+3
2021-10-27coresight: etm-pmu: Ensure the AUX handle is validGravatar Suzuki K Poulose 1-3/+24
2021-10-27coresight: etm4x: Use Trace Filtering controls dynamicallyGravatar Suzuki K Poulose 3-18/+59
2021-10-27coresight: etm4x: Save restore TRFCR_EL1Gravatar Suzuki K Poulose 3-12/+57
2021-10-27coresight: Don't immediately close events that are run on invalid CPU/sink co...Gravatar James Clark 1-6/+23
2021-10-27coresight: tmc-etr: Speed up for bounce buffer in flat modeGravatar Leo Yan 1-4/+22
2021-10-27coresight: Update comments for removing cs_etm_find_snapshot()Gravatar Leo Yan 3-9/+6
2021-10-27coresight: tmc-etr: Use perf_output_handle::head for AUX ring bufferGravatar Leo Yan 1-7/+3