1. 231b64b x86: remove rogue default m in drivers/video/Kconfig by Andi Kleen · 18 years ago
  2. b6257a9 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  3. c548f08 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  4. 5c8e191 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup by Linus Torvalds · 18 years ago
  5. cbfee34 security/ cleanups by Adrian Bunk · 18 years ago
  6. 348366b PNP: add debug message for adding new device by Bjorn Helgaas · 18 years ago
  7. 36405e9 PNP: simplify PNPBIOS insert_device by Bjorn Helgaas · 18 years ago
  8. b933e19 PNP: use dev_info() in system driver by Bjorn Helgaas · 18 years ago
  9. a05d078 PNP: use dev_info(), dev_err(), etc in core by Bjorn Helgaas · 18 years ago
  10. 5bfc43a PNP: simplify PNP card error handling by Bjorn Helgaas · 18 years ago
  11. 402b310 PNP: remove null pointer checks by Bjorn Helgaas · 18 years ago
  12. 9cd8047 Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off by Krzysztof Oledzki · 18 years ago
  13. 7ef3639 PNP: don't fail device init if no DMA channel available by Jan Beulich · 18 years ago
  14. 36e02b6 PNP: make pnpacpi_suspend handle errors by Rafael J. Wysocki · 18 years ago
  15. fdc1ca8 floppy: remove register keyword use from floppy driver by Jesper Juhl · 18 years ago
  16. aee9041 floppy: remove dead/commented out code from floppy driver by Jesper Juhl · 18 years ago
  17. 06f748c floppy: do a very minimal style cleanup of the floppy driver by Jesper Juhl · 18 years ago
  18. cf7a441 md: make sure read errors are auto-corrected during a 'check' resync in raid1 by NeilBrown · 18 years ago
  19. d7f3d29 md: expose the degraded status of an assembled array through sysfs by Iustin Pop · 18 years ago
  20. 2b12ab6 md: 'sync_action' in sysfs returns wrong value for readonly arrays by NeilBrown · 18 years ago
  21. 8299d7f md: fix a bug in some never-used code. by NeilBrown · 18 years ago
  22. 4d936ec md: software Raid autodetect dev list not array by Michael J. Evans · 18 years ago
  23. 2b0172e drivers/char/ip2: fix used-uninit'd bug by Jeff Garzik · 18 years ago
  24. f4a1c2b lp_console: cleanups by Pavel Machek · 18 years ago
  25. 2d1df81 HVC console is also used by iSeries, so add that to HVC_DRIVER help. by Rusty Russell · 18 years ago
  26. 3e6c6f6 Delay creation of khcvd thread by Rusty Russell · 18 years ago
  27. 5f519d7 tty: expose new methods needed for drivers to get termios right by Alan Cox · 18 years ago
  28. 44a2db4 lk201: remove obsolete driver by Maciej W. Rozycki · 18 years ago
  29. 1f7c823 Make the pr_*() family of macros in kernel.h complete by Emil Medve · 18 years ago
  30. c98673f I2O: Fix "defined but not used" build warnings by Satyam Sharma · 18 years ago
  31. 2e8ecb9 add CONFIG_VT_UNICODE by Bill Nottingham · 18 years ago
  32. d9aaccc make dmapool code use __set_current_state() by Arjan van de Ven · 18 years ago
  33. fac8b20 Remove final traces of long-deprecated "ramdisk" kernel parm by Robert P. J. Day · 18 years ago
  34. 5a9df73 drivers/block/cciss.c: fix check-after-use by Adrian Bunk · 18 years ago
  35. 827afdf n_hdlc.c: fix check-after-use by Adrian Bunk · 18 years ago
  36. 1a614f5 cciss: fix error reporting for SG_IO by Steve Cameron · 18 years ago
  37. 7fdfd40 NBD: allow hung network I/O to be cancelled by Paul Clements · 18 years ago
  38. 4b86a87 NBD: set uninitialized devices to size 0 by Paul Clements · 18 years ago
  39. 2e9c47c floppy: tolerate DMA channel unavailability by Jan Beulich · 18 years ago
  40. 7ba4b92 jsm: Remove further unneeded crud by Alan Cox · 18 years ago
  41. 7f748bb mxser: Remove use of dead TTY_FLIPBUF_SIZE definition by Alan Cox · 18 years ago
  42. 04c7197 unicode diacritics support by Samuel Thibault · 18 years ago
  43. abdbf94 aoe: remove unecessary wrapper function by Ed L. Cashin · 18 years ago
  44. a8b0ac0 pnp: avoid a small unlikely memory leak in proc_read_escd() by Jesper Juhl · 18 years ago
  45. 3542ae4 Tweak /proc/ipmi removal by Alexey Dobriyan · 18 years ago
  46. 7917ff9 tpm: pay attention to IRQ info from PNP by Bjorn Helgaas · 18 years ago
  47. 978550b drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 18 years ago
  48. 392b7bc drivers/char/consolemap.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 18 years ago
  49. ae0b78d epca.c: reformat comments and coding style improvements by Alexey Dobriyan · 18 years ago
  50. af49d92 Remove "unsafe" from module struct by Rusty Russell · 18 years ago
  51. e57aa83 convert ill defined log2() to ilog2() by Fengguang Wu · 18 years ago
  52. de4f800 Clean up duplicate includes in drivers/w1/ by Jesper Juhl · 18 years ago
  53. 3f1a437 Clean up duplicate includes in drivers/char/ by Jesper Juhl · 18 years ago
  54. 2b571a0 pcmcia: CompactFlash driver for PA Semi Electra boards by Olof Johansson · 18 years ago
  55. 759d7c6 Remove unneeded lock_kernel() in driver/block/loop.c by Diego Woitasen · 18 years ago
  56. 0cbc591b nbd: change a parameter's type to remove a memcpy call by Denis Cheng · 18 years ago
  57. d2c9740 nbd: use list_for_each_entry_safe to make it more consolidated and readable by Denis Cheng · 18 years ago
  58. 04fc8bb kill DECLARE_MUTEX_LOCKED by Christoph Hellwig · 18 years ago
  59. eb1f293 Driver for the Atmel on-chip SSC on AT32AP and AT91 by Hans-Christian Egtvedt · 18 years ago
  60. 5a3135c oom: move prototypes to appropriate header file by David Rientjes · 18 years ago
  61. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 18 years ago
  62. e0bf68d mm: bdi init hooks by Peter Zijlstra · 18 years ago
  63. 6b08f3a [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA drivers by Joachim Fenkes · 18 years ago
  64. f5c0dde [SCSI] Remove full sg table memset() by FUJITA Tomonori · 18 years ago
  65. c79d88b [SCSI] ide-scsi: remove usage of sg_last() by Jens Axboe · 18 years ago
  66. 8bf50f7 cciss: disable DMA refetch on Smart Array P600 by Mike Miller (OS Dev) · 18 years ago
  67. 2428427 [SCSI] ide-scsi: use scsi_sg_count() instead of ->use_sg by Boaz Harrosh · 18 years ago
  68. 3ea3351 Remove magic macros for screen_info structure members by H. Peter Anvin · 18 years ago
  69. ebb3e82 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  70. e5712a6 missing include in mmc by Al Viro · 18 years ago
  71. 68f3e66 fix adbhid mismerge by Al Viro · 18 years ago
  72. 1a1769f WOL bugfix for 3c59x.c by Steffen Klassert · 18 years ago
  73. d0cab89 skge 1.12 by Stephen Hemminger · 18 years ago
  74. 678aa1f skge: add a debug interface by Stephen Hemminger · 18 years ago
  75. afa151b skge: eeprom support by Stephen Hemminger · 18 years ago
  76. da00772 skge: internal stats by Stephen Hemminger · 18 years ago
  77. 501fb72 skge: XM PHY handling fixes by Stephen Hemminger · 18 years ago
  78. 60b24b5 skge: changing MTU while running causes problems by Stephen Hemminger · 18 years ago
  79. 7fb7ac2 skge: fix ram buffer size calculation by Stephen Hemminger · 18 years ago
  80. 298e1a9 gianfar: Fix compile regression caused by 09f75cd7 by Li Yang · 18 years ago
  81. b3e441c net: Fix new EMAC driver for NAPI changes by Benjamin Herrenschmidt · 18 years ago
  82. 1284cd3 bonding: two small fixes for IPoIB support by Jay Vosburgh · 18 years ago
  83. 369d742 e1000e: don't poke PHY registers to retreive link status by Auke Kok · 18 years ago
  84. e265522 e1000e: fix error checks by Adrian Bunk · 18 years ago
  85. 121244a e1000e: Fix debug printk macro by Auke Kok · 18 years ago
  86. 9a7387c tokenring/3c359.c: fixed array index problem by Marcus Meissner · 18 years ago
  87. 8148ff4 [netdrvr] forcedeth: remove in-driver copy of net_device_stats by Jeff Garzik · 18 years ago
  88. 3f88ce4 [netdrvr] forcedeth: improved probe info; dev_printk() cleanups by Jeff Garzik · 18 years ago
  89. bcb5feb forcedeth: fix NAPI rx poll function by Ingo Molnar · 18 years ago
  90. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 18 years ago
  91. 2b0460b Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  92. d91f5bb fix cirrusfb breakage by Al Viro · 18 years ago
  93. 83431cb firewire: fw-cdev: reorder wakeup vs. spinlock by Jay Fenlason · 18 years ago
  94. c1b91ce firewire: in-code doc updates. by Yann Dirson · 18 years ago
  95. e5f84f8 firewire: a header cleanup by Stefan Richter · 18 years ago
  96. a64408b firewire: adopt read cycle timer ABI from raw1394 by Stefan Richter · 18 years ago
  97. 02ff8f8 firewire: fw-ohci: check for misconfigured bus (phyID == 63) by Stefan Richter · 19 years ago
  98. ab88ca4 firewire: fw-ohci: missing dma_unmap_single by Stefan Richter · 19 years ago
  99. e524f61 firewire: fw-ohci: log posted write errors by Stefan Richter · 19 years ago
  100. a7fb60d firewire: fw-ohci: reorder includes by Stefan Richter · 19 years ago