1. c11f6c8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  2. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  3. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  4. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  5. 985f387 Merge branch 'acpica' into release by Len Brown · 15 years ago
  6. 0cb583f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 by Linus Torvalds · 15 years ago
  7. a2d1056 ide: fixup for fujitsu disk by Wu Zhangjin · 15 years ago
  8. 8637343 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  9. e2dd90b ahci: Add AMD SB900 SATA/IDE controller device IDs by Shane Huang · 15 years ago
  10. 6d703a8 ide: convert to ->proc_fops by Alexey Dobriyan · 15 years ago
  11. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 15 years ago
  12. 76fbebf at91_ide: remove headers specific for at91sam9263 by Sergey Matyukevich · 15 years ago
  13. 468b5ef IDE: palm_bk3710: convert clock usage after clkdev conversion by Kevin Hilman · 15 years ago
  14. c9a2bfd pcmcia: add CNF-CDROM-ID for ide by Wolfram Sang · 15 years ago
  15. 665d66e ide: fix races in handling of user-space SET XFER commands by Bartlomiej Zolnierkiewicz · 15 years ago
  16. fa56d4c ide: allow ide_dev_read_id() to be called from the IRQ context by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 2d5abce ide: ide-taskfile.c fix style problems by Jaswinder Singh Rajput · 15 years ago
  18. 72db37b drivers/ide/ide-cd.c: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  19. 6f3848a ide-tape: fix handling of postponed rqs by Borislav Petkov · 15 years ago
  20. e972d70 ide-tape: convert to ide_debug_log macro by Borislav Petkov · 15 years ago
  21. 37bbe08 ide-tape: fix debug call by Mark de Wever · 15 years ago
  22. 7fa350b ide: Fix annoying warning in ide_pio_bytes(). by David S. Miller · 15 years ago
  23. a9079052 IDE: Save a call to PageHighMem() by Jean Delvare · 15 years ago
  24. 2fc2111 ide-tape: Don't leak kernel stack information by Michael Buesch · 15 years ago
  25. bc146d2 ide: fix memory leak when flush command is issued by Maxime Bizon · 15 years ago
  26. 3503e0a Revert "ide: improve handling of Power Management requests" by David S. Miller · 15 years ago
  27. e18ed14 ide: memory overrun in ide_get_identity_ioctl() on big endian machines using ioctl HDIO_OBSOLETE_IDENTITY by Christian Engelmayer · 15 years ago
  28. 2bf427b ide: fix resume for CONFIG_BLK_DEV_IDEACPI=y by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 9c72ebe ide-cd: handle fragmented packet commands gracefully by Borislav Petkov · 15 years ago
  30. 5e95524 ide: always kill the whole request on error by Bartlomiej Zolnierkiewicz · 15 years ago
  31. 7895475 ide: fix ide_kill_rq() for special ide-{floppy,tape} driver requests by Bartlomiej Zolnierkiewicz · 15 years ago
  32. d7e2f36 ide cs5520: Initialize second port's interrupt number. by David S. Miller · 15 years ago
  33. a1317f7 ide: improve handling of Power Management requests by Bartlomiej Zolnierkiewicz · 15 years ago
  34. ba9413b ide: add QUANTUM FIREBALLct20 30 with firmware APL.090 to ivb_list[] by Bartlomiej Zolnierkiewicz · 15 years ago
  35. 346c17a ide: relax DMA info validity checking by Bartlomiej Zolnierkiewicz · 15 years ago
  36. d9ae624 ide-cd: Improve "weird block size" error message by Frans Pop · 15 years ago
  37. af054ed ide-cd: Don't warn on bogus block size unless it actually matters. by David S. Miller · 15 years ago
  38. ffc36c7 ide: fix handling of unexpected IRQs vs request_irq() by Bartlomiej Zolnierkiewicz · 15 years ago
  39. e01698a ide cmd64x: Remove serialize setting. by David S. Miller · 15 years ago
  40. e642340 Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  41. 39c58f3 ide-cd: prevent null pointer deref via cdrom_newpc_intr by Rainer Weikusat · 15 years ago
  42. fcb5207 ide: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  43. 2c7eaa4 ide: BUG() on unknown requests by Bartlomiej Zolnierkiewicz · 15 years ago
  44. a9c4150 ide: filter out invalid DMA xfer mode changes in HDIO_DRIVE_CMD ioctl handler by Bartlomiej Zolnierkiewicz · 15 years ago
  45. 5bfb151f ide: do not access ide_drive_t 'drive_data' field directly by Joao Ramos · 15 years ago
  46. 3779f81 sl82c105: implement test_irq() method by Sergei Shtylyov · 15 years ago
  47. ec053e4 siimage: implement test_irq() method by Sergei Shtylyov · 15 years ago
  48. e0321fb pdc202xx_old: implement test_irq() method (take 2) by Sergei Shtylyov · 15 years ago
  49. 628df2f cmd64x: implement test_irq() method by Sergei Shtylyov · 15 years ago
  50. 87441db cmd640: implement test_irq() method by Sergei Shtylyov · 15 years ago
  51. f4d3ffa ide: move ack_intr() method into 'struct ide_port_ops' (take 2) by Sergei Shtylyov · 15 years ago
  52. eba8999 ide: move IRQ clearing from ack_intr() method to clear_irq() method (take 2) by Sergei Shtylyov · 15 years ago
  53. 74414a91 siimage: use ide_dma_test_irq() (take 2) by Sergei Shtylyov · 15 years ago
  54. 30e5ffc cmd64x: implement clear_irq() method (take 2) by Sergei Shtylyov · 15 years ago
  55. 53b987d ide: call clear_irq() method in ide_timer_expiry() by Sergei Shtylyov · 15 years ago
  56. ccae50b sgiioc4: coding style cleanup by Sergei Shtylyov · 15 years ago
  57. 5880b5d ide: don't enable IORDY at a probe time by Bartlomiej Zolnierkiewicz · 15 years ago
  58. c9ef59f ide: IORDY handling fixes by Bartlomiej Zolnierkiewicz · 15 years ago
  59. 79ca743 ide-tape: fix build issue by Borislav Petkov · 15 years ago
  60. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  61. 8dcce40 Merge branch 'bp-remove-pc-buf' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  62. d614aec Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  63. 4737f09 trivial: Kconfig: .ko is normally not included in module names by Pavel Machek · 15 years ago
  64. 19af5cd trivial: fix typo milisecond/millisecond for documentation and source comments. by Martin Olsson · 15 years ago
  65. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  66. 27951da Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  67. ad7c52d ide: re-implement ide_pci_init_one() on top of ide_pci_init_two() by Bartlomiej Zolnierkiewicz · 15 years ago
  68. 5df3bc2 ide: unexport ide_find_dma_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  69. 5f4417a ide: fix PowerMac bootup oops by Hugh Dickins · 15 years ago
  70. a20b2a4 ide: skip probe if there are no devices on the port (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  71. 75c2d7d sl82c105: add printk() logging facility by Sergei Shtylyov · 15 years ago
  72. 9d01e4c ide-tape: fix proc warning by Borislav Petkov · 15 years ago
  73. 734affd ide: add IDE_DFLAG_NIEN_QUIRK device flag by Bartlomiej Zolnierkiewicz · 15 years ago
  74. 8bc1e5a ide: respect quirk_drives[] list on all controllers by Bartlomiej Zolnierkiewicz · 15 years ago
  75. 0fcef02 hpt366: enable all quirks for devices on quirk_drives[] list by Bartlomiej Zolnierkiewicz · 15 years ago
  76. d328e76 hpt366: sync quirk_drives[] list with pdc202xx_{new,old}.c by Bartlomiej Zolnierkiewicz · 15 years ago
  77. d6dcdea ide: remove superfluous SELECT_MASK() call from do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 15 years ago
  78. f9952be ide: remove superfluous SELECT_MASK() call from ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  79. dff8817 icside: remove superfluous ->maskproc method by Bartlomiej Zolnierkiewicz · 15 years ago
  80. 49d8078 ide-tape: fix IDE_AFLAG_* atomic accesses by Borislav Petkov · 15 years ago
  81. 626542c ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically by Borislav Petkov · 15 years ago
  82. ffddf17 pdc202xx_old: kill resetproc() method by Sergei Shtylyov · 15 years ago
  83. 1221e24 pdc202xx_old: don't call pdc202xx_reset() on IRQ timeout by Sergei Shtylyov · 15 years ago
  84. 72b9304 pdc202xx_old: use ide_dma_test_irq() by Sergei Shtylyov · 15 years ago
  85. 6250d3a Merge branch 'for-linus' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  86. 075affc ide: preserve Host Protected Area by default (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  87. e957b60 ide-gd: implement block device ->set_capacity method (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  88. 669165d pdc202xx_old: fix resetproc() method by Sergei Shtylyov · 15 years ago
  89. 521a415 pdc202xx_old: fix 'pdc20246_dma_ops' by Sergei Shtylyov · 15 years ago
  90. c339dfd ide_pci_generic: add quirk for Netcell ATA RAID by Bartlomiej Zolnierkiewicz · 15 years ago
  91. 3b77f77 ide-disk: fix missing max_sectors accessor function by Martin K. Petersen · 15 years ago
  92. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  93. 9bd7de5 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  94. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  95. 4c9773e Merge branch 'for-linus' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  96. 5993856 via82cxxx: Add VIA VX855 PCI Device ID by Harald Welte · 15 years ago
  97. 28ee9bc ide: report timeouts in ide_busy_sleep() by Bartlomiej Zolnierkiewicz · 15 years ago
  98. cc30137 ide: improve failed opcode reporting by Bartlomiej Zolnierkiewicz · 15 years ago
  99. 26bfcf2 ide: fix printk() levels in ide_dump_ata[pi]_error() by Bartlomiej Zolnierkiewicz · 15 years ago
  100. e3b29f0 ide: fix OOPS during ide-cd error recovery by Bartlomiej Zolnierkiewicz · 15 years ago