aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 26-2931/+4986
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-1/+1
2016-05-03coresight: etb10: adjust read pointer only when neededGravatar Mathieu Poirier 1-1/+2
2016-05-03coresight: configuring ETF in FIFO mode when acting as linkGravatar Mathieu Poirier 1-4/+28
2016-05-03coresight: tmc: implementing TMC-ETF AUX space APIGravatar Mathieu Poirier 2-0/+200
2016-05-03coresight: moving struct cs_buffers to header fileGravatar Mathieu Poirier 2-20/+20
2016-05-03coresight: tmc: keep track of memory widthGravatar Mathieu Poirier 3-17/+41
2016-05-03coresight: tmc: make sysFS and Perf mode mutually exclusiveGravatar Mathieu Poirier 2-5/+117
2016-05-03coresight: tmc: dump system memory content only when neededGravatar Mathieu Poirier 2-2/+12
2016-05-03coresight: tmc: adding mode of operation for link/sinksGravatar Mathieu Poirier 3-14/+40
2016-05-03coresight: tmc: getting rid of multiple read accessGravatar Mathieu Poirier 4-17/+18
2016-05-03coresight: tmc: allocating memory when neededGravatar Mathieu Poirier 3-27/+170
2016-05-03coresight: tmc: making prepare/unprepare functions genericGravatar Mathieu Poirier 4-50/+117
2016-05-03coresight: tmc: splitting driver in ETB/ETF and ETR componentsGravatar Mathieu Poirier 5-261/+357
2016-05-03coresight: tmc: cleaning up header fileGravatar Mathieu Poirier 2-4/+3
2016-05-03coresight: tmc: introducing new header fileGravatar Mathieu Poirier 2-101/+123
2016-05-03coresight: tmc: clearly define number of transfers per burstGravatar Mathieu Poirier 1-2/+2
2016-05-03coresight: tmc: re-implementing tmc_read_prepare/unprepare() functionsGravatar Mathieu Poirier 1-20/+36
2016-05-03coresight: tmc: waiting for TMCReady bit before programmingGravatar Mathieu Poirier 1-0/+9
2016-05-03coresight: tmc: modifying naming conventionGravatar Mathieu Poirier 1-4/+4
2016-05-03coresight: tmc: adding sysFS management entriesGravatar Mathieu Poirier 1-64/+43
2016-05-03coresight: etm4x: add tracer ID for A72 Maia processor.Gravatar Li Pengcheng 1-0/+5
2016-05-03coresight: etb10: fixing the right amount of words to readGravatar Mathieu Poirier 1-1/+1
2016-05-03coresight: stm: adding driver for CoreSight STM componentGravatar Pratik Patel 3-0/+932
2016-05-03coresight: adding path for STM deviceGravatar Mathieu Poirier 1-24/+82
2016-05-03stm class: Support devices that override software assigned mastersGravatar Alexander Shishkin 1-0/+15
2016-05-03coresight: etm4x: modify q_support typeGravatar Li Pengcheng 1-1/+1
2016-05-03coresight: no need to do the forced type conversionGravatar Li Pengcheng 1-2/+2
2016-05-01coresight: removing gratuitous boot time log messagesGravatar Mathieu Poirier 5-5/+0
2016-05-01coresight: etb10: splitting sysFS "status" entryGravatar Mathieu Poirier 1-43/+38
2016-05-01coresight: moving coresight_simple_func() to header fileGravatar Mathieu Poirier 3-55/+51
2016-05-01coresight: etm4x: implementing the perf PMU APIGravatar Mathieu Poirier 2-8/+82
2016-05-01coresight: etm4x: implementing user/kernel mode tracingGravatar Mathieu Poirier 3-1/+42
2016-05-01coresight: etm4x: moving etm_drvdata::enable to atomic fieldGravatar Mathieu Poirier 2-11/+63
2016-05-01coresight: etm4x: unlocking tracers in default arch initGravatar Mathieu Poirier 1-6/+5
2016-05-01coresight: etm4x: splitting etmv4 default configurationGravatar Mathieu Poirier 2-67/+73
2016-05-01coresight: etm4x: splitting struct etmv4_drvdataGravatar Mathieu Poirier 3-445/+533
2016-05-01coresight: etm4x: adding config and traceid registersGravatar Mathieu Poirier 1-0/+4
2016-05-01coresight: etm4x: moving sysFS entries to a dedicated fileGravatar Mathieu Poirier 4-2030/+2052
2016-04-19intel_th: pci: Add Broxton-M SOC supportGravatar Alexander Shishkin 1-0/+5
2016-04-08intel_th: msu: Release resources on removalGravatar Alexander Shishkin 1-0/+12
2016-04-08intel_th: msu: Set fops::owner to prevent module from unloadingGravatar Alexander Shishkin 1-0/+1
2016-04-08intel_th: Hold output driver module reference while capture is activeGravatar Alexander Shishkin 1-0/+5
2016-04-08intel_th: msu: Serialize enabling/disablingGravatar Alexander Shishkin 1-43/+49
2016-04-08intel_th: Fix activating a subdevice without a driverGravatar Alexander Shishkin 2-2/+13
2016-04-08intel_th: pti: Create sysfs attributes using core driver's facilityGravatar Alexander Shishkin 1-6/+1
2016-04-08intel_th: msu: Create sysfs attributes using core driver's facilityGravatar Alexander Shishkin 1-5/+1
2016-04-08intel_th: Allow subdevice drivers to bring in own attribute groupsGravatar Alexander Shishkin 2-0/+15
2016-04-08intel_th: msu: Handle kstrndup() failureGravatar Alexander Shishkin 1-0/+5
2016-04-08intel_th: pti: Do remove sysfs group on device removalGravatar Alexander Shishkin 1-0/+1