summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)Author
2017-08-28coresight tmc: Handle configuration types properlySuzuki K Poulose
2017-08-28coresight replicator: Expose replicator management registersSuzuki K Poulose
2017-08-28coresight tmc: Expose DBA and AXICTLSuzuki K Poulose
2017-08-28coresight tmc: Add helpers for accessing 64bit registersSuzuki K Poulose
2017-08-28coresight: Use the new helper for defining registersSuzuki K Poulose
2017-08-28coresight: Add support for reading 64bit registersSuzuki K Poulose
2017-08-28coresight replicator: Cleanup programmable replicator namingSuzuki K Poulose
2017-08-28coresight: etm4x: Adds trace return stack option programming for ETMv4.Mike Leach
2017-08-28coresight: ptm: Adds trace return stack option programming for PTM.Mike Leach
2017-08-28coresight: pmu: Adds return stack option to perf coresight pmuMike Leach
2017-08-28hwtracing: coresight: constify attribute_group structures.Arvind Yadav
2017-08-28coresight: etm3x: Set synchronisation frequencty to TRM defaultMathieu Poirier
2017-08-28coresight: etb10: Move etb_disable_hw() outside of lockMathieu Poirier
2017-08-28coresight: Add barrier packet for synchronisationMathieu Poirier
2017-08-28coresight: etb10: Remove useless conversion to LEMathieu Poirier
2017-08-28coresight: Correct buffer lost incrementMathieu Poirier
2017-08-25intel_th: Perform time resync on capture startAlexander Shishkin
2017-08-25intel_th: Add global activate/deactivate callbacks for the glue layersAlexander Shishkin
2017-08-25intel_th: pci: Use drvdata for quirksAlexander Shishkin
2017-08-25intel_th: pci: Add Cannon Lake PCH-LP supportAlexander Shishkin
2017-08-25intel_th: pci: Add Cannon Lake PCH-H supportAlexander Shishkin
2017-08-25intel_th: pti: Support Low Power Path output port typeAlexander Shishkin
2017-08-25intel_th: Enumerate Low Power Path output port typeAlexander Shishkin
2017-08-25intel_th: msu: Use the real device in case of IOMMU domain allocationAlexander Shishkin
2017-08-25intel_th: Make the switch allocate its subdevicesAlexander Shishkin
2017-08-25intel_th: Make SOURCE devices children of the root deviceAlexander Shishkin
2017-08-25intel_th: Streamline the subdevice tree accessorsAlexander Shishkin
2017-08-25intel_th: Output devices without ports don't need assigningAlexander Shishkin
2017-08-25intel_th: pci: Enable bus masteringAlexander Shishkin
2017-08-25stm: Potential read overflow in stm_char_policy_set_ioctl()Dan Carpenter
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-09coresight: add support for CPU debug moduleLeo Yan
2017-06-09coresight: refactor with function of_coresight_get_cpuLeo Yan
2017-06-09coresight: of_get_coresight_platform_data: Add missing of_node_putSuzuki K Poulose
2017-06-09coresight: tmc: Configure DMA mask appropriatelyRobin Murphy
2017-06-09coresight: etb10: Fix a typo in a comment lineMarkus Elfring
2017-06-09coresight: etb10: Delete an error message for a failed memory allocation in e...Markus Elfring
2017-06-09coresight: use const for device_node structuresLeo Yan
2017-06-09coresight: tmc: minor fix for output logLeo Yan
2017-06-09coresight: etm_perf: Fix using uninitialised workSuzuki K Poulose
2017-06-09coresight: Fix reference count for software sourcesSuzuki K Poulose
2017-06-09coresight: Disable the path only when the source is disabledSuzuki K Poulose
2017-06-09hwtracing: intel_th: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman
2017-05-26hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior
2017-05-26hwtracing/coresight-etm3x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior
2017-05-08drivers/hwtracing/intel_th/msu.c: use set_memory.h headerLaura Abbott
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-08coresight: Fixes coresight DT parse to get correct output port ID.Mike Leach
2017-03-30Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar