1. d9ffa6c staging: rtl8192e: Pass r8192e_priv to phy functions by Mike McCormack · 14 years ago
  2. 5aa6875 staging: rtl8192e: Pass r8192_priv to eprom_read by Mike McCormack · 14 years ago
  3. 31d664e staging: rtl8192e: Move PowerSaveControl to r8192e_priv by Mike McCormack · 14 years ago
  4. 774dee1 staging: rtl8192e: Move variables to ieee80211 struct by Mike McCormack · 14 years ago
  5. 8e0af57 staging: rtl8192e: Move definition of RT_RF_CHANGE_SOURCE by Mike McCormack · 14 years ago
  6. 181d1df staging: rtl8192e: Move RfOffReason to r8192e_priv struct by Mike McCormack · 14 years ago
  7. 4559854 staging: rtl8192e: Move eRFPowerState to r8192e_priv struct by Mike McCormack · 14 years ago
  8. 477dfe70 staging: rtl8192e: Remove pointless hw_sleep_wq by Mike McCormack · 14 years ago
  9. 0d65112 staging: rtl8192e: Remove unnecessary ps_lock by Mike McCormack · 14 years ago
  10. 09f1437 staging: rtl8192e: Use single spinlock in MgntActSet_RF_State by Mike McCormack · 14 years ago
  11. 0903602 staging: rtl8192e: Remove SetRFPowerState by Mike McCormack · 14 years ago
  12. fea84ba staging: rtl8192e: Remove SetRFPowerStateInProgress by Mike McCormack · 14 years ago
  13. 2cb61ea staging: rtl8192e: Add a spinlock around SetRFPowerState8190 by Mike McCormack · 14 years ago
  14. bc54f33 staging: gma500: fix build errors by Marek Belisko · 14 years ago
  15. 487e873 staging: gma500: Resync the patch queue with GregKH's space cleanup. by Alan Cox · 14 years ago
  16. 2145cff staging: keucr: use kernel byteorder functions by Jonathan Neuschäfer · 14 years ago
  17. 22a5569 staging: keucr: remove unused typedef VOID by Jonathan Neuschäfer · 14 years ago
  18. 6888393 staging/easycap: convert comparison to NULL into boolean by Tomas Winkler · 14 years ago
  19. febd32b staging/easycap: replace if(false == var) with if (!var) by Tomas Winkler · 14 years ago
  20. 27d683a staging/easycap: replace if(true == var) with if (var) by Tomas Winkler · 14 years ago
  21. a90f362 staging/easycap: more style fixing in easycap_main.c by Tomas Winkler · 14 years ago
  22. 817368f staging: xgifb: remove private ioctls by Aaro Koskinen · 14 years ago
  23. 5d884b9 staging: lirc: fix for "lirc_dev: lirc_register_driver: driver pointer must be not NULL!" by Thomas Viehweger · 14 years ago
  24. 8590a03 Staging: hv: hv_mouse: remove unneeded function forward declaration by Greg Kroah-Hartman · 14 years ago
  25. df7ed92 Staging: hv: hv_mouse: fix up guid variable name by Greg Kroah-Hartman · 14 years ago
  26. 92d40b7 Staging: hv: hv_mouse: get rid of hungarian notation for name of the module by Greg Kroah-Hartman · 14 years ago
  27. 5ff9b90 Staging: hv: hv_mouse: fix up camelcase fields in struct mousevsc_prt_msg by Greg Kroah-Hartman · 14 years ago
  28. e7de0ad Staging: hv: hv_mouse: fix up camelcase usage in struct pipe_prt_msg by Greg Kroah-Hartman · 14 years ago
  29. 9877fa4 Staging: hv: hv_mouse: fix up pipe size field name by Greg Kroah-Hartman · 14 years ago
  30. 2012d40 Staging: hv: hv_mouse: fix up camelcase use for enum pipe_prot_msg_type in structures by Greg Kroah-Hartman · 14 years ago
  31. d7fa1a4 Staging: hv: hv_mouse: use an anonymous union for struct mousevsc_prt_msg by Greg Kroah-Hartman · 14 years ago
  32. e93eff9 Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_report by Greg Kroah-Hartman · 14 years ago
  33. 6ed10de Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ack by Greg Kroah-Hartman · 14 years ago
  34. 18bc44e Staging: hv: hv_mouse: use a real struct hid_descriptor by Greg Kroah-Hartman · 14 years ago
  35. 98ad91e Staging: hv: hv_mouse: clean up camelcase when using struct hv_input_dev_info by Greg Kroah-Hartman · 14 years ago
  36. 325eae1 Staging: hv: hv_mouse: clean up camelcase in struct synthhid_protocol_response by Greg Kroah-Hartman · 14 years ago
  37. 480c28d Staging: hv: hv_mouse: clean up version structure usage by Greg Kroah-Hartman · 14 years ago
  38. cb2535a Staging: hv: hv_mouse: change camelcase for struct synthhid_msg by Greg Kroah-Hartman · 14 years ago
  39. c4e68fa Staging: hv: hv_mouse: fix build warning by Greg Kroah-Hartman · 14 years ago
  40. 0ce815d Staging: hv: hv_mouse: fix camelcase use of struct synthhid_msg_hdr by Greg Kroah-Hartman · 14 years ago
  41. 32ad38f Staging: hv: hv_mouse.c: clean up struct synthhid_msg_hdr by Greg Kroah-Hartman · 14 years ago
  42. c9246c9 Staging: hv: hv_mouse: use proper input define for bus type by Greg Kroah-Hartman · 14 years ago
  43. 0f88ea5 Staging: hv: hv_mouse: fix up input device info structure by Greg Kroah-Hartman · 14 years ago
  44. ac2c903 Staging: hv: hv_mouse: reorder functions to remove forward declarations by Greg Kroah-Hartman · 14 years ago
  45. 037b653a Staging: hv: hv_mouse: remove inline function markings by Greg Kroah-Hartman · 14 years ago
  46. 4f14313 Staging: hv: hv_mouse.c: remove struct mousevsc_drv_obj function callbacks by Greg Kroah-Hartman · 14 years ago
  47. 7ced481 Staging: hv: hv_mouse: unwind the initialization process a bit by Greg Kroah-Hartman · 14 years ago
  48. e6f83b7 Staging: hv: hv_mouse: remove typedefs by Greg Kroah-Hartman · 14 years ago
  49. 94fcc88 Staging: hv: delete mousevsc_api.h by Greg Kroah-Hartman · 14 years ago
  50. fa00350 Staging: hv: delete vmbus_hid_protocol.h by Greg Kroah-Hartman · 14 years ago
  51. 9b9f93d Staging: hv: hv_mouse: fix up copyright and license header by Greg Kroah-Hartman · 14 years ago
  52. 8fd16ff Staging: hv: hv_mouse: rename hv_mouse_drv.c by Greg Kroah-Hartman · 14 years ago
  53. 9dccaa6 Staging: hv: hv_mouse: delete mouse_vsc.c by Greg Kroah-Hartman · 14 years ago
  54. e1f1a0e Staging: hv: mouse_vsc: fix comment coding style by Greg Kroah-Hartman · 14 years ago
  55. 6a5bfc1 Staging: hv: mouse_vsc: fix space coding style issues by Greg Kroah-Hartman · 14 years ago
  56. 16ecf02 Staging: hv: mouse_vsc.c: fix brace coding style issues by Greg Kroah-Hartman · 14 years ago
  57. e8290f9 Staging: hv: hv_mouse_drv.c: minor coding style cleanups by Greg Kroah-Hartman · 14 years ago
  58. 76e6366 Staging: hv: enable mouse driver to build by Greg Kroah-Hartman · 14 years ago
  59. 9cceab9 staging: brcm80211: remove osl source files from driver by Arend van Spriel · 14 years ago
  60. 3c9d4c3 staging: brcm80211: remove struct osl_info from driver sources by Arend van Spriel · 14 years ago
  61. 537ebbb staging: brcm80211: remove struct osl_info from function prototypes by Arend van Spriel · 14 years ago
  62. a30825a staging: brcm80211: remove counting of allocated sk_buff packets by Arend van Spriel · 14 years ago
  63. 3c4d93d staging: brcm80211: remove of type definition osldma_t by Arend van Spriel · 14 years ago
  64. 278d927 staging: brcm80211: cleanup declaration in osl.h by Arend van Spriel · 14 years ago
  65. 4fe9042 staging: brcm80211: remove unused attributes from struct osl_info by Arend van Spriel · 14 years ago
  66. 8da4a3a staging: brcm80211: removed struct osl_info usage from fullmac driver by Arend van Spriel · 14 years ago
  67. 377c898 staging: brcm80211: remove function prototypes from wl_export.h by Arend van Spriel · 14 years ago
  68. 9d7326f staging: brcm80211: move frameid initialization in wlc_d11hdrs_mac80211 by Arend van Spriel · 14 years ago
  69. 228a00f8 staging: brcm80211: remove osl_info usage in wlc_main and wl_mac80211 by Arend van Spriel · 14 years ago
  70. 5508d82 staging: brcm80211: remove struct osl_info usage from phy sources by Arend van Spriel · 14 years ago
  71. 810acd1 staging: brcm80211: remove struct osl_info usage from wlc_bmac by Arend van Spriel · 14 years ago
  72. e343d3e staging: brcm80211: replace simple_strtoul with strict_strtoul by Arend van Spriel · 14 years ago
  73. 7ae9262 staging: brcm80211: changed module wlc_mac80211 to wlc_main by Arend van Spriel · 14 years ago
  74. 83aa3c7 staging: echo: fix a typo ("overflow") by Jonathan Neuschäfer · 14 years ago
  75. 9720b4b staging/usbip: convert to kthread by Arnd Bergmann · 14 years ago
  76. 8c81161 Staging: vt6656: Clean up switching to power saving mode. by Philip Worrall · 14 years ago
  77. b898cf2 Staging: vt6656: Ensure power.c uses proper tabbing. by Philip Worrall · 14 years ago
  78. c5b0b5f Staging: vt6656: Clean up spaces around parenthesized expressions by Philip Worrall · 14 years ago
  79. e25b75e Staging: vt6656: Clean up return from sending power state notifications by Philip Worrall · 14 years ago
  80. 036dba1 Staging: vt6656: Clean up unneccessary braces in power.c by Philip Worrall · 14 years ago
  81. 7404eab Staging: vt6656: Use C89 comments in power.c by Philip Worrall · 14 years ago
  82. f9cfbe9 Staging: vt6656: Ensure power.c uses proper tabbing. by Philip Worrall · 14 years ago
  83. 6170f51 brcm80211: remove unused TLV defines by Stanislav Fomichev · 14 years ago
  84. 2fbd6b3 brcm80211: use proper ieee80211 routines by Stanislav Fomichev · 14 years ago
  85. d769f4c staging: brcm80211: change prototype for wlc_antsel_attach by Arend van Spriel · 14 years ago
  86. 26bcc18 staging: brcm80211: remove usage of struct osl_info from util sources by Arend van Spriel · 14 years ago
  87. ff31c54 staging: brcm80211: remove usage of struct osl_info for register access by Arend van Spriel · 14 years ago
  88. cecf826 staging: winbond: needs <linux/delay.h> for msleep and friends by Jeff Mahoney · 14 years ago
  89. c0365f0 staging: brcm80211: Add buf_size parameter to ampdu_action handler function by Javier Martinez Canillas · 14 years ago
  90. f4728c3 brcm80211: replace broadcom specific defines by Stanislav Fomichev · 14 years ago
  91. fd4bd42 staging: brcm80211: replace broadcom specific auth related defines by Stanislav Fomichev · 14 years ago
  92. 2f7cf8d staging: keucr: Change the custom counting functions to hweight8 and hweight16 by Roel Van Nyen · 14 years ago
  93. 0e83f46 staging: gma500: fix some swapped gotos by Dan Carpenter · 14 years ago
  94. 1f2b472 drivers:staging:rt2860 Remove one to many n's in a word. by Justin P. Mattock · 14 years ago
  95. 012983a drivers:staging:dspbridge:node.h Remove one to many n's in a word. by Justin P. Mattock · 14 years ago
  96. a0fe602 drivers:staging:bcm:CmHost.c Remove one to many n's in a word. by Justin P. Mattock · 14 years ago
  97. 979cdcc drivers:staging:westbridge:astoria Remove one to many n's in a word. by Justin P. Mattock · 14 years ago
  98. 0ffa3db staging: vt6655: device_main.c remove one to many l's in the word. by Justin P. Mattock · 14 years ago
  99. 3cbeb42 staging: rtl8712: rtl871x_pwrctrl.c remove one to many l's in the word. by Justin P. Mattock · 14 years ago
  100. 39eaedb staging: comedi: pcl818.c remove one to many l's in the word. by Justin P. Mattock · 14 years ago