1. edb34a4 Remove stale "depends on NETDEV_1000"in staging drivers by Linus Torvalds · 13 years ago
  2. aa77677 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  3. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  4. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  5. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  6. 43a3beb Merge branch 'staging-next' into Linux 3.1 by Greg Kroah-Hartman · 13 years ago
  7. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  8. 68cf162 staging: et131x: Remove redundant check and return statement by Mark Einon · 13 years ago
  9. 09a3fc2 staging: et131x: Mainly whitespace changes to appease checkpatch by Mark Einon · 13 years ago
  10. 8310c60 staging: et131x: Remove last of the forward declarations by Mark Einon · 13 years ago
  11. 2288760e staging: et131x: Remove even more forward declarations by Mark Einon · 13 years ago
  12. a4d444b staging: et131x: Remove yet more forward declarations by Mark Einon · 13 years ago
  13. 5da2b15 staging: et131x: Remove more forward declarations by Mark Einon · 13 years ago
  14. 36f2771 staging: et131x: Remove forward declaration of et131x_adapter_setup by Mark Einon · 13 years ago
  15. 44012df staging: et131x: Remove some forward declarations by Mark Einon · 13 years ago
  16. c018a5f staging: et131x: Remove unused rx_ring.recv_packet_pool by Mark Einon · 13 years ago
  17. ac8f483 staging: et131x: Remove call to find pci pm capability by Mark Einon · 13 years ago
  18. 5ad5be5 staging: et131x: Remove redundant et131x_reset_recv() call by Mark Einon · 13 years ago
  19. 16d8de3 staging: et131x: Remove unused rx_ring.recv_buffer_pool by Mark Einon · 13 years ago
  20. a865818 Staging: bcm: Fix three initialization errors in InterfaceDld.c by Kevin McKinney · 13 years ago
  21. a5e4b81 Staging: bcm: Fix coding style issues in InterfaceDld.c by Kevin McKinney · 13 years ago
  22. a3e2940 staging:iio:dac: Add AD5360 driver by Lars-Peter Clausen · 13 years ago
  23. dafb7d1 staging:iio:trigger:bfin-timer: Fix compile error by Lars-Peter Clausen · 13 years ago
  24. 0c849b3 Staging: vt6655: add some range checks before memcpy() by Dan Carpenter · 13 years ago
  25. 0d3eb2b Staging: vt6655: whitespace fixes to iotcl.c by Dan Carpenter · 13 years ago
  26. 44ec5d2 Staging: vt6656: add some range checks before memcpy() by Dan Carpenter · 13 years ago
  27. 883aeec Staging: vt6656: whitespace cleanups in ioctl.c by Dan Carpenter · 13 years ago
  28. 4fb544c staging: et131x: Remove unused defines by Mark Einon · 13 years ago
  29. 26dc751 staging: et131x: Convert rest of pci memory management to dma api by Mark Einon · 13 years ago
  30. 06709e9 staging: et131x: on transmit, stop the queue if the next packet will fail by Mark Einon · 13 years ago
  31. 26d19bf staging: et131x: Tidy up PCI device table definition by Mark Einon · 13 years ago
  32. 675c8f6 staging: et131x: Match dma_alloc_ calls with dma_free_ calls by Mark Einon · 13 years ago
  33. 0d1b7a8 staging: et131x: use dma_alloc... instead of pci_alloc... by Mark Einon · 13 years ago
  34. e592a9b staging: et131x: Fix issues when USE_FBR0 is not defined by Mark Einon · 13 years ago
  35. 6abafc1 staging: et131x: Make rx_ring.fbr{0,1} share a common structure by Mark Einon · 13 years ago
  36. 920d74a staging: et131x: Moving two extern inline functions to .c file by Mark Einon · 13 years ago
  37. 82e4b35 staging: et131x: Update TODO list - remove 'put driver into single file' by Mark Einon · 13 years ago
  38. 17ec9ff staging: et131x: move et1310_tx.h contents into et131x.c by Mark Einon · 13 years ago
  39. 562550b staging: et131x: move et1310_rx.h contents into et131x.c by Mark Einon · 13 years ago
  40. 1c1c1b5 staging: et131x: move et131x_defs.h contents into et131x.c by Mark Einon · 13 years ago
  41. fd0651a staging: et131x: move et131x_adapter.h contents into et131x.c by Mark Einon · 13 years ago
  42. 2b2b955 staging: et131x: move et1310_phy.h contents into et131x.h by Mark Einon · 13 years ago
  43. 01df6aa staging: et131x: move et1310_address_map.h contents into et131x.h by Mark Einon · 13 years ago
  44. bd156af staging: et131x: Move non-register defines from et131x.h to et131x.c by Mark Einon · 13 years ago
  45. 2d0c64a staging: et131x: Move function declarations from et131x.h to et131x.c by Mark Einon · 13 years ago
  46. d279674 staging: et131x: Put all .c files into one big file by Mark Einon · 13 years ago
  47. cd8eca6 staging:iio:dac:ad5686: Check for negative values by Lars-Peter Clausen · 13 years ago
  48. 75bb23a staging:iio:dac:ad5791: Fix scale unit by Lars-Peter Clausen · 13 years ago
  49. f1a61a8 staging:iio:dac:ad5791: Convert attributes to new naming spec by Lars-Peter Clausen · 13 years ago
  50. 9dc9961 staging:iio:dac:ad5791: Allow asymmetrical reference voltages by Lars-Peter Clausen · 13 years ago
  51. 021c0a3 staging:iio:dac:ad5791: Use correct DAC bit-size by Lars-Peter Clausen · 13 years ago
  52. 1b99232 iio: cdc: Fix pushed event code - Typo, should be IIO_CAPACITANCE. by Michael Hennerich · 13 years ago
  53. 5c48cb9 iio: adc: Relocate Capacitance to Digital Converters (CDC) into own subdir by Michael Hennerich · 13 years ago
  54. e63abd0 iio: Spell fix - consistent use of Converter - no functional changes by Michael Hennerich · 13 years ago
  55. fcf265d staging:iio:dac: Add AD5064 driver by Lars-Peter Clausen · 13 years ago
  56. fcde2bf staging: tidspbridge: MMU2 registers are limited to 32-bit data access by Vladimir Zapolskiy · 13 years ago
  57. 6b7200f Staging: vt6655: memory corruption in check in wpa_set_wpadev() by Dan Carpenter · 13 years ago
  58. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  59. 4535743 Staging: rtl8192u: ieee80211: Makefile: remove unneeded stuff by Greg Kroah-Hartman · 13 years ago
  60. 5f9819c Staging: wlags49_h25: Makefile: remove unneeded stuff by Greg Kroah-Hartman · 13 years ago
  61. 74116f56 Staging: wlags49_h2: Makefile: remove unneeded stuff by Greg Kroah-Hartman · 13 years ago
  62. d199fb7 staging: mei: clean the TODO file from done tasks. by Oren Weil · 13 years ago
  63. 0a4b6b0 staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAX by Manohar Vanga · 13 years ago
  64. a916a39 staging: vme: get rid of struct vme_device_id and slots by Manohar Vanga · 13 years ago
  65. 5d6abf3 staging: vme: make match() driver specific to improve non-VME64x support by Manohar Vanga · 13 years ago
  66. 8f966dc staging: vme: add struct vme_dev for VME devices by Manohar Vanga · 13 years ago
  67. 9ad2e2e staging:iio:dummy Add buffered reading support by Jonathan Cameron · 13 years ago
  68. e647700 staging:iio:dummy Add event support + fake event generator by Jonathan Cameron · 13 years ago
  69. 3a84331 staging:iio:Documentation Simple dummy driver to explain the basics by Jonathan Cameron · 13 years ago
  70. 9c95e01 staging:iio:adc:max1363 incorrect allocation of available_scanmasks by Jonathan Cameron · 13 years ago
  71. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  72. cdea0be iio: adc: remove ADT75 driver - hwmon/lm75 will take over ADT75 support by Michael Hennerich · 13 years ago
  73. 3e2c96e staging:iio: gpio build dependency fixing by Jonathan Cameron · 13 years ago
  74. 41098f8 Staging: hv: storvsc: Fix checkpatch warnings by K. Y. Srinivasan · 13 years ago
  75. 1f46902 Staging: hv: mousevsc: Fix a checkpatch warning by K. Y. Srinivasan · 13 years ago
  76. 40d1bac staging: drop unused Kconfig symbols by Paul Bolle · 13 years ago
  77. 00bf256 staging: zcache: remove zcache_direct_reclaim_lock by Seth Jennings · 13 years ago
  78. 3b769ed staging/nvec: fix compilation error in nvec.c by Marc Dietrich · 13 years ago
  79. b55e073 staging/easycap: kill timeval members of easycap struct by Tomas Winkler · 13 years ago
  80. 729336b staging: wlags49_h2: Fixup SIOCSIWGENIE by David Kilroy · 13 years ago
  81. 9ef0230 staging: wlags49_h2: Fixup IW_AUTH handling by David Kilroy · 13 years ago
  82. 05df482 staging: wlags49_h2: Make key setting more reliable by David Kilroy · 13 years ago
  83. 68da105 staging: wlags49_h2: Report WPA IE in scan results with IWEVGENIE by David Kilroy · 13 years ago
  84. 25b2046 staging: wlags49_h2: Remove useless IWE_STREAM_ADD_XXX defines by David Kilroy · 13 years ago
  85. add54e5 staging: wlags49_h2: Enable WPA in the HCF by David Kilroy · 13 years ago
  86. 1ca6167 staging: wlags49_h2: Handle sysfs_create_group return correctly by David Kilroy · 13 years ago
  87. 8122fa3 drivers: staging: rts_pstor fixed checkpatch warnings by Pelle Windestam · 13 years ago
  88. b6fbd29 staging:rts_pstor:Fix SDIO issue by wwang · 13 years ago
  89. 963ff77 Staging: comedi: fix brace coding style issue in ni_atmio.c by Jake Burton · 13 years ago
  90. 0bdd2b6 Staging: comedi: c6xdigio: fixed missing KERN_* in printk by Nasir Abed · 13 years ago
  91. 41ebe9c Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  92. 289ea52 staging: xgifb: clean up 2nd display state by Aaro Koskinen · 13 years ago
  93. 3261f2a staging: xgifb: delete CRT1 state by Aaro Koskinen · 13 years ago
  94. 624554d staging: xgifb: make DAC tables const by Aaro Koskinen · 13 years ago
  95. 4397c7f staging: xgifb: make RAM type tables const by Aaro Koskinen · 13 years ago
  96. 2f0f395 staging: xgifb: move XGINew_DataBusWidth into vb_device_info by Aaro Koskinen · 13 years ago
  97. ee055a4 staging: xgifb: move XGINew_ChannelAB into vb_device_info by Aaro Koskinen · 13 years ago
  98. 2af1a29 staging: xgifb: move XGINew_RAMType into vb_device_info by Aaro Koskinen · 13 years ago
  99. f2df8c0 staging: xgifb: eliminate global XGI_Pr data by Aaro Koskinen · 13 years ago
  100. 7d2ab0c staging: xgifb: make XGIbios_mode const by Aaro Koskinen · 13 years ago