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