summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-2026-2931/+4986
|\
| * coresight: etb10: adjust read pointer only when neededMathieu Poirier2016-05-031-1/+2
| * coresight: configuring ETF in FIFO mode when acting as linkMathieu Poirier2016-05-031-4/+28
| * coresight: tmc: implementing TMC-ETF AUX space APIMathieu Poirier2016-05-032-0/+200
| * coresight: moving struct cs_buffers to header fileMathieu Poirier2016-05-032-20/+20
| * coresight: tmc: keep track of memory widthMathieu Poirier2016-05-033-17/+41
| * coresight: tmc: make sysFS and Perf mode mutually exclusiveMathieu Poirier2016-05-032-5/+117
| * coresight: tmc: dump system memory content only when neededMathieu Poirier2016-05-032-2/+12
| * coresight: tmc: adding mode of operation for link/sinksMathieu Poirier2016-05-033-14/+40
| * coresight: tmc: getting rid of multiple read accessMathieu Poirier2016-05-034-17/+18
| * coresight: tmc: allocating memory when neededMathieu Poirier2016-05-033-27/+170
| * coresight: tmc: making prepare/unprepare functions genericMathieu Poirier2016-05-034-50/+117
| * coresight: tmc: splitting driver in ETB/ETF and ETR componentsMathieu Poirier2016-05-035-261/+357
| * coresight: tmc: cleaning up header fileMathieu Poirier2016-05-032-4/+3
| * coresight: tmc: introducing new header fileMathieu Poirier2016-05-032-101/+123
| * coresight: tmc: clearly define number of transfers per burstMathieu Poirier2016-05-031-2/+2
| * coresight: tmc: re-implementing tmc_read_prepare/unprepare() functionsMathieu Poirier2016-05-031-20/+36
| * coresight: tmc: waiting for TMCReady bit before programmingMathieu Poirier2016-05-031-0/+9
| * coresight: tmc: modifying naming conventionMathieu Poirier2016-05-031-4/+4
| * coresight: tmc: adding sysFS management entriesMathieu Poirier2016-05-031-64/+43
| * coresight: etm4x: add tracer ID for A72 Maia processor.Li Pengcheng2016-05-031-0/+5
| * coresight: etb10: fixing the right amount of words to readMathieu Poirier2016-05-031-1/+1
| * coresight: stm: adding driver for CoreSight STM componentPratik Patel2016-05-033-0/+932
| * coresight: adding path for STM deviceMathieu Poirier2016-05-031-24/+82
| * stm class: Support devices that override software assigned mastersAlexander Shishkin2016-05-031-0/+15
| * coresight: etm4x: modify q_support typeLi Pengcheng2016-05-031-1/+1
| * coresight: no need to do the forced type conversionLi Pengcheng2016-05-031-2/+2
| * coresight: removing gratuitous boot time log messagesMathieu Poirier2016-05-015-5/+0
| * coresight: etb10: splitting sysFS "status" entryMathieu Poirier2016-05-011-43/+38
| * coresight: moving coresight_simple_func() to header fileMathieu Poirier2016-05-013-55/+51
| * coresight: etm4x: implementing the perf PMU APIMathieu Poirier2016-05-012-8/+82
| * coresight: etm4x: implementing user/kernel mode tracingMathieu Poirier2016-05-013-1/+42
| * coresight: etm4x: moving etm_drvdata::enable to atomic fieldMathieu Poirier2016-05-012-11/+63
| * coresight: etm4x: unlocking tracers in default arch initMathieu Poirier2016-05-011-6/+5
| * coresight: etm4x: splitting etmv4 default configurationMathieu Poirier2016-05-012-67/+73
| * coresight: etm4x: splitting struct etmv4_drvdataMathieu Poirier2016-05-013-445/+533
| * coresight: etm4x: adding config and traceid registersMathieu Poirier2016-05-011-0/+4
| * coresight: etm4x: moving sysFS entries to a dedicated fileMathieu Poirier2016-05-014-2030/+2052
| * intel_th: pci: Add Broxton-M SOC supportAlexander Shishkin2016-04-191-0/+5
| * intel_th: msu: Release resources on removalAlexander Shishkin2016-04-081-0/+12
| * intel_th: msu: Set fops::owner to prevent module from unloadingAlexander Shishkin2016-04-081-0/+1
| * intel_th: Hold output driver module reference while capture is activeAlexander Shishkin2016-04-081-0/+5
| * intel_th: msu: Serialize enabling/disablingAlexander Shishkin2016-04-081-43/+49
| * intel_th: Fix activating a subdevice without a driverAlexander Shishkin2016-04-082-2/+13
| * intel_th: pti: Create sysfs attributes using core driver's facilityAlexander Shishkin2016-04-081-6/+1
| * intel_th: msu: Create sysfs attributes using core driver's facilityAlexander Shishkin2016-04-081-5/+1
| * intel_th: Allow subdevice drivers to bring in own attribute groupsAlexander Shishkin2016-04-082-0/+15
| * intel_th: msu: Handle kstrndup() failureAlexander Shishkin2016-04-081-0/+5
| * intel_th: pti: Do remove sysfs group on device removalAlexander Shishkin2016-04-081-0/+1
| * stm class: Remove unnecessary pointer incrementAlexander Shishkin2016-04-081-1/+1