1. 0fcaf3b staging: rts5139: Drop print of build time by Josh Triplett · 11 years ago
  2. bf8c0f5 staging: wlags49_h2: Drop debug macro recording build date/time by Josh Triplett · 11 years ago
  3. ec2ff62 staging: usbip: userspace: add support for viewing imported devices by Valentina Manea · 11 years ago
  4. 5532318 staging: r8188eu: Fix sparse warnings in core/rtw_br_ext.c by Larry Finger · 11 years ago
  5. 7e83fd6 staging: r8188eu: Fix sparse warning in core/rtw_xmit.c by Larry Finger · 11 years ago
  6. 718aa54 staging: r8188eu: Fix sparse warning in core/rtw_pwrctrl.c by Larry Finger · 11 years ago
  7. 1f8e635 staging: r8188eu: Fix sparse warning in core/rtw_sta_mgt.c by Larry Finger · 11 years ago
  8. cc25137 staging: r8188eu: Eliminate enum ODM_RADIO_PATH in favor of rf_radio_path by Larry Finger · 11 years ago
  9. 5fd5ca5 staging: r8188eu: Cleanup of include/hal_intf.h by Larry Finger · 11 years ago
  10. f395036 staging: r8188eu: Additional cleanup of include/odm.h by Larry Finger · 11 years ago
  11. e02a008 staging: r8188eu: Remove unneeded prototypes from include/odm.h by Larry Finger · 11 years ago
  12. 6c0a555 staging: r8188eu: Simplify code related to SupportICType by Larry Finger · 11 years ago
  13. 0735ea6 staging: r8188eu: Simplify code concerning SupportPlatform by Larry Finger · 11 years ago
  14. e96031d staging: r8188eu: Remove even more empty routines by Larry Finger · 11 years ago
  15. 3629886 staging: r8188eu: Remove more empty routines by Larry Finger · 11 years ago
  16. 9ec6f1d staging: r8188eu: Remove - number of dummy and unused routines by Larry Finger · 11 years ago
  17. 3b6de32 staging: r8188eu: Remove macro ODM_GetMACReg by Larry Finger · 11 years ago
  18. f4f320e staging: r8188eu: Remove macro ODM_SetMACReg by Larry Finger · 11 years ago
  19. 5ec55c5 staging: r8188eu: Remove macro ODM_GetRFReg by Larry Finger · 11 years ago
  20. 5b7230b staging: r8188eu: Remove macro ODM_SetRFReg by Larry Finger · 11 years ago
  21. 25aacb2 staging: r8188eu: Remove macro ODM_GetBBReg by Larry Finger · 11 years ago
  22. e690895 staging: r8188eu: Remove macro ODM_SetBBReg by Larry Finger · 11 years ago
  23. 4b33d52 staging: r8188eu: Remove wrapper around mutex_destroy by Larry Finger · 11 years ago
  24. 2ca4ab5 staging: r8188eu: Remove wrappers _rtw_free_sema, _rtw_up_sema, and _rtw_mutex_init by Larry Finger · 11 years ago
  25. efbef10 staging: r8188eu: Replace wrapper around sema_init by Larry Finger · 11 years ago
  26. 47e589e staging: r8188eu: Remove daemonize conditional by Larry Finger · 11 years ago
  27. 762595e staging: r8188eu: Replace wrappers for atomic_inc and atomic_inc_return by Larry Finger · 11 years ago
  28. e7abd80 staging: r8188eu: Remove unused atomic_xxx wrappers by Larry Finger · 11 years ago
  29. fac4ed8 staging: r8188eu: Replace wrapper around atomic_set() by Larry Finger · 11 years ago
  30. 6fe58d6 staging: r8188eu: Replace ATOMIC_T with atomic_t by Larry Finger · 11 years ago
  31. 2bf9820 staging: r8188eu: Remove wrapper code for rtw_suspend_lock_init, rtw_suspend_lock_uninit, rtw_lock_suspend, and rtw_unlock_suspend by Larry Finger · 11 years ago
  32. e8ab621 staging: r8188eu: Replace wrapper rtw_yield_os by Larry Finger · 11 years ago
  33. b2dcff2 staging: r8188eu: Replace wrappers ODM_sleep_us and rtw_usleep_os by Larry Finger · 11 years ago
  34. 69cb4a8 beeceem: Replace C99 comments with C89 ones and remove unneeded comments in InterfaceRx.c by Matthias Oefelein · 11 years ago
  35. b0303a8 beeceem: Fix newline issues at opening braces of conditional statements in InterfaceRx.c by Matthias Oefelein · 11 years ago
  36. 7d774a5 beeceem: Fix whitespace issues at opening parentheses in InterfaceRx.c by Matthias Oefelein · 11 years ago
  37. 26ac5b4 beeceem: Fix broken indentations in InterfaceRx.c by Matthias Oefelein · 11 years ago
  38. d38eca9 beeceem: Fix missing spaces between function arguments in InterfaceRx.c by Matthias Oefelein · 11 years ago
  39. 1b42f1d beeceem: Fix missing spaces around operators and unwanted spaces around semicolons in InterfaceRx.c by Matthias Oefelein · 11 years ago
  40. 4dcce62 beeceem: Replace C99-style comments with C89 pendants in InterfaceTx.c by Ralph Mueck · 11 years ago
  41. d1c6c9c beeceem: Fix position of braces in conditional statements in InterfaceTx.c by Ralph Mueck · 11 years ago
  42. 5bbf5e6 beeceem: Add spaces before opening parentheses in if-conditionals in InterfaceTx.c by Ralph Mueck · 11 years ago
  43. e84b8ba beeceem: Fix several whitespace issues in InterfaceTx.c by Ralph Mueck · 11 years ago
  44. 175f547 staging: lustre: Use is_vmalloc_addr by Laura Abbott · 11 years ago
  45. 731becf staging: lustre: Make LUSTRE_LLITE_LLOOP tristate by Ben Hutchings · 11 years ago
  46. 83bffc81 staging: lustre: Remove braces for single statement in kernel_user_comm.c by Masanari Iida · 11 years ago
  47. 5152bda staging: lustre: Fix do not use C99 // comments in lcommon_cl.c by Masanari Iida · 11 years ago
  48. d063192 staging: lustre: Fix space prohibited between function name and open parenthesis in lcommon_cl.c by Masanari Iida · 11 years ago
  49. 57c4b12 staging: lustre: Fix do not use C99 // comments in mgc_request.c by Masanari Iida · 11 years ago
  50. 3126b4d staging: lustre: Fix brace {} are not necessary for single statement blocks by Masanari Iida · 11 years ago
  51. 3782199 lustre: Fix space required before the open parenthesis in mgc_required.c by Masanari Iida · 11 years ago
  52. f4ad847 drivers: dgnc: Include appropriate header file in dgnc_trace.c by Rashika Kheria · 11 years ago
  53. f5aae44 drivers: bcm: Remove unused function in nvm.c by Rashika Kheria · 11 years ago
  54. 8e58689 drivers: bcm: Mark functions as static in Qos.c by Rashika Kheria · 11 years ago
  55. 39e2ce9 drivers: sbe-2t3e3: Mark functions as static in ctrl.c by Rashika Kheria · 11 years ago
  56. 22bf290 drivers: sm7xxfb: Mark function as static in sm7xxfb.c by Rashika Kheria · 11 years ago
  57. 634fc89 drivers: dgap: Include appropriate header file in dgap_parse.c by Rashika Kheria · 11 years ago
  58. 9c5f179 drivers: dgap: Include appropriate header file in dgap_trace.c by Rashika Kheria · 11 years ago
  59. 7fc6cb2 staging: imx-drm: imx-tve: Fix a sparse warning by Liu Ying · 11 years ago
  60. 8a3cecf Merge tag 'iio-for-3.14c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 11 years ago
  61. edd236a vt6655: fix printk usage in wpactl.c by Martin Hofmann · 11 years ago
  62. 91d9b19 vt6655: remove typedefs in wpactl.h by Martin Hofmann · 11 years ago
  63. 0027d9a vt6655: fix indentation in wroute.c by Martin Hofmann · 11 years ago
  64. ed07c0e vt6655: remove unnecessary braces in wroute.c by Martin Hofmann · 11 years ago
  65. 85d396b vt6655: remove casts in wroute.c by Martin Hofmann · 11 years ago
  66. 4d60901 vt6655: balance faulty parentheses in 80211hdr.h by Martin Hofmann · 11 years ago
  67. 3b371fe4 staging: vt6656: remove an unneeded NULL check by Dan Carpenter · 11 years ago
  68. 1c5ebaa staging: vt6655: check too restrictive (off by one) by Dan Carpenter · 11 years ago
  69. 6e28024 staging: vt6656: CARDqGetNextTBTT replace code using do_div. by Malcolm Priestley · 11 years ago
  70. 9acec05 staging: vt6656: CARDqGetNextTBTT correct uLowNextTBTT by Malcolm Priestley · 11 years ago
  71. 98e5491 Staging: vt6656: Reduce line length of bssdb.c by Simon Schuster · 11 years ago
  72. 5918ed4 Staging: vt6656: Remove explicit comparisons against NULL by Sebastian Rachuj · 11 years ago
  73. 72cac30 Staging: vt6656: Remove bogus parentheses in conditions by Sebastian Rachuj · 11 years ago
  74. 8f284d7 Staging: vt6656: Combined nested conditions by Simon Schuster · 11 years ago
  75. b7fce6a Staging: vt6656: Correct usage of braces by Simon Schuster · 11 years ago
  76. fd2251e Staging: vt6656: Combine "else { if" to "else if" by Simon Schuster · 11 years ago
  77. 6c64bf8 Staging: vt6656: Remove unnecessary spaces in format strings by Simon Schuster · 11 years ago
  78. dad2ddb Staging: vt6656: Remove line feeds before else by Simon Schuster · 11 years ago
  79. 77226ed Staging: vt6656: Correct single space mistakes by Simon Schuster · 11 years ago
  80. e435ef1 Staging: vt6656: Correct operator coding style by Simon Schuster · 11 years ago
  81. 13a36fe9 Staging: vt6656: Remove unnecessary semicolons by Simon Schuster · 11 years ago
  82. 14feab1 Staging: vt6656: Adjust comments in bssdb.c by Simon Schuster · 11 years ago
  83. 0863b4e Staging: vt6656: Fix indentation of bssdb.c by Simon Schuster · 11 years ago
  84. 38125b2 iio: mxs-lradc: convert is_divided to a bitmap by Alexandre Belloni · 11 years ago
  85. aba70f2 iio: mxs-lradc: add write_raw function to modify scale by Hector Palacios · 11 years ago
  86. d5acf59 iio: mxs-lradc: add scale_available file to channels by Hector Palacios · 11 years ago
  87. f6db68a iio: mxs-lradc: add scale attribute to channels by Hector Palacios · 11 years ago
  88. 971672c iio: add Capella CM32181 ambient light sensor driver. by Kevin Tsai · 11 years ago
  89. a6e8e3a Merge tag 'iio-for-3.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 11 years ago
  90. 912cbd4 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  91. 413541d Linux 3.13-rc5 by Linus Torvalds · 11 years ago
  92. 93579ae Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  93. ba8b844 Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 11 years ago
  94. 1733348 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  95. a8472b4 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  96. 3dc9acb aio: clean up and fix aio_setup_ring page mapping by Linus Torvalds · 11 years ago
  97. 6fd92d3 staging: iio: hmc5843: Remove redundant of_match_ptr helper by Sachin Kamat · 11 years ago
  98. a451521 iio: cm36651: Remove redundant of_match_ptr helper by Sachin Kamat · 11 years ago
  99. 1785faa staging: line6: Add support for POD HD400 to line6usb driver by Chris Bajumpaa · 11 years ago
  100. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago