| Commit message (Expand) | Author | Age | Files | Lines |
* | coresight: core: Fix typo in a comment | Jason Wang | 2021-12-13 | 1 | -1/+1 |
* | coresight: configfs: Allow configfs to activate configuration | Mike Leach | 2021-11-26 | 5 | -28/+186 |
* | coresight: syscfg: Update load API for config loadable modules | Mike Leach | 2021-11-26 | 2 | -1/+39 |
* | coresight: configuration: Update API to permit dynamic load/unload | Mike Leach | 2021-11-26 | 5 | -0/+160 |
* | coresight: configuration: Update API to introduce load owner concept | Mike Leach | 2021-11-26 | 4 | -8/+56 |
* | coresight: Use devm_bitmap_zalloc when applicable | Christophe JAILLET | 2021-11-16 | 1 | -7/+3 |
* | coresight: trbe: Work around write to out of range | Suzuki K Poulose | 2021-10-27 | 1 | -1/+62 |
* | coresight: trbe: Make sure we have enough space | Suzuki K Poulose | 2021-10-27 | 1 | -1/+5 |
* | coresight: trbe: Add a helper to determine the minimum buffer size | Suzuki K Poulose | 2021-10-27 | 1 | -1/+6 |
* | coresight: trbe: Workaround TRBE errata overwrite in FILL mode | Suzuki K Poulose | 2021-10-27 | 1 | -11/+157 |
* | coresight: trbe: Add infrastructure for Errata handling | Suzuki K Poulose | 2021-10-27 | 1 | -1/+68 |
* | coresight: trbe: Allow driver to choose a different alignment | Suzuki K Poulose | 2021-10-27 | 1 | -3/+15 |
* | coresight: trbe: Decouple buffer base from the hardware base | Suzuki K Poulose | 2021-10-27 | 1 | -4/+14 |
* | coresight: trbe: Add a helper to pad a given buffer area | Suzuki K Poulose | 2021-10-27 | 1 | -1/+7 |
* | coresight: trbe: Add a helper to calculate the trace generated | Suzuki K Poulose | 2021-10-27 | 1 | -18/+29 |
* | coresight: trbe: Defer the probe on offline CPUs | Suzuki K Poulose | 2021-10-27 | 1 | -1/+7 |
* | coresight: trbe: Fix incorrect access of the sink specific data | Suzuki K Poulose | 2021-10-27 | 1 | -1/+1 |
* | coresight: etm4x: Add ETM PID for Kryo-5XX | Tao Zhang | 2021-10-27 | 1 | -0/+1 |
* | coresight: trbe: Prohibit trace before disabling TRBE | Suzuki K Poulose | 2021-10-27 | 2 | -1/+12 |
* | coresight: trbe: End the AUX handle on truncation | Suzuki K Poulose | 2021-10-27 | 1 | -10/+16 |
* | coresight: trbe: Do not truncate buffer on IRQ | Suzuki K Poulose | 2021-10-27 | 1 | -6/+21 |
* | coresight: trbe: Fix handling of spurious interrupts | Suzuki K Poulose | 2021-10-27 | 1 | -13/+9 |
* | coresight: trbe: irq handler: Do not disable TRBE if no action is needed | Suzuki K Poulose | 2021-10-27 | 1 | -6/+6 |
* | coresight: trbe: Unify the enabling sequence | Suzuki K Poulose | 2021-10-27 | 1 | -19/+18 |
* | coresight: trbe: Drop duplicate TRUNCATE flags | Suzuki K Poulose | 2021-10-27 | 1 | -6/+6 |
* | coresight: trbe: Ensure the format flag is always set | Suzuki K Poulose | 2021-10-27 | 1 | -4/+3 |
* | coresight: etm-pmu: Ensure the AUX handle is valid | Suzuki K Poulose | 2021-10-27 | 1 | -3/+24 |
* | coresight: etm4x: Use Trace Filtering controls dynamically | Suzuki K Poulose | 2021-10-27 | 3 | -18/+59 |
* | coresight: etm4x: Save restore TRFCR_EL1 | Suzuki K Poulose | 2021-10-27 | 3 | -12/+57 |
* | coresight: Don't immediately close events that are run on invalid CPU/sink co... | James Clark | 2021-10-27 | 1 | -6/+23 |
* | coresight: tmc-etr: Speed up for bounce buffer in flat mode | Leo Yan | 2021-10-27 | 1 | -4/+22 |
* | coresight: Update comments for removing cs_etm_find_snapshot() | Leo Yan | 2021-10-27 | 3 | -9/+6 |
* | coresight: tmc-etr: Use perf_output_handle::head for AUX ring buffer | Leo Yan | 2021-10-27 | 1 | -7/+3 |
* | coresight: tmc-etf: Add comment for store ordering | Leo Yan | 2021-10-27 | 1 | -0/+5 |
* | coresight: tmc-etr: Add barrier after updating AUX ring buffer | Leo Yan | 2021-10-27 | 1 | -0/+8 |
* | coresight: tmc: Configure AXI write burst size | Tanmay Jagdale | 2021-10-27 | 3 | -4/+26 |
* | coresight: cpu-debug: Control default behavior via Kconfig | Brian Norris | 2021-10-27 | 2 | -1/+14 |
* | coresight: cti: Correct the parameter for pm_runtime_put | Tao Zhang | 2021-10-27 | 1 | -1/+1 |
* | coresight: syscfg: Fix compiler warning | Jian Cai | 2021-09-14 | 1 | -0/+1 |
* | coresight: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 2021-08-18 | 1 | -2/+2 |
* | coresight: syscfg: Add initial configfs support | Mike Leach | 2021-08-18 | 6 | -1/+527 |
* | coresight: config: Add preloaded configurations | Mike Leach | 2021-08-18 | 7 | -1/+224 |
* | coresight: etm4x: Add complex configuration handlers to etmv4 | Mike Leach | 2021-08-18 | 5 | -3/+238 |
* | coresight: etm-perf: Update to activate selected configuration | Mike Leach | 2021-08-18 | 2 | -1/+15 |
* | coresight: syscfg: Add API to activate and enable configurations | Mike Leach | 2021-08-18 | 3 | -0/+225 |
* | coresight: etm-perf: Update to handle configuration selection | Mike Leach | 2021-08-18 | 4 | -28/+127 |
* | coresight: config: Add configuration and feature generic functions | Mike Leach | 2021-08-18 | 4 | -2/+284 |
* | coresight: syscfg: Add registration and feature loading for cs devices | Mike Leach | 2021-08-18 | 3 | -1/+454 |
* | coresight: syscfg: Initial coresight system configuration | Mike Leach | 2021-08-18 | 7 | -4/+401 |
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-05 | 3 | -12/+6 |
|\ |
|