aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds14-199/+752
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds5-31/+5
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-09-03coresight: tmc-etr: Add barrier packets when moving offset forwardMathieu Poirier1-5/+24
2019-09-03coresight: tmc-etr: Decouple buffer sync and barrier packet insertionMathieu Poirier1-6/+12
2019-09-03coresight: tmc: Make memory width mask computation into a functionMathieu Poirier3-21/+31
2019-09-03coresight: tmc-etr: Fix perf_data checkYabin Cui2-7/+7
2019-09-03coresight: tmc-etr: Fix updating buffer in not-snapshot mode.Yabin Cui1-7/+11
2019-09-03coresight: etm4x: improve clarity of etm4_os_unlock commentAndrew Murray1-1/+1
2019-09-03coresight: etm4x: use module_param instead of module_param_namedAndrew Murray1-1/+2
2019-09-03coresight: etm4x: Use explicit barriers on enable/disableAndrew Murray1-2/+13
2019-09-03coresight: etm4x: Remove superfluous setting of os_unlockAndrew Murray1-3/+1
2019-09-03coresight: acpi: Static funnel supportSuzuki K Poulose1-0/+9
2019-09-03coresight: Convert pr_warn to dev_warn for obsolete bindingsSuzuki K Poulose2-2/+3
2019-09-03coresight: tmc-etr: Check if non-secure access is enabledSuzuki K Poulose2-0/+15
2019-09-03coresight: tmc-etr: Handle memory errorsSuzuki K Poulose2-0/+14
2019-09-03coresight: etr_buf: Consolidate refcount initializationSuzuki K Poulose1-11/+2
2019-09-03coresight: cpu-debug: Add support for Qualcomm KryoSai Prakash Ranjan2-22/+21
2019-09-03coresight: etm4x: Add ETM PIDs for SDM845 and MSM8996Sai Prakash Ranjan1-5/+9
2019-09-03coresight: etm4x: Two function calls lessMarkus Elfring1-9/+4
2019-09-02Merge 5.3-rc7 into char-misc-nextGreg Kroah-Hartman2-1/+10
2019-08-28intel_th: pci: Add Tiger Lake supportAlexander Shishkin1-0/+5
2019-08-28intel_th: pci: Add support for another Lewisburg PCHAlexander Shishkin1-0/+5
2019-08-28stm class: Fix a double free of stm_source_deviceDing Xiang1-1/+0
2019-08-19Merge 5.3-rc5 into char-misc-nextGreg Kroah-Hartman2-2/+2
2019-08-18Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-2/+2
2019-08-12Merge 5.3-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+1
2019-08-01coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose1-0/+1
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab1-1/+1
2019-07-30intel_th: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-9/+1
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose3-14/+3
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-8/+1
2019-07-25intel_th: msu: Preserve pre-existing buffer configurationAlexander Shishkin1-2/+7
2019-07-25intel_th: msu: Prevent freeing buffers while locked windows existAlexander Shishkin1-0/+5
2019-07-25intel_th: msu: Get rid of the window size limitAlexander Shishkin1-71/+68
2019-07-25intel_th: msu-sink: An example msu buffer "sink"Alexander Shishkin2-0/+119
2019-07-25intel_th: msu: Introduce buffer interfaceAlexander Shishkin2-29/+379
2019-07-12coresight: Make the coresight_device_fwnode_match declaration's fwnode parameter constNathan Chancellor1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-20/+8
2019-07-04coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan4-10/+19
2019-07-03coresight: tmc: Smatch: Fix potential NULL pointer dereferenceSuzuki K Poulose1-2/+4
2019-07-03coresight: etm3x: Smatch: Fix potential NULL pointer dereferenceSuzuki K Poulose1-1/+2
2019-07-03coresight: Potential uninitialized variable in probe()Dan Carpenter1-0/+1
2019-07-03coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose1-4/+2
2019-07-03coresight: tmc-etf: Do not call smp_processor_id from preemptibleSuzuki K Poulose1-4/+2
2019-07-03coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preemptibleSuzuki K Poulose1-5/+2
2019-07-03coresight: tmc-etr: Do not call smp_processor_id() from preemptibleSuzuki K Poulose1-4/+2
2019-07-03intel_th: msu: Start read iterator from a non-empty windowAlexander Shishkin1-9/+33
2019-07-03intel_th: msu: Split sgt array and pointer in multiwindow modeAlexander Shishkin1-10/+13