summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2019-12-17coresight: Serialize enabling/disabling a link device.Yabin Cui4-52/+90
2019-12-17stm class: Lose the protocol driver when dropping its referenceAlexander Shishkin1-0/+4
2019-12-17intel_th: pci: Add Tiger Lake CPU supportAlexander Shishkin1-0/+5
2019-12-17intel_th: pci: Add Ice Lake CPU supportAlexander Shishkin1-0/+5
2019-12-17intel_th: Fix a double put_device() in error pathAlexander Shishkin1-6/+2
2019-12-13coresight: etm4x: Fix input validation for sysfs.Mike Leach1-8/+13
2019-11-12intel_th: pci: Add Jasper Lake PCH supportAlexander Shishkin1-0/+5
2019-11-12intel_th: pci: Add Comet Lake PCH supportAlexander Shishkin1-0/+5
2019-11-12intel_th: gth: Fix the window switching sequenceAlexander Shishkin1-0/+3
2019-10-11coresight: etm4x: Use explicit barriers on enable/disableAndrew Murray1-2/+13
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-18Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+2
2019-08-01coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose1-0/+1
2019-07-30intel_th: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-07-13coresight: Make the coresight_device_fwnode_match declaration's fwnode parame...Nathan Chancellor1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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 preempt...Suzuki 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
2019-07-03intel_th: msu: Support multipage blocksAlexander Shishkin1-18/+38
2019-07-03intel_th: pci: Add Ice Lake NNPI supportAlexander Shishkin1-0/+5
2019-07-03intel_th: msu: Fix single mode with disabled IOMMUAlexander Shishkin1-1/+1
2019-07-03intel_th: msu: Remove set but not used variable 'last'YueHaibing1-2/+1
2019-07-03intel_th: msu: Fix unused variable warning on arm64 platformShaokun Zhang1-13/+27
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose3-7/+6
2019-06-21coresight: cpu-debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+2
2019-06-20coresight: replicator: Add terminate entry for acpi_device_id tablesWei Yongjun1-0/+1
2019-06-20coresight: platform: add OF/APCI dependencyArnd Bergmann1-0/+1
2019-06-20coresight: Add dummy definition for of_coresight_get_cpu()Suzuki K Poulose1-0/+5
2019-06-20coresight: acpi: Support for platform devicesSuzuki K Poulose1-1/+9
2019-06-20coresight: Support for ACPI bindingsSuzuki K Poulose1-0/+464
2019-06-20coresight: stm: ACPI support for parsing stimulus baseSuzuki K Poulose1-1/+52
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose10-11/+117
2019-06-20coresight: Use fwnode handle instead of device namesSuzuki K Poulose3-15/+47
2019-06-20coresight: platform: Use fwnode handle for device searchSuzuki K Poulose1-7/+9
2019-06-20coresight: Add support for releasing platform specific dataSuzuki K Poulose3-1/+12
2019-06-20coresight: Rearrange platform data probingSuzuki K Poulose9-49/+60
2019-06-20coresight: Reuse platform data structure for connection trackingSuzuki K Poulose2-25/+25
2019-06-20coresight: Cleanup coresight_remove_connsSuzuki K Poulose1-2/+13
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose11-7/+15
2019-06-20coresight: Remove cpu field from platform dataSuzuki K Poulose3-3/+2