1. cbe4a61 stm class: Do not leak the chrdev in error path by Alexander Shishkin · 8 years ago
  2. 8fa11d1 stm class: Remove a pointless line by Alexander Shishkin · 8 years ago
  3. c8be489 stm class: stm_heartbeat: Make nr_devs parameter read-only by Alexander Shishkin · 8 years ago
  4. 118b451 stm class: dummy_stm: Make nr_dummies parameter read-only by Alexander Shishkin · 8 years ago
  5. f57af6d stm class: Fix integer boundary checks for master range by Chunyan Zhang · 8 years ago
  6. ca48fa2 drivers/hwtracing: make coresight-etm-perf.c explicitly non-modular by Paul Gortmaker · 8 years ago
  7. 941943c drivers/hwtracing: make coresight-* explicitly non-modular by Paul Gortmaker · 8 years ago
  8. 17534ce coresight: introducing a global trace ID function by Mathieu Poirier · 8 years ago
  9. 0bcbf2e coresight: etm-perf: new PMU driver for ETM tracers by Mathieu Poirier · 8 years ago
  10. 2997aa4 coresight: etb10: implementing AUX API by Mathieu Poirier · 8 years ago
  11. e827d45 coresight: etb10: adding operation mode for sink->enable() by Mathieu Poirier · 8 years ago
  12. 27b10da coresight: etb10: moving to local atomic operations by Mathieu Poirier · 8 years ago
  13. 882d5e1 coresight: etm3x: implementing perf_enable/disable() API by Mathieu Poirier · 8 years ago
  14. 2127154 coresight: etm3x: implementing user/kernel mode tracing by Mathieu Poirier · 8 years ago
  15. c528a25 coresight: etm3x: consolidating initial config by Mathieu Poirier · 8 years ago
  16. e192172 coresight: etm3x: changing default trace configuration by Mathieu Poirier · 8 years ago
  17. 47cd066 coresight: etm3x: set progbit to stop trace collection by Mathieu Poirier · 8 years ago
  18. 22fd532 coresight: etm3x: adding operation mode for etm_enable() by Mathieu Poirier · 8 years ago
  19. 1925a47 coresight: etm3x: splitting struct etm_drvdata by Mathieu Poirier · 8 years ago
  20. ae69a1d coresight: etm3x: unlocking tracers in default arch init by Mathieu Poirier · 8 years ago
  21. c04148e coresight: etm3x: moving sysFS entries to dedicated file by Mathieu Poirier · 8 years ago
  22. c1f8e57 coresight: etm3x: moving etm_readl/writel to header file by Mathieu Poirier · 8 years ago
  23. 5da5325 coresight: moving PM runtime operations to core framework by Mathieu Poirier · 8 years ago
  24. b6404e2 coresight: add API to get sink from path by Mathieu Poirier · 8 years ago
  25. b3e9440 coresight: associating path with session rather than tracer by Mathieu Poirier · 8 years ago
  26. 6139059 coresight: etm4x: Check every parameter used by dma_xx_coherent. by Eric Long · 8 years ago
  27. bf16e5b coresight: "DEVICE_ATTR_RO" should defined as static. by Eric Long · 8 years ago
  28. adcde63 stm class: dummy_stm: Add link callback for fault injection by Alexander Shishkin · 8 years ago
  29. cc84240 stm class: Plug stm device's unlink callback by Alexander Shishkin · 8 years ago
  30. b4ca34a stm class: Fix a race in unlinking by Alexander Shishkin · 8 years ago
  31. f7c81c71 stm class: Fix unbalanced module/device refcounting by Alexander Shishkin · 8 years ago
  32. cde4ad8 stm class: Guard output assignment against concurrency by Alexander Shishkin · 8 years ago
  33. 1810f2c stm class: Fix unlocking braino in the error path by Alexander Shishkin · 8 years ago
  34. 1192918 stm class: Add heartbeat stm source device by Alexander Shishkin · 8 years ago
  35. bcfdf8a stm class: dummy_stm: Create multiple devices by Alexander Shishkin · 8 years ago
  36. 59be422 stm class: Support devices with multiple instances by Alexander Shishkin · 8 years ago
  37. f8560a9 stm class: Use driver's packet callback return value by Alexander Shishkin · 8 years ago
  38. 14136e3 intel_th: Use real device index in the node names by Alexander Shishkin · 8 years ago
  39. d7b1787 intel_th: Set root device's drvdata early by Alexander Shishkin · 8 years ago
  40. 9700750 intel_th: sth: Sanitize packet callback's return values by Alexander Shishkin · 8 years ago
  41. 2bed074 intel_th: msu: Release resources on read error by Laurent FERT · 8 years ago
  42. e4eca2a intel_th: msu: Fix offset for wrapped block by Laurent FERT · 8 years ago
  43. 4d02cef intel_th: Update scratchpad bits according to enabled output activity by Alexander Shishkin · 8 years ago
  44. c1a327c intel_th: gth: Remove commented-out code by Alexander Shishkin · 8 years ago
  45. 993c7f1 intel_th: Depend on HAS_IOMEM by Alexander Shishkin · 8 years ago
  46. 73a3ed1 stm class: Fix master deallocation in device unregistering by Chunyan Zhang · 8 years ago
  47. f45f40a stm class: Use a signed return type for stm_find_master_chan by Lucas Tanure · 8 years ago
  48. 3f04088 intel_th: pci: Add Broxton SOC support by Alexander Shishkin · 8 years ago
  49. 6396b91 intel_th: pci: Add Apollo Lake SOC support by Alexander Shishkin · 8 years ago
  50. f08b182 stm class: Prevent user-controllable allocations by Alexander Shishkin · 8 years ago
  51. 7b3bb0e stm class: Fix an off-by-one in master array allocation by Chunyan Zhang · 8 years ago
  52. c74f7e8 stm class: Fix link list locking by Alexander Shishkin · 8 years ago
  53. 4c127fd stm class: Fix locking in unbinding policy path by Alexander Shishkin · 8 years ago
  54. 042d446 stm class: Select CONFIG_SRCU by Arnd Bergmann · 8 years ago
  55. 8d04393 intel_th: INTEL_TH should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
  56. 4a2e2b1 stm class: Hide STM-specific options if STM is disabled by Geert Uytterhoeven · 8 years ago
  57. 52210c8 coresight: implementing 'cpu_id()' API by Mathieu Poirier · 8 years ago
  58. b15f0fb coresight: removing bind/unbind options from sysfs by Mathieu Poirier · 8 years ago
  59. ad725ae coresight: remove csdev's link from topology by Mathieu Poirier · 8 years ago
  60. f2dfab3 coresight: release reference taken by 'bus_find_device()' by Mathieu Poirier · 8 years ago
  61. fae5415 coresight: coresight_unregister() function cleanup by Mathieu Poirier · 8 years ago
  62. a9ddc71 coresight: fixing lockdep error by Mathieu Poirier · 8 years ago
  63. ff87422 coresight: fixing indentation problem by Mathieu Poirier · 8 years ago
  64. b9884d3 coresight: Fix a typo in Kconfig by Andrew F. Davis · 8 years ago
  65. fadf3a4 coresight: checking for NULL string in coresight_name_match() by Mathieu Poirier · 8 years ago
  66. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  67. 73061da intel_th: Check for NULL instead of ERR_PTR by Dan Carpenter · 9 years ago
  68. 1c09057 stm class: Select configfs by Alexander Shishkin · 9 years ago
  69. ed39268 intel_th: Fix integer mismatch warnings by Alexander Shishkin · 9 years ago
  70. 0df771d stm class: Mark src::link __rcu by Alexander Shishkin · 9 years ago
  71. af61621 coresight: etm3x: making error message unambiguous by Mathieu Poirier · 9 years ago
  72. 7253e4c coresight: etm3x: breaking down sysFS status interface by Mathieu Poirier · 9 years ago
  73. adfad87 coresight: etm3x: adding cpu affinity to sysFS interface by Mathieu Poirier · 9 years ago
  74. 58b8d51 coresight: adding comments to remove ambiguity by Mathieu Poirier · 9 years ago
  75. 497b595 Coresight: ETMv4: Prevent TRCRSCTLR0&1 from being accessed by Chunyan Zhang · 9 years ago
  76. 14cdbf0 intel_th: Add PTI output driver by Alexander Shishkin · 9 years ago
  77. ba82664 intel_th: Add Memory Storage Unit driver by Alexander Shishkin · 9 years ago
  78. f04e449 intel_th: Add Software Trace Hub driver by Alexander Shishkin · 9 years ago
  79. b27a6a3 intel_th: Add Global Trace Hub driver by Alexander Shishkin · 9 years ago
  80. 2b0b16d intel_th: Add pci glue layer for Intel(R) Trace Hub by Alexander Shishkin · 9 years ago
  81. 39f4034 intel_th: Add driver infrastructure for Intel(R) Trace Hub devices by Alexander Shishkin · 9 years ago
  82. e3e5a3d stm class: stm_console: Add kernel-console-over-stm driver by Alexander Shishkin · 9 years ago
  83. 2c41538 stm class: dummy_stm: Add dummy driver for testing stm class by Alexander Shishkin · 9 years ago
  84. 7bd1d40 stm class: Introduce an abstraction for System Trace Module devices by Alexander Shishkin · 9 years ago
  85. f67b467 coresight-etm4x: Support context-ID tracing when PID namespace is enabled by Chunyan Zhang · 9 years ago
  86. a440617 coresight-etm3x: Support context-ID tracing when PID namespace is enabled by Chunyan Zhang · 9 years ago
  87. cd196ac coresight-etm4x: Change the name of the ctxid_val to ctxid_pid by Chunyan Zhang · 9 years ago
  88. 414a141 coresight-etm3x: Change the name of the ctxid_val to ctxid_pid by Chunyan Zhang · 9 years ago
  89. c35aaa1 coresight: replicator: Use builtin_platform_driver() by Vaishali Thakkar · 9 years ago
  90. 27d3fd3 coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID by Ivan T. Ivanov · 9 years ago
  91. fc368ea drivers/hwtracing: fix coresight-etm4x implicit <module.h> usage by Paul Gortmaker · 9 years ago
  92. 5a6a7cd drivers/hwtracing: fix coresight-replicator-qcom implicit <module.h> usage by Paul Gortmaker · 9 years ago
  93. 620cf78 coresight: replicator: Add Qualcomm CoreSight Replicator driver by Pratik Patel · 9 years ago
  94. 4370123 coresight: fix typo in of_coresight.c by Pankaj Dubey · 9 years ago
  95. 9875cd9 coresight: replicator: retrieve and handle atclk by Linus Walleij · 9 years ago
  96. 2e5f75d coresight: funnel: retrieve and handle atclk by Linus Walleij · 9 years ago
  97. 267b2c2 coresight: etb: retrieve and handle atclk by Linus Walleij · 9 years ago
  98. db341d3 coresight: tpiu: retrieve and handle atclk by Linus Walleij · 9 years ago
  99. d1839e6 coresight: etm: retrieve and handle atclk by Linus Walleij · 9 years ago
  100. 32398ef coresight: tmc: let runtime PM handle core clock by Linus Walleij · 9 years ago