1. 6cdeb00 spi-imx: rename source file to spi_imx.c by Uwe Kleine-König · 15 years ago
  2. d41a4b5 serial: add parameter to force skipping the test for the TXEN bug by Chuck Ebbert · 15 years ago
  3. f23fc15 serial167: fix read buffer overflow by Roel Kluin · 15 years ago
  4. 196b316 cyclades: fix read buffer overflow by Roel Kluin · 15 years ago
  5. 75e3a6a icom: convert space to tabs by Breno Leitao · 15 years ago
  6. aa76224 serial_txx9: use container_of() instead of direct cast by Atsushi Nemoto · 15 years ago
  7. 00acfae s3cmci: add better support for no card detect or write protect available by Ben Dooks · 15 years ago
  8. 5a2c4fe s3cmci: make SDIO IRQ hardware IRQ support build-time configurable by Ben Dooks · 15 years ago
  9. 68c5ed5 s3cmci: DMA fixes by Ben Dooks · 15 years ago
  10. 26f1494 s3cmci: Kconfig selection for PIO/DMA/Both by Ben Dooks · 15 years ago
  11. c225889 s3cmci: add SDIO IRQ support by Ben Dooks · 15 years ago
  12. 9bdd203 s3cmci: add debugfs support for examining driver and hardware state by Ben Dooks · 15 years ago
  13. e6130ae s3cmci: fix direct write to interrupt mask by Ben Dooks · 15 years ago
  14. 50d7fa9 s3cmci: change to use dev_pm_ops by Ben Dooks · 15 years ago
  15. 916a307 s3cmci: change GPIO to gpiolib from S3C24XX specific calls by Ben Dooks · 15 years ago
  16. 44d0e19 s3cmci: update probe to use new platform id list by Ben Dooks · 15 years ago
  17. da52a7c s3cmci: use resource_size() instead of local macro by Ben Dooks · 15 years ago
  18. 447e446 uartlite: allow building for timberdale MFD by Richard Röjfors · 15 years ago
  19. ed9935f4 sdio: pass whitelisted cis funce tuples to sdio drivers by Albert Herranz · 15 years ago
  20. a09efb0 Char: vt_ioctl, fix BKL imbalance by Jiri Slaby · 15 years ago
  21. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  22. 1c4115e drivers/input/input.c: fix CONFIG_PM=n warning by Andrew Morton · 15 years ago
  23. 6646679 sky2: irqname based on pci address by Stephen Hemminger · 15 years ago
  24. 415e69e skge: use unique IRQ name by Michal Schmidt · 15 years ago
  25. 28ad395 Kconfig: STRIP: Remove stale bits of STRIP help text by Ralf Baechle · 15 years ago
  26. 7b1401c NET: mkiss: Fix typo by Ralf Baechle · 15 years ago
  27. bf18a9f tg3: Remove prev_vlan_tag from struct tx_ring_info by Eric Dumazet · 15 years ago
  28. 3d1285b move virtnet_remove to .devexit.text by Uwe Kleine-König · 15 years ago
  29. fb74c2f don't use __devexit_p to wrap sgiseeq_remove by Uwe Kleine-König · 15 years ago
  30. 1ebb5a1 don't use __devexit_p to wrap meth_remove by Uwe Kleine-König · 15 years ago
  31. ce501ca bonding: set primary param via sysfs by Jiri Pirko · 15 years ago
  32. a98917a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  33. c15227d block: use normal I/O path for discard requests by Christoph Hellwig · 15 years ago
  34. 1e6f2dc cciss: fix build when !PROC_FS by Alexander Beregalov · 15 years ago
  35. 9f792d9 cciss: cciss_host_attr_groups should be const by Jens Axboe · 15 years ago
  36. 9cef0d2 cciss: Dynamically allocate the drive_info_struct for each logical drive. by Stephen M. Cameron · 15 years ago
  37. e272afe cciss: Add usage_count attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  38. 3ff1111 cciss: Add a "raid_level" attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  39. fa52bec cciss: fix some magic numbers in the raid-level decoding by Stephen M. Cameron · 15 years ago
  40. ce84a8a cciss: Add lunid attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  41. 2e04398 cciss: Don't check h->busy_initializing in cciss_open(). by Stephen M. Cameron · 15 years ago
  42. 39ccf9a cciss: Preserve all 8 bytes of LUN ID for logical drives. by Stephen M. Cameron · 15 years ago
  43. 983333c cciss: Silence noisy per-disk messages output by cciss_read_capacity by Stephen M. Cameron · 15 years ago
  44. 2c93559 cciss: Fix excessive gendisk freeing bug on driver unload. by Stephen M. Cameron · 15 years ago
  45. 2d11d99 cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs. by Stephen M. Cameron · 15 years ago
  46. 9ddb27b cciss: Clear all sysfs-exposed data for deleted logical drives. by Stephen M. Cameron · 15 years ago
  47. 8ce5196 cciss: Handle special case for sysfs attributes of the first logical drive. by Stephen M. Cameron · 15 years ago
  48. 361e9b0 cciss: Handle cases when cciss_add_disk fails. by Stephen M. Cameron · 15 years ago
  49. e8074f7 cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk. by Stephen M. Cameron · 15 years ago
  50. 097d026 cciss: Rearrange logical drive sysfs code to make the "changing a disk" path work. by Stephen M. Cameron · 15 years ago
  51. 617e134 cciss: Dynamically allocate struct device for each logical drive as needed. by Stephen M. Cameron · 15 years ago
  52. 21d9db0 cciss: Remove some unused code in rebuild_lun_table() by Stephen M. Cameron · 15 years ago
  53. d6f4965 cciss: Allow triggering of rescan of logical drive topology via sysfs entry by Andrew Patterson · 15 years ago
  54. b368c9d cciss: Use one scan thread per controller and fix hang during rmmod by Andrew Patterson · 15 years ago
  55. c64bebc cciss: Remove sysfs entries for logical drives on driver cleanup. by Andrew Patterson · 15 years ago
  56. 4d76160 cciss: fix schedule_timeout() parameters by Randy Dunlap · 15 years ago
  57. d5d03ee dac960: switch to seq_file by Alexey Dobriyan · 15 years ago
  58. ff2c3de cpqarray: switch to seq_file by Alexey Dobriyan · 15 years ago
  59. ee17962 ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3 by Linus Walleij · 15 years ago
  60. a00d210 ixgbe: correct the parameter description by Jiri Pirko · 15 years ago
  61. dcb9b56 be2net: Workaround to fix a bug in Rx Completion processing. by Ajit Khaparde · 15 years ago
  62. 7bfc4ab 3c59x: Rework suspend and resume by Anton Vorontsov · 15 years ago
  63. a55c0a0e drivers/net: ks8851_mll ethernet network driver by Choi, David · 15 years ago
  64. f191422 skge: Make sure both ports initialize correctly by Mike McCormack · 15 years ago
  65. ec1652a bcm63xx_enet: timeout off by one in do_mdio_op() by roel kluin · 15 years ago
  66. ebd6e77 qlge: Fix error exit for probe call. by Ron Mercer · 15 years ago
  67. f2c0d8d qlge: Protect reset recovery with rtnl_lock(). by Ron Mercer · 15 years ago
  68. 06a49f7 qlge: Fix spin_lock warning. by Ron Mercer · 15 years ago
  69. fd21cf5 qlge: Fix out of sync hardware semaphore. by Ron Mercer · 15 years ago
  70. fbcbe56c qlge: Fix bad bit definitions. by Ron Mercer · 15 years ago
  71. 6ad3810 ixgbe: Remove ATR computation for UDP traffic by Peter P Waskiewicz Jr · 15 years ago
  72. aad7191 ixgbe patch to provide NIC's tx/rx counters via ethtool by Ben Greear · 15 years ago
  73. e0f4daf ixgbe: Bump driver version number by Peter P Waskiewicz Jr · 15 years ago
  74. 539e5f0 ixgbe: Fix backplane flow control autoneg by Peter P Waskiewicz Jr · 15 years ago
  75. 84f62d4 ixgbe: Fix disabling of relaxed ordering with Tx DCA by Peter P Waskiewicz Jr · 15 years ago
  76. 817b33d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  77. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  78. 553d6d5 MIPS: BCM63xx: Add PCMCIA & Cardbus support. by Maxime Bizon · 15 years ago
  79. 9fcd66e MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART. by Maxime Bizon · 15 years ago
  80. 9c1fe83 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  81. 5a4c8d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  82. e15daf6 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  83. 8c11499 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  84. 342a597 pty: reconnect the BSD TIOCSPTLCK handling to legacy ptys by Linus Torvalds · 15 years ago
  85. e16c1bb ar9170: fix bug in iq-auto calibration value calculation by Christian Lamparter · 15 years ago
  86. 78bd6bb rt2x00: Thrustmaster FunAccess WIFI USB and rt73usb by Michal Szalata · 15 years ago
  87. ffed130 mac80211_hwsim: Fix initial beacon timer configuration by Jouni Malinen · 15 years ago
  88. b96ab54 b43: Always use block-I/O for the PIO data registers by Michael Buesch · 15 years ago
  89. f0ed1f6 drm/radeon/kms: Convert R520 to new init path and associated cleanup by Jerome Glisse · 15 years ago
  90. d39c3b8 drm/radeon/kms: Convert RV515 to new init path and associated cleanup by Jerome Glisse · 15 years ago
  91. f4e45d0 drm: fix radeon DRM warnings when !CONFIG_DEBUG_FS by Mikael Pettersson · 15 years ago
  92. bea1d35 drm: fix drm_fb_helper warning when !CONFIG_MAGIC_SYSRQ by Mikael Pettersson · 15 years ago
  93. 0c570cd PM / yenta: Fix cardbus suspend/resume regression by Rafael J. Wysocki · 15 years ago
  94. 827b464 PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend() by Rafael J. Wysocki · 15 years ago
  95. eb1cf0f Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  96. a0d97d6 sony-laptop: re-read the rfkill state when resuming from suspend by Alan Jenkins · 15 years ago
  97. 50fab07 sony-laptop: check for rfkill hard block at load time by Alan Jenkins · 15 years ago
  98. b7a7940 iwlwifi: fix 3945 ucode info retrieval after failure by Reinette Chatre · 15 years ago
  99. 2814298 iwlwifi: fix memory leak in command queue handling by Reinette Chatre · 15 years ago
  100. 2fac971 iwlwifi: fix debugfs buffer handling by Reinette Chatre · 15 years ago