1. 26c2e92 most: core: Constify static attribute_group structs by Rikard Falkeborn · 4 years ago
  2. e4463e4 staging: most: avoid null pointer dereference when iface is null by Colin Ian King · 4 years, 6 months ago
  3. 5e56bc0 most: core: use function subsys_initcall() by Christian Gromm · 4 years, 8 months ago
  4. b276527 staging: most: move core files out of the staging area by Christian Gromm · 4 years, 10 months ago[Renamed (99%) from drivers/staging/most/core.c]
  5. 234ff54 staging: most: core: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  6. b7935e5 staging: most: core: fix logging messages by Christian Gromm · 5 years ago
  7. d693e90 staging: most: core: remove container struct by Christian Gromm · 5 years ago
  8. 6a82c77 staging: most: remove struct device core driver by Christian Gromm · 5 years ago
  9. 2485055 staging: most: core: drop device reference by Christian Gromm · 5 years ago
  10. 723de0f staging: most: remove device from interface structure by Christian Gromm · 5 years ago
  11. 532c291 staging: most: remove header include path to drivers/staging by Masahiro Yamada · 5 years ago
  12. 7937691 staging: most: core: remove noisy log messages by Christian Gromm · 5 years ago
  13. 78ce8b2 staging: most: core: use dev_* function for logging by Christian Gromm · 5 years ago
  14. ca78e04 staging: most: core: fix date in file comment by Christian Gromm · 5 years ago
  15. 45917e7 staging: most: rename struct core_component by Christian Gromm · 5 years ago
  16. c1d3fb8 staging: most: rename core.h to most.h by Christian Gromm · 5 years ago
  17. 1637a94 staging: most: core: remove sysfs attr remove_link by Christian Gromm · 5 years ago
  18. af96ce0 staging: most: core: add comments to mutex and spinlock definitions by Christian Gromm · 5 years ago
  19. 4df0991 staging: most: remove string termination dependency from user space data by Christian Gromm · 5 years ago
  20. f419f88 staging: most-core: Fix checkpatch warnings by Peikan Tsai · 5 years ago
  21. 209de31 staging: most-core: Use bus_find_device_by_name by Suzuki K Poulose · 6 years ago
  22. 3970d0d staging: most: core: replace strcpy() by strscpy() by Gustavo A. R. Silva · 6 years ago
  23. 817de6b Merge 5.1-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
  24. acdbb89 staging: most: allow speculative configuration by Christian Gromm · 6 years ago
  25. a1ee286 staging: most: core: remove attribute add_link by Christian Gromm · 6 years ago
  26. 787105b staging: most: core: make sysfs attributes read-only by Christian Gromm · 6 years ago
  27. 919c03a staging: most: enable configfs support by Christian Gromm · 6 years ago
  28. 3d89b27 staging: most: core: add configfs interface functions by Christian Gromm · 6 years ago
  29. dfee92d staging: most: change signature of function probe_channel by Christian Gromm · 6 years ago
  30. 131ac62 staging: most: core: use device description as name by Christian Gromm · 6 years ago
  31. 13c4500 staging: most: use format specifier "%s" in snprintf by Colin Ian King · 6 years ago
  32. bddd3c2 staging: most: fix label names by Christian Gromm · 6 years ago
  33. 4ad8662 staging: most: do not make interface dependent attrs default for all channels by Christian Gromm · 6 years ago
  34. f0b4a22 staging: most: register channel device after init of struct members by Christian Gromm · 6 years ago
  35. 3598cec staging: most: make interface drivers allocate coherent memory by Christian Gromm · 7 years ago
  36. dbd36d5 staging: most: add channel property dbr_size by Christian Gromm · 7 years ago
  37. aaf4032 staging: most: allocate only all requested memory by Christian Gromm · 7 years ago
  38. c92e677 staging: most: Remove unnecessary usage of BUG_ON(). by Quytelda Kahja · 7 years ago
  39. 92d01a5 staging: most: Indent function parameter. by Quytelda Kahja · 7 years ago
  40. ed49a3b staging: most: Add a blank line. by Quytelda Kahja · 7 years ago
  41. 275efcfa staging: most: Remove unnecessary OOM messages. by Quytelda Kahja · 7 years ago
  42. 37d641e staging: most: Avoid trailing semicolon for macros by Ravi Eluri · 7 years ago
  43. 845c31d staging: most: core: make functions print_links and most_match static by Colin Ian King · 7 years ago
  44. e7e3ce0 staging: most: core: fix list traversing by Andrey Shvetsov · 7 years ago
  45. eb9e2bc staging: most: core: remove class generation by Christian Gromm · 7 years ago
  46. 3ba5515 staging: most: core: check value returned by match function by Christian Gromm · 7 years ago
  47. 7e0d354 staging: most: core: fix formatting by Christian Gromm · 7 years ago
  48. fdbdc0e staging: most: core: denote modules as components by Christian Gromm · 7 years ago
  49. b7937dc staging: most: fix comment sections by Christian Gromm · 7 years ago
  50. db09fe0 staging: most: core: rename function link_channel_to_aim by Christian Gromm · 7 years ago
  51. 5a5abf0 staging: most: core: rename aim variables by Christian Gromm · 7 years ago
  52. 81ce26b staging: most: core: rename mod_list by Christian Gromm · 7 years ago
  53. ed021a0 staging: most: rename functions to register a driver with most_core by Christian Gromm · 7 years ago
  54. a128444 staging: most: rename struct most_aim by Christian Gromm · 7 years ago
  55. 845101b staging: most: core: put channel name in struct most_channel by Christian Gromm · 7 years ago
  56. 9136fcc staging: most: core: replace struct most_inst_obj by Christian Gromm · 7 years ago
  57. ec0c2f6 staging: most: core: rename function by Christian Gromm · 7 years ago
  58. 3d6eb1d staging: most: core: remove struct device by Christian Gromm · 7 years ago
  59. bdafb7e staging: most: core: fix sysfs attribute management by Christian Gromm · 7 years ago
  60. a6404e6 staging: most: core: track aim modules with linked list by Christian Gromm · 7 years ago
  61. 14ae5f0 staging: most: core: use structure to pack driver specific data by Christian Gromm · 7 years ago
  62. f898f98 staging: most: core: rename members aim* of struct most_channel by Christian Gromm · 7 years ago
  63. ab868ba staging: most: core: rename struct memeber by Christian Gromm · 7 years ago
  64. 7faeffe staging: most: core: rename struct most_c_aim_obj to pipe by Christian Gromm · 7 years ago
  65. fcb7fad staging: most: core: rename structure by Christian Gromm · 7 years ago
  66. e6e79b4 staging: most: core: encapsulate code in function by Christian Gromm · 7 years ago
  67. 921c80c staging: most: core: add a match function for the bus by Christian Gromm · 7 years ago
  68. 14c018a staging: most: core: remove function get_channel_by_iface by Christian Gromm · 7 years ago
  69. 4d5f022 staging: most: remove proprietary kobjects by Christian Gromm · 7 years ago
  70. 057301c staging: most: move core files by Christian Gromm · 7 years ago[Renamed (99%) from drivers/staging/most/mostcore/core.c]
  71. c1dcb35 staging: most: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  72. 1a79f22 staging: most: add SPDX identifiers to all most driver files by Greg Kroah-Hartman · 7 years ago
  73. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  74. 5f78862 staging: most: consolidate attributes for list of links by Andrey Shvetsov · 8 years ago
  75. add98da staging: most: core: separate property showing links by Andrey Shvetsov · 8 years ago
  76. 7dc7022 staging: most: core: consolidate channel attributes by Andrey Shvetsov · 8 years ago
  77. 1c74e3a staging: most: core: make use of __ATTR_* macros by Christian Gromm · 8 years ago
  78. 4dd7c7c staging: most: core: fix function names by Christian Gromm · 8 years ago
  79. bf676f4 staging: most: fix comment of the function remove_link_store by Andrey Shvetsov · 8 years ago
  80. 0b4194f staging: most: fix comment of the function add_link_store by Andrey Shvetsov · 8 years ago
  81. 7e47629 staging: most: Eliminate usage of symbolic permissions by Jason Litzinger · 8 years ago
  82. eefb2a8 staging: most: core: update examples on how to link channels by Andrey Shvetsov · 8 years ago
  83. 5d7df3a staging: most: core: remove processing of deprecated names by Andrey Shvetsov · 8 years ago
  84. 931161b staging: most: core: remove read option from remove_link by Andrey Shvetsov · 8 years ago
  85. 7b518be staging: most: core: remove member add_link by Andrey Shvetsov · 8 years ago
  86. 0540609 staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOC by Andrey Shvetsov · 8 years ago
  87. 95f7301 staging: most: clean up configuration strings by Christian Gromm · 8 years ago
  88. 22ff195 staging: most: core: remove trailing zero from text property by Andrey Shvetsov · 8 years ago
  89. a6f9d84 staging: most: make function most_submit_mbo return void by Christian Gromm · 8 years ago
  90. bc5f96a staging: most: core: show all linked channels by Christian Gromm · 8 years ago
  91. bf9503f staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue by Christian Gromm · 8 years ago
  92. 99d7534 staging: most: core: rename device struct of core module by Christian Gromm · 9 years ago
  93. 5a63e23 staging: most: core: remove debug print by Christian Gromm · 9 years ago
  94. 3e8b9fe Staging: most: Do not print message if kzalloc() failed. by Sandhya Bankar · 9 years ago
  95. cc4188b staging: most: return proper error by Sudip Mukherjee · 9 years ago
  96. e7f2b70 staging: most: replace multiple if..else with table lookup by Hari Prasath Gujulan Elango · 9 years ago
  97. 17ac98a staging: most: fix error comparison by Sudip Mukherjee · 9 years ago
  98. cdc293d staging: most: fix retrieval of buffer availability by Christian Gromm · 9 years ago
  99. 61f6bfc staging: most: remove redundant mutexes by Christian Gromm · 9 years ago
  100. b522e61 staging: most: remove code to destroy channel by Christian Gromm · 9 years ago