summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)Author
2016-05-01coresight: etm4x: splitting etmv4 default configurationMathieu Poirier
2016-05-01coresight: etm4x: splitting struct etmv4_drvdataMathieu Poirier
2016-05-01coresight: etm4x: adding config and traceid registersMathieu Poirier
2016-05-01coresight: etm4x: moving sysFS entries to a dedicated fileMathieu Poirier
2016-04-19intel_th: pci: Add Broxton-M SOC supportAlexander Shishkin
2016-04-08intel_th: msu: Release resources on removalAlexander Shishkin
2016-04-08intel_th: msu: Set fops::owner to prevent module from unloadingAlexander Shishkin
2016-04-08intel_th: Hold output driver module reference while capture is activeAlexander Shishkin
2016-04-08intel_th: msu: Serialize enabling/disablingAlexander Shishkin
2016-04-08intel_th: Fix activating a subdevice without a driverAlexander Shishkin
2016-04-08intel_th: pti: Create sysfs attributes using core driver's facilityAlexander Shishkin
2016-04-08intel_th: msu: Create sysfs attributes using core driver's facilityAlexander Shishkin
2016-04-08intel_th: Allow subdevice drivers to bring in own attribute groupsAlexander Shishkin
2016-04-08intel_th: msu: Handle kstrndup() failureAlexander Shishkin
2016-04-08intel_th: pti: Do remove sysfs group on device removalAlexander Shishkin
2016-04-08stm class: Remove unnecessary pointer incrementAlexander Shishkin
2016-04-08stm class: Fix stm device initialization orderAlexander Shishkin
2016-04-08stm class: Do not leak the chrdev in error pathAlexander Shishkin
2016-04-08stm class: Remove a pointless lineAlexander Shishkin
2016-04-08stm class: stm_heartbeat: Make nr_devs parameter read-onlyAlexander Shishkin
2016-04-08stm class: dummy_stm: Make nr_dummies parameter read-onlyAlexander Shishkin
2016-04-08stm class: Fix integer boundary checks for master rangeChunyan Zhang
2016-03-05drivers/hwtracing: make coresight-etm-perf.c explicitly non-modularPaul Gortmaker
2016-02-20drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker
2016-02-20coresight: introducing a global trace ID functionMathieu Poirier
2016-02-20coresight: etm-perf: new PMU driver for ETM tracersMathieu Poirier
2016-02-20coresight: etb10: implementing AUX APIMathieu Poirier
2016-02-20coresight: etb10: adding operation mode for sink->enable()Mathieu Poirier
2016-02-20coresight: etb10: moving to local atomic operationsMathieu Poirier
2016-02-20coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier
2016-02-20coresight: etm3x: implementing user/kernel mode tracingMathieu Poirier
2016-02-20coresight: etm3x: consolidating initial configMathieu Poirier
2016-02-20coresight: etm3x: changing default trace configurationMathieu Poirier
2016-02-20coresight: etm3x: set progbit to stop trace collectionMathieu Poirier
2016-02-20coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier
2016-02-20coresight: etm3x: splitting struct etm_drvdataMathieu Poirier
2016-02-20coresight: etm3x: unlocking tracers in default arch initMathieu Poirier
2016-02-20coresight: etm3x: moving sysFS entries to dedicated fileMathieu Poirier
2016-02-20coresight: etm3x: moving etm_readl/writel to header fileMathieu Poirier
2016-02-20coresight: moving PM runtime operations to core frameworkMathieu Poirier
2016-02-20coresight: add API to get sink from pathMathieu Poirier
2016-02-20coresight: associating path with session rather than tracerMathieu Poirier
2016-02-20coresight: etm4x: Check every parameter used by dma_xx_coherent.Eric Long
2016-02-20coresight: "DEVICE_ATTR_RO" should defined as static.Eric Long
2016-02-20stm class: dummy_stm: Add link callback for fault injectionAlexander Shishkin
2016-02-20stm class: Plug stm device's unlink callbackAlexander Shishkin
2016-02-20stm class: Fix a race in unlinkingAlexander Shishkin
2016-02-20stm class: Fix unbalanced module/device refcountingAlexander Shishkin
2016-02-20stm class: Guard output assignment against concurrencyAlexander Shishkin
2016-02-20stm class: Fix unlocking braino in the error pathAlexander Shishkin