summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm class: Fix stm device initialization orderAlexander Shishkin2016-04-081-8/+9
* stm class: Do not leak the chrdev in error pathAlexander Shishkin2016-04-081-0/+2
* stm class: Remove a pointless lineAlexander Shishkin2016-04-081-2/+0
* stm class: stm_heartbeat: Make nr_devs parameter read-onlyAlexander Shishkin2016-04-081-9/+5
* stm class: dummy_stm: Make nr_dummies parameter read-onlyAlexander Shishkin2016-04-081-9/+5
* stm class: Fix integer boundary checks for master rangeChunyan Zhang2016-04-081-2/+1
* drivers/hwtracing: make coresight-etm-perf.c explicitly non-modularPaul Gortmaker2016-03-051-2/+2
* drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker2016-02-2010-45/+24
* coresight: introducing a global trace ID functionMathieu Poirier2016-02-201-5/+2
* coresight: etm-perf: new PMU driver for ETM tracersMathieu Poirier2016-02-204-1/+434
* coresight: etb10: implementing AUX APIMathieu Poirier2016-02-201-0/+234
* coresight: etb10: adding operation mode for sink->enable()Mathieu Poirier2016-02-205-15/+31
* coresight: etb10: moving to local atomic operationsMathieu Poirier2016-02-201-4/+5
* coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier2016-02-204-7/+95
* coresight: etm3x: implementing user/kernel mode tracingMathieu Poirier2016-02-204-1/+75
* coresight: etm3x: consolidating initial configMathieu Poirier2016-02-201-23/+14
* coresight: etm3x: changing default trace configurationMathieu Poirier2016-02-202-16/+15
* coresight: etm3x: set progbit to stop trace collectionMathieu Poirier2016-02-201-3/+0
* coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier2016-02-206-16/+75
* coresight: etm3x: splitting struct etm_drvdataMathieu Poirier2016-02-203-240/+305
* coresight: etm3x: unlocking tracers in default arch initMathieu Poirier2016-02-201-5/+5
* coresight: etm3x: moving sysFS entries to dedicated fileMathieu Poirier2016-02-204-1218/+1241
* coresight: etm3x: moving etm_readl/writel to header fileMathieu Poirier2016-02-202-29/+29
* coresight: moving PM runtime operations to core frameworkMathieu Poirier2016-02-209-29/+8
* coresight: add API to get sink from pathMathieu Poirier2016-02-202-0/+16
* coresight: associating path with session rather than tracerMathieu Poirier2016-02-202-95/+206
* coresight: etm4x: Check every parameter used by dma_xx_coherent.Eric Long2016-02-201-2/+2
* coresight: "DEVICE_ATTR_RO" should defined as static.Eric Long2016-02-202-2/+2
* stm class: dummy_stm: Add link callback for fault injectionAlexander Shishkin2016-02-201-0/+14
* stm class: Plug stm device's unlink callbackAlexander Shishkin2016-02-201-4/+19
* stm class: Fix a race in unlinkingAlexander Shishkin2016-02-201-12/+42
* stm class: Fix unbalanced module/device refcountingAlexander Shishkin2016-02-201-6/+14
* stm class: Guard output assignment against concurrencyAlexander Shishkin2016-02-202-0/+18
* stm class: Fix unlocking braino in the error pathAlexander Shishkin2016-02-201-4/+3
* stm class: Add heartbeat stm source deviceAlexander Shishkin2016-02-203-0/+143
* stm class: dummy_stm: Create multiple devicesAlexander Shishkin2016-02-201-9/+48
* stm class: Support devices with multiple instancesAlexander Shishkin2016-02-201-3/+4
* stm class: Use driver's packet callback return valueAlexander Shishkin2016-02-201-7/+12