aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
AgeCommit message (Expand)Author
2019-11-09coresight: etm4x: Use explicit barriers on enable/disableAndrew Murray
2019-09-06intel_th: pci: Add Tiger Lake supportAlexander Shishkin
2019-09-06intel_th: pci: Add support for another Lewisburg PCHAlexander Shishkin
2019-09-06stm class: Fix a double free of stm_source_deviceDing Xiang
2019-08-16coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose
2019-07-26intel_th: msu: Fix single mode with disabled IOMMUAlexander Shishkin
2019-07-26intel_th: msu: Remove set but not used variable 'last'YueHaibing
2019-07-26intel_th: pci: Add Ice Lake NNPI supportAlexander Shishkin
2019-07-26intel_th: msu: Fix unused variable warning on arm64 platformShaokun Zhang
2019-07-14coresight: tmc-etf: Do not call smp_processor_id from preemptibleSuzuki K Poulose
2019-07-14coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preempt...Suzuki K Poulose
2019-07-14coresight: tmc-etr: Do not call smp_processor_id() from preemptibleSuzuki K Poulose
2019-07-14coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose
2019-07-14coresight: Potential uninitialized variable in probe()Dan Carpenter
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-03intel_th: msu: Add current window trackingAlexander Shishkin
2019-05-03intel_th: msu: Add a sysfs attribute to trigger window switchAlexander Shishkin
2019-05-03intel_th: msu: Correct the block wrap detectionAlexander Shishkin
2019-05-03intel_th: Add switch triggering supportAlexander Shishkin
2019-05-03intel_th: gth: Factor out trace start/stopAlexander Shishkin
2019-05-03intel_th: msu: Factor out pipeline drainingAlexander Shishkin
2019-05-03intel_th: msu: Switch over to scatterlistAlexander Shishkin
2019-05-03intel_th: msu: Replace open-coded list_{first,last,next}_entry variantsAlexander Shishkin
2019-05-03intel_th: Only report useful IRQs to subdevicesAlexander Shishkin
2019-05-03intel_th: msu: Start handling IRQsAlexander Shishkin
2019-05-03intel_th: pci: Use MSI interrupt signallingAlexander Shishkin
2019-05-03intel_th: Communicate IRQ via resourceAlexander Shishkin
2019-05-03intel_th: Add "rtit" source deviceAlexander Shishkin
2019-05-03intel_th: Skip subdevices if their MMIO is missingAlexander Shishkin
2019-05-03intel_th: Rework resource passing between glue layers and coreAlexander Shishkin
2019-05-03intel_th: msu: Fix single mode with IOMMUAlexander Shishkin
2019-05-02coresight: funnel: Support static funnelLeo Yan
2019-05-02coresight: replicator: Add new device id for static replicatorLeo Yan
2019-04-25coresight: etb10: Add support for CPU-wide trace scenariosMathieu Poirier
2019-04-25coresight: tmc-etf: Add support for CPU-wide trace scenariosMathieu Poirier
2019-04-25coresight: tmc-etr: Add support for CPU-wide trace scenariosMathieu Poirier
2019-04-25coresight: tmc-etr: Allocate and free ETR memory buffers for CPU-wide scenariosMathieu Poirier
2019-04-25coresight: tmc-etr: Introduce the notion of IDR to ETR devicesMathieu Poirier
2019-04-25coresight: tmc-etr: Introduce the notion of reference counting to ETR devicesMathieu Poirier
2019-04-25coresight: tmc-etr: Introduce the notion of process ID to ETR devicesMathieu Poirier
2019-04-25coresight: tmc-etr: Create per-thread buffer allocation functionMathieu Poirier
2019-04-25coresight: tmc-etr: Refactor function tmc_etr_setup_perf_buf()Mathieu Poirier
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier
2019-04-25coresight: perf: Refactor function free_event_data()Mathieu Poirier
2019-04-25coresight: perf: Clean up function etm_setup_aux()Mathieu Poirier
2019-04-25coresight: Properly address concurrency in sink::update() functionsMathieu Poirier
2019-04-25coresight: Properly address errors in sink::disable() functionsMathieu Poirier
2019-04-25coresight: Move reference counting inside sink driversMathieu Poirier
2019-04-25coresight: Adding return code to sink::disable() operationMathieu Poirier