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