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