1. 8b07ed2 ide: remove no longer needed IRQ fallback code from hwif_init() by Bartlomiej Zolnierkiewicz · 15 years ago
  2. bd0c084 amd74xx: remove no longer needed ->init_hwif method by Bartlomiej Zolnierkiewicz · 15 years ago
  3. 2467922 ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS by Bartlomiej Zolnierkiewicz · 15 years ago
  4. f65dedf ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  5. 5bae8bf ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  6. 80d15a6 ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 1b166ae trm290: small ->init_hwif cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 49727e3 ns87415: small ->init_hwif cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  9. 973d9e7 ns87415: use pci_get_legacy_ide_irq() by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 213e4b0 amd74xx: use ide_pci_is_in_compatibility_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  11. 327fa1c ide: move error handling code to ide-eh.c (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 122f06f ide: checkpatch.pl fixes for ide-iops.c by Bartlomiej Zolnierkiewicz · 15 years ago
  13. ee1b1cc ide: fix comments in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 15 years ago
  14. 4d7bb47 ide: fix printk() levels in [atapi_]reset_pollfunc() by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 1574cf6 ide: move standard I/O code to ide-io-std.c by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 0d6a975 ide: move ide_read_bcount_and_ireason() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 7eeaaaa ide: move xfer mode tuning code to ide-xfer-mode.c by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 11938c9 ide: move device settings code to ide-devsets.c by Bartlomiej Zolnierkiewicz · 15 years ago
  19. c4e66c3 ide: move ide_do_park_unpark() to ide-park.c by Bartlomiej Zolnierkiewicz · 15 years ago
  20. 1bc6daa ide: factor out processing of special commands from ide_special_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  21. 1866082 ide: remove ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  22. 65ca537 ide: move ide_dma_timeout_retry() to ide-dma.c by Bartlomiej Zolnierkiewicz · 15 years ago
  23. b6a45a0 ide: move drive_is_ready() to ide-io.c by Bartlomiej Zolnierkiewicz · 15 years ago
  24. 75a0cff ide: unexport ide_devset_execute() by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 2b9ae46 ide: remove stale comments from drive_is_ready() by Bartlomiej Zolnierkiewicz · 15 years ago
  26. b0b3914 ide-acpi: remove taskfile_load_raw() by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 1f5892a ide-acpi: cleanup do_drive_set_taskfiles() by Bartlomiej Zolnierkiewicz · 15 years ago
  28. 2f0d0fd ide-acpi: cleanup do_drive_get_GTF() by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 8b803bd ide: sanitize ACPI initialization by Bartlomiej Zolnierkiewicz · 15 years ago
  30. 7ed5b15 ide: add ide_for_each_present_dev() iterator by Bartlomiej Zolnierkiewicz · 15 years ago
  31. 8cd3c60 ide-acpi: init ACPI handles early for devices by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 94635d3e ide-acpi: no need to zero ->acpidata for devices by Bartlomiej Zolnierkiewicz · 15 years ago
  33. 1902a25 ide: remove superfluous check from ide_proc_port_register_devices() by Bartlomiej Zolnierkiewicz · 15 years ago
  34. 0688d3a ide: init_irq() doesn't need to hold ide_cfg_mtx by Bartlomiej Zolnierkiewicz · 15 years ago
  35. 7362951 ide: move ->lock and ->timer init from init_irq() to ide_init_port_data() by Bartlomiej Zolnierkiewicz · 15 years ago
  36. d336ae3 ide: no need to touch local IRQs in ide_probe_port() by Bartlomiej Zolnierkiewicz · 15 years ago
  37. 7a254df ide: move ide_pktcmd_tf_load() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  38. 7610c4f ide: fix IDE_DFLAG_NO_IO_32BIT handling by Bartlomiej Zolnierkiewicz · 15 years ago
  39. d56ffd3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  40. 12a37b5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  41. 61fa9dc ucc_geth: Fix oops when using fixed-link support by Anton Vorontsov · 15 years ago
  42. e3162d3 dm9000: locking bugfix by David Brownell · 15 years ago
  43. 6580f57 net: update dnet.c for bus_id removal by Stephen Rothwell · 15 years ago
  44. 18a0d89 radeonfb: Whack the PCI PM register until it sticks by Benjamin Herrenschmidt · 15 years ago
  45. 4b97926 dnet: DNET should depend on HAS_IOMEM by Ilya Yanok · 15 years ago
  46. e2fc4d1 dca: add missing copyright/license headers by Maciej Sosnowski · 15 years ago
  47. 5ed0102 sungem: missing net_device_ops by Stephen Hemminger · 15 years ago
  48. 1ab1ab7 be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycle by Sathya Perla · 15 years ago
  49. ea1dae1 be2net: replenish when posting to rx-queue is starved in out of mem conditions by Sathya Perla · 15 years ago
  50. 2d8620c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  51. 0702b30 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  52. 170ebf8 bas_gigaset: correctly allocate USB interrupt transfer buffer by Tilman Schmidt · 15 years ago
  53. 44c1d6f smsc911x: reset last known duplex and carrier on open by Steve Glendinning · 15 years ago
  54. 2e2a6a9 sh_eth: Fix mistake of the address of SH7763 by Nobuhiro Iwamatsu · 15 years ago
  55. 0e0fde3 sh_eth: Change handling of IRQ by Nobuhiro Iwamatsu · 15 years ago
  56. 6914563 tulip: fix crash on iface up with shirq debug by Kyle McMartin · 15 years ago
  57. 4783256 virtio_net: Make virtio_net support carrier detection by Pantelis Koukousoulas · 15 years ago
  58. 17d0450 bonding: Fix updating of speed/duplex changes by Jay Vosburgh · 15 years ago
  59. 6901031 bnx2: Fix problem of using wrong IRQ handler. by Michael Chan · 15 years ago
  60. a1e4ee2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  61. d0573fa Staging: benet: remove driver now that it is merged in drivers/net/ by Greg Kroah-Hartman · 15 years ago
  62. d941d0e Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  63. c71327a Merge commit 'gcl/merge' into merge by Benjamin Herrenschmidt · 15 years ago
  64. 8a0845c USB: storage: Unusual USB device Prolific 2507 variation added by Thomas Bartosik · 15 years ago
  65. e7f2f0d USB: Add device id for Option GTM380 to option driver by Achilleas Kotsis · 15 years ago
  66. 56a21827 USB: Add Vendor/Product ID for new CDMA U727 to option driver by Dirk Hohndel · 15 years ago
  67. 716a9c8 USB: Updated unusual-devs entry for USB mass storage on Nokia 6233 by Moritz Muehlenhoff · 15 years ago
  68. 0cc6bfe USB: Option: let cdc-acm handle Sony Ericsson F3507g / Dell 5530 by Dan Williams · 15 years ago
  69. 391016f USB: EHCI: expedite unlinks when the root hub is suspended by Alan Stern · 15 years ago
  70. 508db8c USB: EHCI: Fix isochronous URB leak by Karsten Wiese · 16 years ago
  71. 9ea19b8 USB: option.c: add ZTE 622 modem device by Albert Pauw · 16 years ago
  72. 49fa092 USB: wusbcore/wa-xfer, fix lock imbalance by Jiri Slaby · 15 years ago
  73. a08b43a USB: misc/vstusb, fix lock imbalance by Jiri Slaby · 15 years ago
  74. 46c9844 USB: misc/adutux, fix lock imbalance by Jiri Slaby · 15 years ago
  75. 909b6c3 USB: image/mdc800, fix lock imbalance by Jiri Slaby · 15 years ago
  76. eeafa64 USB: atm/cxacru, fix lock imbalance by Jiri Slaby · 15 years ago
  77. c497e71 USB: unusual_devs: Add support for GI 0431 SD-Card interface by Jan Dumon · 15 years ago
  78. c653566 USB: serial: new cp2101 device id by Robert M. Kenney · 16 years ago
  79. b0d65900 USB: serial: ftdi: enable UART detection on gnICE JTAG adaptors blacklist interface0 by Michael Hennerich · 16 years ago
  80. 7f82b6d USB: serial: add FTDI USB/Serial converter devices by Axel Wachtler · 16 years ago
  81. 6ff1046 USB: usbfs: keep async URBs until the device file is closed by Alan Stern · 16 years ago
  82. 228dd05 USB: usbtmc: add protocol 1 support by Greg Kroah-Hartman · 15 years ago
  83. 5b10916 USB: usbtmc: fix stupid bug in open() by Greg Kroah-Hartman · 15 years ago
  84. 18439c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  85. 640c65e zd1211rw: Do not panic on device eject when associated by Jouni Malinen · 15 years ago
  86. 5ec905a ath9k: AR9280 PCI devices must serialize IO as well by Luis R. Rodriguez · 15 years ago
  87. 6158425 ath9k: implement IO serialization by Luis R. Rodriguez · 15 years ago
  88. 19695ec Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  89. b35f8ca dm crypt: wait for endio to complete before destruction by Milan Broz · 15 years ago
  90. b2174ee dm crypt: fix kcryptd_async_done parameter by Huang Ying · 15 years ago
  91. d659e6c dm io: respect BIO_MAX_PAGES limit by Mikulas Patocka · 15 years ago
  92. f80a557 dm table: rework reference counting fix by Mikulas Patocka · 15 years ago
  93. bc0fd67 dm ioctl: validate name length when renaming by Milan Broz · 15 years ago
  94. 8e91f17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  95. 8032b52 linux.conf.au 2009: Tuz by Rusty Russell · 15 years ago
  96. 1b958a3 Merge branches 'misc-up-now' and 'platform-drivers' into release by Len Brown · 15 years ago
  97. da51199 acpi-wmi: unsigned cannot be less than 0 by Roel Kluin · 16 years ago
  98. b36a50f thinkpad-acpi: fix module autoloading for older models by Mathieu Chouquet-Stringer · 15 years ago
  99. 54b1ec8 acer-wmi: Unmark as 'experimental' by Carlos Corbacho · 16 years ago
  100. 5fcdd17 acpi-wmi: Unmark as 'experimental' by Carlos Corbacho · 16 years ago