1. 72a67ba staging/rdma/hfi1: Clear the QSFP reset that is asserted on FLR by Easwar Hariharan · 9 years ago
  2. 6c63e42 staging/rdma/hfi1: Convert dd_dev_info() to hfi1_cdbg() in process startup by Sebastian Sanchez · 9 years ago
  3. e23afff staging: most: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 9 years ago
  4. c904ffd staging: most: rename DIM_EnqueueBuffer to dim_enqueue_buffer by Chaehyun Lim · 9 years ago
  5. 60d5f66 staging: most: rename DIM_GetChannelState to dim_get_channel_state by Chaehyun Lim · 9 years ago
  6. e380925 staging: most: fix argument name of DIM_GetChannelState by Chaehyun Lim · 9 years ago
  7. 0d08d54 staging: most: rename DIM_ServiceChannel to dim_service_channel by Chaehyun Lim · 9 years ago
  8. e5baa9e staging: most: rename DIM_ServiceIrq to dim_service_irq by Chaehyun Lim · 9 years ago
  9. a5e4d89 staging: most: rename DIM_DestroyChannel to dim_destroy_channel by Chaehyun Lim · 9 years ago
  10. 10e5efb staging: most: rename DIM_InitSync to dim_init_sync by Chaehyun Lim · 9 years ago
  11. f138317 staging: most: rename DIM_InitIsoc to dim_init_isoc by Chaehyun Lim · 9 years ago
  12. 2630315 staging: most: rename DIM_InitAsync to dim_init_async by Chaehyun Lim · 9 years ago
  13. a3f3e92 staging: most: rename DIM_InitControl to dim_init_control by Chaehyun Lim · 9 years ago
  14. aff1924 staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_size by Chaehyun Lim · 9 years ago
  15. e302ca4 staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_size by Chaehyun Lim · 9 years ago
  16. c64c6073 staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buffer_size by Chaehyun Lim · 9 years ago
  17. 5888978 staging: most: rename DIMCB_IoRead to dimcb_io_read by Chaehyun Lim · 9 years ago
  18. 1efc456 staging: most: rename DIMCB_IoWrite to dimcb_io_write by Chaehyun Lim · 9 years ago
  19. de66873 staging: most: rename DIMCB_OnError to dimcb_on_error by Chaehyun Lim · 9 years ago
  20. b724207 staging: most: rename DIM_GetLockState to dim_get_lock_state by Chaehyun Lim · 9 years ago
  21. 38c3854 staging: most: rename DIM_DetachBuffers to dim_detach_buffers by Chaehyun Lim · 9 years ago
  22. 50a45b1 staging: most: rename DIM_Shutdown to dim_shutdown by Chaehyun Lim · 9 years ago
  23. 6417267 staging: most: rename DIM_Startup to dim_startup by Chaehyun Lim · 9 years ago
  24. 3c70754 staging: most: add spaces preferred around that '<<' by Chaehyun Lim · 9 years ago
  25. 2324268 staging: most: remove blank line after an open brace by Chaehyun Lim · 9 years ago
  26. fabb93f staging: most: remove multiple blank lines by Chaehyun Lim · 9 years ago
  27. 25e168a staging: rtl8188eu: goto removed by Ivan Safonov · 9 years ago
  28. 4a3bda2 staging: rtl8188eu: goto replaced by 'else' branch by Ivan Safonov · 9 years ago
  29. d14c07f staging: rtl8188eu: unused macros removed by Ivan Safonov · 9 years ago
  30. 940f90e staging: rtl8188eu: rarely used macros replaced by their definitions by Ivan Safonov · 9 years ago
  31. 08ecab1 staging: rtl8188eu: for loop instead of while loop used by Ivan Safonov · 9 years ago
  32. 13cab3d staging: rtl8188eu: offset renamed to write_address by Ivan Safonov · 9 years ago
  33. 7e91b28 staging: rtl8188eu: pu4BytePtr renamed to dword_buffer by Ivan Safonov · 9 years ago
  34. 988c514 staging: rtl8188eu: buf_ptr renamed to byte_buffer by Ivan Safonov · 9 years ago
  35. 6e84aa6 staging: rtl8188eu: unnessesary braces for single statement block removed by Ivan Safonov · 9 years ago
  36. 429078e staging: rtl8188eu: unnecessary initialization removed by Ivan Safonov · 9 years ago
  37. 645d2a8 staging: rtl8188eu: types of local variables conformed with types of function arguments by Ivan Safonov · 9 years ago
  38. 1e7e93e staging: rtl8188eu: buf_ptr variable completely defined in a single line by Ivan Safonov · 9 years ago
  39. ec60e03 staging: rtl8188eu: offset increment placed into for loop header by Ivan Safonov · 9 years ago
  40. f464b3a staging: rtl8188eu: unnecessary branching removed by Ivan Safonov · 9 years ago
  41. 8107b14 staging: rtl8188eu: unnecessary variable override removed by Ivan Safonov · 9 years ago
  42. 37d5579 staging: rtl8188eu: offset variable replaced by its value by Ivan Safonov · 9 years ago
  43. 1c48def staging: rtl8188eu: initial value placed in the variable by Ivan Safonov · 9 years ago
  44. d44f58f staging: rtl8188eu: assigning a value to the variable is replaced by the increment by Ivan Safonov · 9 years ago
  45. 52863d8 staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_write by Ivan Safonov · 9 years ago
  46. 6d9b0f0 Staging: rtl8188eu: fix space prohibited before that ',' by Abdul Hussain · 9 years ago
  47. 37efd08 staging: rtl8188eu: 'infinite' loop removed by Ivan Safonov · 9 years ago
  48. 72fb6c5 staging: rtl8188eu: while loop replaced by for loop by Ivan Safonov · 9 years ago
  49. 2b5a10a staging: rtl8188eu: do .. while (0) loop replaced by while (...) loop by Ivan Safonov · 9 years ago
  50. 3913c19 staging: rtl8188eu: add missing delay in polling loops. by Rémy Oudompheng · 9 years ago
  51. ed73749 staging: rtl8188eu: jiffies are unsigned long by Rémy Oudompheng · 9 years ago
  52. f7ec22b Staging: lustre: ldlm_pool: Drop unneeded wrapper function by Shivani Bhardwaj · 9 years ago
  53. 946d6f9 Staging: lustre: ldlm_pool: Drop wrapper function by Shivani Bhardwaj · 9 years ago
  54. 7c37abe Staging: lustre: ldlm_pool: Remove unneeded wrapper function by Shivani Bhardwaj · 9 years ago
  55. 7fb6f46 Staging: lustre: tracefile: Remove function prototype by Shivani Bhardwaj · 9 years ago
  56. 7cbf673 Staging: lustre: tracefile: Remove wrapper function by Shivani Bhardwaj · 9 years ago
  57. e4ce7f7 Staging: lustre: module: Replace function calls by Shivani Bhardwaj · 9 years ago
  58. c6ef5b9 Staging: lustre: dir: Remove wrapper function by Shivani Bhardwaj · 9 years ago
  59. ee98e44 staging: lustre: lnet: klnds: socklnd: Move extern declarations to header by Amitoj Kaur Chawla · 9 years ago
  60. 14e384c staging: lustre: Delete an unnecessary variable initialisation in class_register_type() by Markus Elfring · 9 years ago
  61. 5bfd446 staging: lustre: fix 'error handling' issues for libcfs workitem.c by Sebastien Buisson · 9 years ago
  62. 9d3e853 staging: lustre: remove page_collection::pc_lock in libcfs by Liang Zhen · 9 years ago
  63. 78368d5 staging: lustre: race condition for check/use cfs_fail_val by Fan Yong · 9 years ago
  64. a045547 staging: lustre: Update module author to OpenSFS by James Simmons · 9 years ago
  65. b00917b staging: lustre: Fix possible NULL pointer dereference in lprocfs_status.c by Dmitry Eremin · 9 years ago
  66. 9563fe8 staging: lustre: fix buffer overflow of string buffer by Dmitry Eremin · 9 years ago
  67. 30a0a43 staging: lustre: remove libcfs_debug_set_level prototype from libcfs_private.h by frank zago · 9 years ago
  68. 5b26f05 staging: lustre: remove unnecessary EXPORT_SYMBOL in libcfs by frank zago · 9 years ago
  69. cf02dfe staging: lustre: wrong parameter to cfs_hash_keycpy by Liang Zhen · 9 years ago
  70. a4be078 staging: lustre: remove unused variable by Dan Carpenter · 9 years ago
  71. b336716 staging: lustre: selftest.h: replace IS_PO2 by is_power_of_2 by Aya Mahfouz · 9 years ago
  72. 57b573d staging: lustre: workitem.c: replace IS_PO2 by is_power_of_2 by Aya Mahfouz · 9 years ago
  73. 5f4179e staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2 by Aya Mahfouz · 9 years ago
  74. cb32649 staging: rdma: hfi1 : Prefer using the BIT macro by Sunny Kumar · 9 years ago
  75. e3a45e4 staging: rdma: amso1100: c2: Remove wrapper function by Amitoj Kaur Chawla · 9 years ago
  76. 977940b staging/rdma/hfi1: optionally prescan rx queue for {B, F}ECNs - UC, RC by Arthur Kepner · 9 years ago
  77. 3e7ccca staging/rdma/hfi1: don't cache "prescan head" by Arthur Kepner · 9 years ago
  78. 701e441 staging/rdma/hfi1: Move macros to a common header by Mitko Haralanov · 9 years ago
  79. 49efd86 staging/rdma/hfi1: Remove unnecessary include files by Mitko Haralanov · 9 years ago
  80. 3bd4dce staging/rdma/hfi1: Clean up macro indentation by Mitko Haralanov · 9 years ago
  81. 9e10af4 staging/rdma/hfi1: Remove file pointer macros by Ira Weiny · 9 years ago
  82. 9062305 staging: wilc1000: remove rates variable in host_int_add_station by Chaehyun Lim · 9 years ago
  83. 7897bd0 staging: wilc1000: use kmemdup in host_int_add_station by Chaehyun Lim · 9 years ago
  84. 773e02e staging: wilc1000: rename pstrAddStationMsg in host_int_add_station by Chaehyun Lim · 9 years ago
  85. e337854 staging: wilc1000: rename pstrStaParams in host_int_add_station by Chaehyun Lim · 9 years ago
  86. 261de71 staging: wilc1000: fix parameter name of host_int_add_station by Chaehyun Lim · 9 years ago
  87. 18cfbd3 staging: wilc1000: fix return type of host_int_add_station by Chaehyun Lim · 9 years ago
  88. c87fbed staging: wilc1000: rename pstrDelStationMsg in host_int_del_station by Chaehyun Lim · 9 years ago
  89. c9c4eb4 staging: wilc1000: rename pu8MacAddr in host_int_del_station by Chaehyun Lim · 9 years ago
  90. 994e7dc staging: wilc1000: fix parameter name of host_int_del_station by Chaehyun Lim · 9 years ago
  91. 79a0c0a staging: wilc1000: fix return type of host_int_del_station by Chaehyun Lim · 9 years ago
  92. b6694df staging: wilc1000: fix parameter name of host_int_del_beacon by Chaehyun Lim · 9 years ago
  93. 0a5298c staging: wilc1000: fix return type of host_int_del_beacon by Chaehyun Lim · 9 years ago
  94. f7a34d9 staging: wilc1000: remove os_private by Glen Lee · 9 years ago
  95. 9c80032 staging: wilc1000: change parameter type of hif_init by Glen Lee · 9 years ago
  96. 64ae414 staging: wilc1000: remove os_context by Glen Lee · 9 years ago
  97. 3f64428 staging: wilc1000: linux_spi_init: remove parameter vp by Glen Lee · 9 years ago
  98. 4bffadb staging: wilc1000: linux_sdio_init: remove parameter pv by Glen Lee · 9 years ago
  99. 060a8a2 staging: wilc1000: remove unused function pointer io_deinit by Glen Lee · 9 years ago
  100. 62342c7 staging: wilc1000: remove function pointer io_init by Glen Lee · 9 years ago