aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds9-38/+800
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2017-06-09coresight: add support for CPU debug moduleLeo Yan3-0/+715
2017-06-09coresight: refactor with function of_coresight_get_cpuLeo Yan1-15/+28
2017-06-09coresight: of_get_coresight_platform_data: Add missing of_node_putSuzuki K Poulose1-7/+10
2017-06-09coresight: tmc: Configure DMA mask appropriatelyRobin Murphy1-0/+7
2017-06-09coresight: etb10: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-06-09coresight: etb10: Delete an error message for a failed memory allocation in etb_probe()Markus Elfring1-4/+1
2017-06-09coresight: use const for device_node structuresLeo Yan1-3/+4
2017-06-09coresight: tmc: minor fix for output logLeo Yan1-8/+17
2017-06-09coresight: etm_perf: Fix using uninitialised workSuzuki K Poulose1-2/+1
2017-06-09coresight: Fix reference count for software sourcesSuzuki K Poulose1-2/+13
2017-06-09coresight: Disable the path only when the source is disabledSuzuki K Poulose1-6/+13
2017-06-09hwtracing: intel_th: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-1/+0
2017-05-26hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior1-10/+10
2017-05-26hwtracing/coresight-etm3x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior1-10/+10
2017-05-08drivers/hwtracing/intel_th/msu.c: use set_memory.h headerLaura Abbott1-1/+3
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2017-04-08coresight: Fixes coresight DT parse to get correct output port ID.Mike Leach1-1/+1
2017-03-30Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-1/+13
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon4-16/+11
2017-03-15intel_th: pci: Add Gemini Lake supportAlexander Shishkin1-0/+5
2017-03-15intel_th: pci: Add Denverton SOC supportAlexander Shishkin1-0/+5
2017-03-15intel_th: Don't leak module refcount on failure to activateAlexander Shishkin1-1/+3
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-01-25coresight: etm4x: Fix timestamp configuration when working from perfMathieu Poirier1-1/+2
2017-01-25coresight: etm4x: Fix enabling of cycle accurate tracing in perf.Mike Leach2-2/+6
2017-01-25coresight: fix kernel panic caused by invalid CPUWang Nan1-0/+1
2017-01-19coresight: STM: Balance enable/disableSuzuki K Poulose1-1/+1
2016-12-25coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner1-2/+2
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner2-4/+4
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds7-9/+113
2016-11-29coresight: perf: Add a missing call to etm_free_auxQuentin Lambert1-1/+1
2016-11-29coresight: Add support for ARM Coresight STM-500Suzuki K Poulose1-0/+5
2016-11-29coresight: tmc: Remove duplicate memsetSuzuki K. Poulose1-2/+0
2016-11-29coresight: tmc: Get rid of mode parameter for helper routinesSuzuki K. Poulose2-24/+9
2016-11-29coresight: tmc: Cleanup operation mode handlingSuzuki K. Poulose3-34/+26
2016-11-29coresight: reset "enable_sink" flag when need beMathieu Poirier3-22/+87
2016-11-29coresight: etm3x: Adding missing features of Coresight PTM componentsMuhammad Abdul WAHAB2-0/+15
2016-11-29coresight: etm3x: indentation fix (extra space removed)Muhammad Abdul WAHAB1-1/+1
2016-11-29coresight: stm: return error code instead of zero in .packet()Chunyan Zhang1-2/+2
2016-11-22stm: Mark the functions of writing STM with notraceChunyan Zhang1-3/+4
2016-11-22stm dummy: Mark dummy_stm_packet() with notraceChunyan Zhang1-1/+1
2016-11-22intel_th: Mark sth_stm_packet() with notraceChunyan Zhang1-4/+7
2016-11-22coresight: Mark stm_generic_packet() with notraceChunyan Zhang1-1/+1
2016-11-22stm class: ftrace: Add ftrace-export-over-stm driverChunyan Zhang3-0/+100
2016-11-18intel_th: gth: Handle host mode correctlyAlexander Shishkin1-2/+24
2016-11-18intel_th: Support Host Debugger mode of operationAlexander Shishkin2-8/+22
2016-11-18intel_th: Constify subdevicesAlexander Shishkin1-1/+1
2016-11-18stm class: Fix device leak in open error pathJohan Hovold1-3/+5