Age | Commit message (Expand) | Author | Files | Lines |
2016-05-02 | coresight: etm4x: unlocking tracers in default arch init | Mathieu Poirier | 1 | -6/+5 |
2016-05-02 | coresight: etm4x: splitting etmv4 default configuration | Mathieu Poirier | 2 | -67/+73 |
2016-05-02 | coresight: etm4x: splitting struct etmv4_drvdata | Mathieu Poirier | 3 | -445/+533 |
2016-05-02 | coresight: etm4x: adding config and traceid registers | Mathieu Poirier | 1 | -0/+4 |
2016-05-02 | coresight: etm4x: moving sysFS entries to a dedicated file | Mathieu Poirier | 4 | -2030/+2052 |
2016-04-19 | intel_th: pci: Add Broxton-M SOC support | Alexander Shishkin | 1 | -0/+5 |
2016-04-08 | intel_th: msu: Release resources on removal | Alexander Shishkin | 1 | -0/+12 |
2016-04-08 | intel_th: msu: Set fops::owner to prevent module from unloading | Alexander Shishkin | 1 | -0/+1 |
2016-04-08 | intel_th: Hold output driver module reference while capture is active | Alexander Shishkin | 1 | -0/+5 |
2016-04-08 | intel_th: msu: Serialize enabling/disabling | Alexander Shishkin | 1 | -43/+49 |
2016-04-08 | intel_th: Fix activating a subdevice without a driver | Alexander Shishkin | 2 | -2/+13 |
2016-04-08 | intel_th: pti: Create sysfs attributes using core driver's facility | Alexander Shishkin | 1 | -6/+1 |
2016-04-08 | intel_th: msu: Create sysfs attributes using core driver's facility | Alexander Shishkin | 1 | -5/+1 |
2016-04-08 | intel_th: Allow subdevice drivers to bring in own attribute groups | Alexander Shishkin | 2 | -0/+15 |
2016-04-08 | intel_th: msu: Handle kstrndup() failure | Alexander Shishkin | 1 | -0/+5 |
2016-04-08 | intel_th: pti: Do remove sysfs group on device removal | Alexander Shishkin | 1 | -0/+1 |
2016-04-08 | stm class: Remove unnecessary pointer increment | Alexander Shishkin | 1 | -1/+1 |
2016-04-08 | stm class: Fix stm device initialization order | Alexander Shishkin | 1 | -8/+9 |
2016-04-08 | stm class: Do not leak the chrdev in error path | Alexander Shishkin | 1 | -0/+2 |
2016-04-08 | stm class: Remove a pointless line | Alexander Shishkin | 1 | -2/+0 |
2016-04-08 | stm class: stm_heartbeat: Make nr_devs parameter read-only | Alexander Shishkin | 1 | -9/+5 |
2016-04-08 | stm class: dummy_stm: Make nr_dummies parameter read-only | Alexander Shishkin | 1 | -9/+5 |
2016-04-08 | stm class: Fix integer boundary checks for master range | Chunyan Zhang | 1 | -2/+1 |
2016-03-05 | drivers/hwtracing: make coresight-etm-perf.c explicitly non-modular | Paul Gortmaker | 1 | -2/+2 |
2016-02-21 | drivers/hwtracing: make coresight-* explicitly non-modular | Paul Gortmaker | 10 | -45/+24 |
2016-02-21 | coresight: introducing a global trace ID function | Mathieu Poirier | 1 | -5/+2 |
2016-02-21 | coresight: etm-perf: new PMU driver for ETM tracers | Mathieu Poirier | 4 | -1/+434 |
2016-02-21 | coresight: etb10: implementing AUX API | Mathieu Poirier | 1 | -0/+234 |
2016-02-21 | coresight: etb10: adding operation mode for sink->enable() | Mathieu Poirier | 5 | -15/+31 |
2016-02-21 | coresight: etb10: moving to local atomic operations | Mathieu Poirier | 1 | -4/+5 |
2016-02-21 | coresight: etm3x: implementing perf_enable/disable() API | Mathieu Poirier | 4 | -7/+95 |
2016-02-21 | coresight: etm3x: implementing user/kernel mode tracing | Mathieu Poirier | 4 | -1/+75 |
2016-02-21 | coresight: etm3x: consolidating initial config | Mathieu Poirier | 1 | -23/+14 |
2016-02-21 | coresight: etm3x: changing default trace configuration | Mathieu Poirier | 2 | -16/+15 |
2016-02-21 | coresight: etm3x: set progbit to stop trace collection | Mathieu Poirier | 1 | -3/+0 |
2016-02-21 | coresight: etm3x: adding operation mode for etm_enable() | Mathieu Poirier | 6 | -16/+75 |
2016-02-21 | coresight: etm3x: splitting struct etm_drvdata | Mathieu Poirier | 3 | -240/+305 |
2016-02-21 | coresight: etm3x: unlocking tracers in default arch init | Mathieu Poirier | 1 | -5/+5 |
2016-02-21 | coresight: etm3x: moving sysFS entries to dedicated file | Mathieu Poirier | 4 | -1218/+1241 |
2016-02-21 | coresight: etm3x: moving etm_readl/writel to header file | Mathieu Poirier | 2 | -29/+29 |
2016-02-21 | coresight: moving PM runtime operations to core framework | Mathieu Poirier | 9 | -29/+8 |
2016-02-21 | coresight: add API to get sink from path | Mathieu Poirier | 2 | -0/+16 |
2016-02-21 | coresight: associating path with session rather than tracer | Mathieu Poirier | 2 | -95/+206 |
2016-02-21 | coresight: etm4x: Check every parameter used by dma_xx_coherent. | Eric Long | 1 | -2/+2 |
2016-02-21 | coresight: "DEVICE_ATTR_RO" should defined as static. | Eric Long | 2 | -2/+2 |
2016-02-21 | stm class: dummy_stm: Add link callback for fault injection | Alexander Shishkin | 1 | -0/+14 |
2016-02-21 | stm class: Plug stm device's unlink callback | Alexander Shishkin | 1 | -4/+19 |
2016-02-21 | stm class: Fix a race in unlinking | Alexander Shishkin | 1 | -12/+42 |
2016-02-21 | stm class: Fix unbalanced module/device refcounting | Alexander Shishkin | 1 | -6/+14 |
2016-02-21 | stm class: Guard output assignment against concurrency | Alexander Shishkin | 2 | -0/+18 |