1. 4a390e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  2. 1d03d2b Fix staging drivers after smp_lock.h redux by Jean Delvare · 15 years ago
  3. f638718 Staging: stlc45xx: convert config_interface to bss_info_changed, fixing a build error by Alexander Beregalov · 15 years ago
  4. 8231eb5 Staging: comedi: s626: use subvendor:subdevice ids for SAA7146 board by Herton Ronaldo Krzesinski · 15 years ago
  5. 91fca6d Staging: prevent rtl8192su from crashing dev_ioctl in SIOCGIWNAME by Dan Aloni · 15 years ago
  6. 02c8bae Staging: prevent rtl8187se from crashing dev_ioctl() in SIOCGIWNAME by Dan Aloni · 15 years ago
  7. 77b9288 Staging: rtl8192su: convert to net_device_ops by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 35e2bed Staging: serqt_usb2: declare qt_open static in serqt_usb2 by Bill Pemberton · 15 years ago
  9. d9dea3c Staging: serqt_usb2: fix qt_close parameters in serqt_usb2 by Bill Pemberton · 15 years ago
  10. 9b5de0a Staging: comedi: jr3_pci.c: add required includes by Alexander Beregalov · 15 years ago
  11. e5a85d2 Staging: meilhaus: add email address to TODO by Greg Kroah-Hartman · 15 years ago
  12. aea0d43b Staging: rspiusb: use NULL virtual address instead of a bogus one by Pete Zaitcev · 15 years ago
  13. f408ade Staging: vt6655: compile fix by Alan Cox · 15 years ago
  14. 8dfb005 Staging: rt2870: Add USB ID for Sitecom WL-608 by Jorrit Schippers · 15 years ago
  15. a620c16 Staging: octeon-ethernet: Fix race freeing transmit buffers. by David Daney · 15 years ago
  16. f696a10 Staging: octeon-ethernet: Convert to use net_device_ops. by David Daney · 15 years ago
  17. 94362fd tty: fix some bogns in the serqt_usb2 driver by Alan Cox · 15 years ago
  18. c7a5d70 Staging: comedi: fix build errors by Greg Kroah-Hartman · 15 years ago
  19. 7316bc5 Staging: udlfb: update to version 0.2.3 by Roberto De Ioris · 15 years ago
  20. 4b6a485 Staging: udlfb: fix some sparse warnings. by Greg Kroah-Hartman · 15 years ago
  21. f05e057 Staging: udlfb: clean up checkpatch warnings in udlfb.c by Greg Kroah-Hartman · 15 years ago
  22. 39e7df5 Staging: udlfb: clean up checkpatch warnings in udlfb.h by Greg Kroah-Hartman · 15 years ago
  23. 9a82e6d Staging: udlfb: add udlfb driver to build by Greg Kroah-Hartman · 15 years ago
  24. 88e58b1 Staging: add udlfb driver by Roberto De Ioris · 15 years ago
  25. 0f218ee Staging: pata_rdc: remove pointless comments by Greg Kroah-Hartman · 15 years ago
  26. 0b77ca6 Staging: pata_rdc: remove DRIVER macros by Greg Kroah-Hartman · 15 years ago
  27. da9dbc0 Staging: pata_rdc: remove dbgprintf macro by Greg Kroah-Hartman · 15 years ago
  28. c7a8c59 Staging: pata_rdc: remove broken flag by Greg Kroah-Hartman · 15 years ago
  29. 6b23e31 Staging: pata_rdc: fix build warnings by Greg Kroah-Hartman · 15 years ago
  30. 1a24bda Staging: pata_rdc: use PCI_DEVICE by Greg Kroah-Hartman · 15 years ago
  31. c0a5962 Staging: pata_rdc: remove function prototypes by Greg Kroah-Hartman · 15 years ago
  32. 482612a Staging: pata_rdc: coding style fixes by Greg Kroah-Hartman · 15 years ago
  33. b079fa2 Staging: pata_rdc: convert code to work in 2.6.29 by Greg Kroah-Hartman · 15 years ago
  34. 89a2c20 Staging: pata_rdc: add driver to the build system by Greg Kroah-Hartman · 15 years ago
  35. ad41a8a Staging: add pata_rdc driver by Kevin Huang · 15 years ago
  36. ba49d59 Staging: remove obsolete serqt_usb driver by Greg Kroah-Hartman · 15 years ago
  37. 8ba911c Staging: serqt_usb2 add the driver to the build by Bill Pemberton · 15 years ago
  38. d75662e Staging: Add serqt_usb2, a rewrite of serqt_usb for the usb-serial layer by Bill Pemberton · 15 years ago
  39. 0d99b6e Staging: asus_oled: fix build warnings by Greg Kroah-Hartman · 15 years ago
  40. 04b17c9 Staging: slicoss: fix build warnings by Greg Kroah-Hartman · 15 years ago
  41. b0f434a Staging: slicoss: Add missing __devexit_p() by Jean Delvare · 15 years ago
  42. 602bd07 Staging: altpciechdma: fix build warnings by Greg Kroah-Hartman · 15 years ago
  43. 24f5063 Staging: altpciechdma: Add missing __devexit_p() by Jean Delvare · 15 years ago
  44. afcf462 Staging: heci: fix the problem that file_ext->state should be protected by device_lock by Dongxiao Xu · 15 years ago
  45. 8d1c50e Staging: heci: do not print error when heci_bh_handler is already on workqueue by Dongxiao Xu · 15 years ago
  46. ad914a3 Staging: heci: fix setting h_is bit in h_csr register by Dongxiao Xu · 15 years ago
  47. 52b8556 Staging: heci: fix typos and add wait after disconnect by Dongxiao Xu · 15 years ago
  48. 58b25a6 Staging: heci: fix softirq safe to unsafe spinlock issue by Dongxiao Xu · 15 years ago
  49. 72abd22 Staging: heci: fix spinlock order mess of device_lock and read_io_lock by Dongxiao Xu · 15 years ago
  50. 171df63 Staging: heci: fix wrong order of device_lock and file_lock by Dongxiao Xu · 15 years ago
  51. 36e8446 Staging: heci: fix userspace pointer mess by Dongxiao Xu · 15 years ago
  52. 7a80bfc Staging: rspiusb: copy_to/from_user related fixes by vibi sreenivasan · 15 years ago
  53. 8d2db51 Staging: rspiusb: Fix a bunch of warnings. by vibi sreenivasan · 15 years ago
  54. 14e8bcd Staging: rspiusb: duplicate code in pixis_io by Richard Genoud · 15 years ago
  55. c854b5e Staging: rspiusb.c: break the huge piusb_ioctl function into several ones by Richard Genoud · 15 years ago
  56. f2d46e2 Staging: rspiusb: clean rspiusb code by Richard Genoud · 15 years ago
  57. 6546f08 Staging: rspiusb: make driver compile by J.R. Mauro · 15 years ago
  58. f82ebea staging: p9auth: prevent some oopses and memory leaks by Serge E. Hallyn · 15 years ago
  59. 0f51010 Staging: oslec bug fix by David Rowe · 15 years ago
  60. 99dc2a7 staging: b3dfg: clean up MODULE_PARM_DESC newline by Andre Lopes · 15 years ago
  61. 315d7fa staging: wis-sony-tuner.c: fix &&/|| error by Roel Kluin · 15 years ago
  62. 3852698 Staging: rtl8192su: Correct use of ! and & by Julia Lawall · 15 years ago
  63. 36dbd40 Staging: rtl8192su: fix build warnings by Greg Kroah-Hartman · 15 years ago
  64. 5f53d8c Staging: add rtl8192SU wireless usb driver by Jerry Chuang · 15 years ago
  65. d01c3c8 Staging: cpc-usb: fix build warnings by Greg Kroah-Hartman · 15 years ago
  66. 5e23f3e Staging: cpc-usb: fix printk format warnings by Alexander Beregalov · 15 years ago
  67. c32a4e0 Staging: cpc-usb: depends on PROC_FS by Alexander Beregalov · 15 years ago
  68. a3d97c9 Staging: cpc-usb: Adjust NULL test by Julia Lawall · 15 years ago
  69. 562bf48 Staging: cpc-usb: add TODO file by Greg Kroah-Hartman · 15 years ago
  70. 240f3ee Staging: cpc-usb: fix checkpatch warnings in sja2m16c.h by Greg Kroah-Hartman · 15 years ago
  71. 0f064b5 Staging: cpc-usb: fix up checkpatch errors in cpc-usb_drv.c by Greg Kroah-Hartman · 15 years ago
  72. 936b623 Staging: cpc-usb: add driver to the build by Greg Kroah-Hartman · 15 years ago
  73. 84a209d Staging: cpc-usb: fix some build problems in the driver by Greg Kroah-Hartman · 15 years ago
  74. e0ce8a7 Staging: add cpc-usb driver to the staging tree by Sebastian Haas · 15 years ago
  75. 6456f0b Staging: epl: do not use CLONE_SIGHAND with allow_signal() by Oleg Nesterov · 15 years ago
  76. d604fc9 Staging: android: fix Kconfig issues by Greg Kroah-Hartman · 15 years ago
  77. 3dffc827 Staging: android: binder: fix up some checkpatch warnings by Greg Kroah-Hartman · 15 years ago
  78. e93daf9 Staging: android: ram_console: fix up remaining checkpatch warnings by Greg Kroah-Hartman · 15 years ago
  79. 66b2060 Staging: android: logger: fix up remaining checkpatch warnings by Greg Kroah-Hartman · 15 years ago
  80. 1dbb576 Staging: android: lowmemorykiller: fix up remaining checkpatch warnings by Greg Kroah-Hartman · 15 years ago
  81. 241e128 Staging: android: timed_gpio: Separate timed_output class into a separate driver. by Mike Lockwood · 15 years ago
  82. 5d14a57 Staging: android: lowmemorykiller: fix possible android low memory killer NULL pointer by David Rientjes · 15 years ago
  83. 34006e1 Staging: android: lowmemorykiller: cleanup android low memory killer by David Rientjes · 15 years ago
  84. 31d59a4 Staging: android: lowmemorykiller: Don't count free space unless it meets the specified limit by itself by Arve Hjønnevåg · 15 years ago
  85. f501d00 Staging: android: lowmemorykiller: Only iterate over process list when needed. by Arve Hjønnevåg · 15 years ago
  86. 4900dea Staging: vt6655: uses pci functions, should depend on PCI by Randy Dunlap · 15 years ago
  87. 1d69a1c Staging: vt6655: Integrate drivers/staging/vt6655 into build system. by Forest Bond · 15 years ago
  88. 5721135 Staging: vt6655: use net_device_ops for management functions by Forest Bond · 15 years ago
  89. 7bb8dc2 Staging: vt6655: Remove LINUX_VERSION_CODE preprocessor conditionals. by Forest Bond · 15 years ago
  90. c9d0352 Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls. by Forest Bond · 15 years ago
  91. e2ce527 Staging: vt6655: Build vt6655.ko, not viawget.ko. by Forest Bond · 15 years ago
  92. 756f94e Staging: vt6655: Drop obsolete fsuid/fsgid accesses. by Forest Bond · 15 years ago
  93. 1cb648b Staging: vt6655 Add includes to drivers/staging/vt6655. by Forest Bond · 15 years ago
  94. 5449c68 Staging: Add pristine upstream vt6655 driver sources by Forest Bond · 15 years ago
  95. be2e107 Staging: rt2870: fix build warnings by Greg Kroah-Hartman · 15 years ago
  96. f991a65 staging: rtlxxxx: off by one in AsicSendCommandToMcu() and NDIS_STATUS NICLoadFirmware() by Roel Kluin · 15 years ago
  97. 8d72f98 Staging: rt2860: fix for driver RT2860 to be able to connect to WPA2 networks by Bryan Stephenson · 15 years ago
  98. ddaf557 Staging: rt28[67]0: merge rt28[67]0/sta/*.[ch] by Bartlomiej Zolnierkiewicz · 15 years ago
  99. 5f5d2df Staging: rt2860: prepare for rt28[67]0/sta/*.[ch] merge by Bartlomiej Zolnierkiewicz · 15 years ago
  100. 371abf6 Staging: rt28[67]0: merge rt28[67]0/common/*.[ch] by Bartlomiej Zolnierkiewicz · 15 years ago