summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* intel_th: pci: Add Tiger Lake supportAlexander Shishkin2019-09-061-0/+5
* intel_th: pci: Add support for another Lewisburg PCHAlexander Shishkin2019-09-061-0/+5
* stm class: Fix a double free of stm_source_deviceDing Xiang2019-09-061-1/+0
* coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose2019-08-161-0/+1
* intel_th: msu: Fix single mode with disabled IOMMUAlexander Shishkin2019-07-261-1/+1
* intel_th: msu: Remove set but not used variable 'last'YueHaibing2019-07-261-2/+1
* intel_th: pci: Add Ice Lake NNPI supportAlexander Shishkin2019-07-261-0/+5
* intel_th: msu: Fix unused variable warning on arm64 platformShaokun Zhang2019-07-261-13/+27
* coresight: tmc-etf: Do not call smp_processor_id from preemptibleSuzuki K Poulose2019-07-141-4/+2
* coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preempt...Suzuki K Poulose2019-07-141-5/+2
* coresight: tmc-etr: Do not call smp_processor_id() from preemptibleSuzuki K Poulose2019-07-141-4/+2
* coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose2019-07-141-4/+2
* coresight: Potential uninitialized variable in probe()Dan Carpenter2019-07-141-0/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-0724-616/+1459
|\
| * intel_th: msu: Add current window trackingAlexander Shishkin2019-05-031-30/+49
| * intel_th: msu: Add a sysfs attribute to trigger window switchAlexander Shishkin2019-05-031-0/+28
| * intel_th: msu: Correct the block wrap detectionAlexander Shishkin2019-05-031-1/+1
| * intel_th: Add switch triggering supportAlexander Shishkin2019-05-034-2/+85
| * intel_th: gth: Factor out trace start/stopAlexander Shishkin2019-05-031-29/+64
| * intel_th: msu: Factor out pipeline drainingAlexander Shishkin2019-05-033-10/+29
| * intel_th: msu: Switch over to scatterlistAlexander Shishkin2019-05-031-59/+104
| * intel_th: msu: Replace open-coded list_{first,last,next}_entry variantsAlexander Shishkin2019-05-031-10/+10
| * intel_th: Only report useful IRQs to subdevicesAlexander Shishkin2019-05-033-1/+9
| * intel_th: msu: Start handling IRQsAlexander Shishkin2019-05-034-2/+106
| * intel_th: pci: Use MSI interrupt signallingAlexander Shishkin2019-05-032-6/+13
| * intel_th: Communicate IRQ via resourceAlexander Shishkin2019-05-034-14/+30
| * intel_th: Add "rtit" source deviceAlexander Shishkin2019-05-033-3/+27
| * intel_th: Skip subdevices if their MMIO is missingAlexander Shishkin2019-05-031-4/+9
| * intel_th: Rework resource passing between glue layers and coreAlexander Shishkin2019-05-034-29/+33
| * intel_th: msu: Fix single mode with IOMMUAlexander Shishkin2019-05-031-3/+32
| * coresight: funnel: Support static funnelLeo Yan2019-05-021-27/+89
| * coresight: replicator: Add new device id for static replicatorLeo Yan2019-05-021-1/+5
| * coresight: etb10: Add support for CPU-wide trace scenariosMathieu Poirier2019-04-251-4/+39
| * coresight: tmc-etf: Add support for CPU-wide trace scenariosMathieu Poirier2019-04-251-5/+35
| * coresight: tmc-etr: Add support for CPU-wide trace scenariosMathieu Poirier2019-04-253-5/+38
| * coresight: tmc-etr: Allocate and free ETR memory buffers for CPU-wide scenariosMathieu Poirier2019-04-251-3/+104
| * coresight: tmc-etr: Introduce the notion of IDR to ETR devicesMathieu Poirier2019-04-252-0/+10
| * coresight: tmc-etr: Introduce the notion of reference counting to ETR devicesMathieu Poirier2019-04-252-0/+8
| * coresight: tmc-etr: Introduce the notion of process ID to ETR devicesMathieu Poirier2019-04-251-0/+4
| * coresight: tmc-etr: Create per-thread buffer allocation functionMathieu Poirier2019-04-251-1/+28
| * coresight: tmc-etr: Refactor function tmc_etr_setup_perf_buf()Mathieu Poirier2019-04-251-9/+30
| * coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier2019-04-254-15/+19
| * coresight: perf: Refactor function free_event_data()Mathieu Poirier2019-04-251-6/+18
| * coresight: perf: Clean up function etm_setup_aux()Mathieu Poirier2019-04-251-3/+5
| * coresight: Properly address concurrency in sink::update() functionsMathieu Poirier2019-04-252-2/+6
| * coresight: Properly address errors in sink::disable() functionsMathieu Poirier2019-04-253-15/+12
| * coresight: Move reference counting inside sink driversMathieu Poirier2019-04-255-29/+66
| * coresight: Adding return code to sink::disable() operationMathieu Poirier2019-04-255-7/+15
| * coresight: etm4x: Configure tracers to emit timestampsMathieu Poirier2019-04-251-1/+101