aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-01coresight: etm4x: splitting etmv4 default configurationMathieu Poirier2-67/+73
2016-05-01coresight: etm4x: splitting struct etmv4_drvdataMathieu Poirier3-445/+533
2016-05-01coresight: etm4x: adding config and traceid registersMathieu Poirier1-0/+4
2016-05-01coresight: etm4x: moving sysFS entries to a dedicated fileMathieu Poirier4-2030/+2052
2016-04-19intel_th: pci: Add Broxton-M SOC supportAlexander Shishkin1-0/+5
2016-04-08intel_th: msu: Release resources on removalAlexander Shishkin1-0/+12
2016-04-08intel_th: msu: Set fops::owner to prevent module from unloadingAlexander Shishkin1-0/+1
2016-04-08intel_th: Hold output driver module reference while capture is activeAlexander Shishkin1-0/+5
2016-04-08intel_th: msu: Serialize enabling/disablingAlexander Shishkin1-43/+49
2016-04-08intel_th: Fix activating a subdevice without a driverAlexander Shishkin2-2/+13
2016-04-08intel_th: pti: Create sysfs attributes using core driver's facilityAlexander Shishkin1-6/+1
2016-04-08intel_th: msu: Create sysfs attributes using core driver's facilityAlexander Shishkin1-5/+1
2016-04-08intel_th: Allow subdevice drivers to bring in own attribute groupsAlexander Shishkin2-0/+15
2016-04-08intel_th: msu: Handle kstrndup() failureAlexander Shishkin1-0/+5
2016-04-08intel_th: pti: Do remove sysfs group on device removalAlexander Shishkin1-0/+1
2016-04-08stm class: Remove unnecessary pointer incrementAlexander Shishkin1-1/+1
2016-04-08stm class: Fix stm device initialization orderAlexander Shishkin1-8/+9
2016-04-08stm class: Do not leak the chrdev in error pathAlexander Shishkin1-0/+2
2016-04-08stm class: Remove a pointless lineAlexander Shishkin1-2/+0
2016-04-08stm class: stm_heartbeat: Make nr_devs parameter read-onlyAlexander Shishkin1-9/+5
2016-04-08stm class: dummy_stm: Make nr_dummies parameter read-onlyAlexander Shishkin1-9/+5
2016-04-08stm class: Fix integer boundary checks for master rangeChunyan Zhang1-2/+1
2016-03-05drivers/hwtracing: make coresight-etm-perf.c explicitly non-modularPaul Gortmaker1-2/+2
2016-02-20drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker10-45/+24
2016-02-20coresight: introducing a global trace ID functionMathieu Poirier1-5/+2
2016-02-20coresight: etm-perf: new PMU driver for ETM tracersMathieu Poirier4-1/+434
2016-02-20coresight: etb10: implementing AUX APIMathieu Poirier1-0/+234
2016-02-20coresight: etb10: adding operation mode for sink->enable()Mathieu Poirier5-15/+31
2016-02-20coresight: etb10: moving to local atomic operationsMathieu Poirier1-4/+5
2016-02-20coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier4-7/+95
2016-02-20coresight: etm3x: implementing user/kernel mode tracingMathieu Poirier4-1/+75
2016-02-20coresight: etm3x: consolidating initial configMathieu Poirier1-23/+14
2016-02-20coresight: etm3x: changing default trace configurationMathieu Poirier2-16/+15
2016-02-20coresight: etm3x: set progbit to stop trace collectionMathieu Poirier1-3/+0
2016-02-20coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier6-16/+75
2016-02-20coresight: etm3x: splitting struct etm_drvdataMathieu Poirier3-240/+305
2016-02-20coresight: etm3x: unlocking tracers in default arch initMathieu Poirier1-5/+5
2016-02-20coresight: etm3x: moving sysFS entries to dedicated fileMathieu Poirier4-1218/+1241
2016-02-20coresight: etm3x: moving etm_readl/writel to header fileMathieu Poirier2-29/+29
2016-02-20coresight: moving PM runtime operations to core frameworkMathieu Poirier9-29/+8
2016-02-20coresight: add API to get sink from pathMathieu Poirier2-0/+16
2016-02-20coresight: associating path with session rather than tracerMathieu Poirier2-95/+206
2016-02-20coresight: etm4x: Check every parameter used by dma_xx_coherent.Eric Long1-2/+2
2016-02-20coresight: "DEVICE_ATTR_RO" should defined as static.Eric Long2-2/+2
2016-02-20stm class: dummy_stm: Add link callback for fault injectionAlexander Shishkin1-0/+14
2016-02-20stm class: Plug stm device's unlink callbackAlexander Shishkin1-4/+19
2016-02-20stm class: Fix a race in unlinkingAlexander Shishkin1-12/+42
2016-02-20stm class: Fix unbalanced module/device refcountingAlexander Shishkin1-6/+14
2016-02-20stm class: Guard output assignment against concurrencyAlexander Shishkin2-0/+18
2016-02-20stm class: Fix unlocking braino in the error pathAlexander Shishkin1-4/+3