1. 4c10c93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 by Linus Torvalds · 14 years ago
  2. 950f564 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6 by David S. Miller · 14 years ago
  3. bc53515 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  4. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  5. 963accb MIPS: Alchemy: change dbdma to accept physical memory addresses by Manuel Lauss · 15 years ago
  6. ea071cc MIPS: Alchemy: remove dbdma compat macros by Manuel Lauss · 15 years ago
  7. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  8. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  9. b1681c5 drivers/ide: Fix continuation line formats by Joe Perches · 14 years ago
  10. 8495fb1 ide: fixed section mismatch warning in cmd640.c by Chris Frey · 15 years ago
  11. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 15 years ago
  12. 3dabcfe ide: ide_timing_compute() fixup by Bartlomiej Zolnierkiewicz · 15 years ago
  13. 220c58b ide: make ide_get_best_pio_mode() static by Bartlomiej Zolnierkiewicz · 15 years ago
  14. f0e5f62 via82cxxx: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 040f6b4 tx493xide: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 15 years ago
  16. bb43061 siimage: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 0716302 palm_bk3710: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 15 years ago
  18. f657911 it821x: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 15 years ago
  19. 280d69b cs5536: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 15 years ago
  20. a298dc0 cs5535: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 15 years ago
  21. 23d8740 cmd64x: fix handling of address setup timings by Bartlomiej Zolnierkiewicz · 15 years ago
  22. f6d23c2 amd74xx: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 15 years ago
  23. e4c7112 alim15x3: fix handling of UDMA enable bit by Bartlomiej Zolnierkiewicz · 15 years ago
  24. a345c78 alim15x3: fix handling of DMA timings by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 5740345 alim15x3: fix handling of command timings by Bartlomiej Zolnierkiewicz · 15 years ago
  26. cde727b alim15x3: fix handling of address setup timings by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 8e714a0 ide-timings: use ->pio_mode value to determine fastest PIO speed by Bartlomiej Zolnierkiewicz · 15 years ago
  28. 8776168 ide: change ->set_dma_mode method parameters by Bartlomiej Zolnierkiewicz · 15 years ago
  29. e085b3c ide: change ->set_pio_mode method parameters by Bartlomiej Zolnierkiewicz · 15 years ago
  30. 3fccaa1 ide: add drive->dma_mode field by Bartlomiej Zolnierkiewicz · 15 years ago
  31. d2d4e78 ide: add drive->pio_mode field by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 68d0a03 via82cxxx: fix UDMA settings programming by Bartlomiej Zolnierkiewicz · 15 years ago
  33. a354ae8 via82cxxx: add support for VT6415 PCIE PATA IDE Host Controller by Bartlomiej Zolnierkiewicz · 15 years ago
  34. 5b6c82e via82cxxx: add support for vt8261 and future chips by Bartlomiej Zolnierkiewicz · 15 years ago
  35. f931a5d via82cxxx: workaround h/w bugs by Bartlomiej Zolnierkiewicz · 15 years ago
  36. a13e486 via82cxxx: fix SATA cable detection by Bartlomiej Zolnierkiewicz · 15 years ago
  37. 76937fa ide: add SATA cable detection support by Bartlomiej Zolnierkiewicz · 15 years ago
  38. 42036c8 via82cxxx: vx855 is a single channel controller by Bartlomiej Zolnierkiewicz · 15 years ago
  39. cb06fc3 serverworks: add missing pci_dev_put() call by Bartlomiej Zolnierkiewicz · 15 years ago
  40. e7593af serverworks: cleanup svwks_udma_filter() by Bartlomiej Zolnierkiewicz · 15 years ago
  41. a337c22 pdc202xx_old: add ->init_hwif method by Bartlomiej Zolnierkiewicz · 15 years ago
  42. fb7b0d5 opti621: remove stale driver history by Bartlomiej Zolnierkiewicz · 15 years ago
  43. bd37f65 cy82c693: remove stale driver history by Bartlomiej Zolnierkiewicz · 15 years ago
  44. 4d6b328 cy82c693: fix PIO timings calculations by Bartlomiej Zolnierkiewicz · 15 years ago
  45. 22cabc2 cmd64x: remove superfluous checks from cmd64x_set_dma_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  46. 60349ab cmd64x: fix PIO and MWDMA timings calculations by Bartlomiej Zolnierkiewicz · 15 years ago
  47. 31bbb66 amd74xx: don't change UDMA settings when programming PIO timings by Bartlomiej Zolnierkiewicz · 15 years ago
  48. d23f33d alim15x3: cleanup ali_cable_detect() by Bartlomiej Zolnierkiewicz · 15 years ago
  49. 5f6bd68 alim15x3: remove superfluous locking from ali_set_pio_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  50. 293f18a alim15x3: add ali_fifo_control() helper by Bartlomiej Zolnierkiewicz · 15 years ago
  51. 3c8cc8d alim15x3: fix PIO timings calculations by Bartlomiej Zolnierkiewicz · 15 years ago
  52. 2b7d03a ide: use standard timing for XFER_PIO_SLOW mode in ide_timing_compute() by Bartlomiej Zolnierkiewicz · 15 years ago
  53. d4ae541 ide/ide-cs: fix order of releasing resources by Wolfram Sang · 15 years ago
  54. 05227ad ide_tape: kill off use of the ->ioctl operation by Alan Cox · 15 years ago
  55. c3be57b ide: Fix Promise UDMA33 IDE driver (pdc202xx_old) by Russell King · 15 years ago
  56. f75d4a2 icside: bring back ->maskproc method by Bartlomiej Zolnierkiewicz · 15 years ago
  57. 4cd7d92 scc_pata: fix module unloading by Bartlomiej Zolnierkiewicz · 15 years ago
  58. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  59. e49aedb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 by Linus Torvalds · 15 years ago
  60. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  61. d58b0c3 powerpc/macio: Rework hotplug media bay support by Benjamin Herrenschmidt · 15 years ago
  62. 23eb3b6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  63. d9b2c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  64. 4e5b932 Merge branch 'ide-dcr' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/misc by David S. Miller · 15 years ago
  65. 8e182a9 pata_piccolo: Driver for old Toshiba chipsets by Alan Cox · 15 years ago
  66. f9288e1 sl82c105: remove no longer needed debugging code by Bartlomiej Zolnierkiewicz · 15 years ago
  67. de9e805 sis5513: remove stale TODO by Bartlomiej Zolnierkiewicz · 15 years ago
  68. 58dcf8d pdc202xx_old: remove no longer needed debugging code by Bartlomiej Zolnierkiewicz · 15 years ago
  69. c95522a cy82c693: remove no longer needed debugging code by Bartlomiej Zolnierkiewicz · 15 years ago
  70. 7ca70e4 cmd64x: remove no longer needed debugging code by Bartlomiej Zolnierkiewicz · 15 years ago
  71. 2db3dae alim15x3: remove obsolete and dangerous wdc_udma parameter by Bartlomiej Zolnierkiewicz · 15 years ago
  72. 9fe0266 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6 by David S. Miller · 15 years ago
  73. 10ca302 cs5535: add pci id for AMD based CS5535 controllers by Bartlomiej Zolnierkiewicz · 15 years ago
  74. ee31527 slc90e66: fix UDMA handling by Bartlomiej Zolnierkiewicz · 15 years ago
  75. a8a8454 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 15 years ago
  76. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  77. 28c1969 ide: fix ioctl to pass requested transfer mode to ide_find_dma_mode instead of UDMA6 by Hemant Pedanekar · 15 years ago
  78. 8492090 drivers/ide/tx4938ide.c: use resource_size() by H Hartley Sweeten · 15 years ago
  79. 30433d8 drivers/ide/ide_platform.c: use resource_size() by H Hartley Sweeten · 15 years ago
  80. 4b7c723 drivers/ide/au1xxx-ide.c: use resource_size() by H Hartley Sweeten · 15 years ago
  81. a531cd6 hpt366: remove dead old timing tables by Bartlomiej Zolnierkiewicz · 15 years ago
  82. a58695b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 15 years ago
  83. 444486a pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (ide) by Dominik Brodowski · 15 years ago
  84. 0fb18c4 Revert "ide: try to use PIO Mode 0 during probe if possible" by David S. Miller · 15 years ago
  85. 8d5eb43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 15 years ago
  86. 73ba323 ide: update Kconfig text to mark as deprecated by Robert Hancock · 15 years ago
  87. cbba2fa ide-tape: remove the BKL by Borislav Petkov · 15 years ago
  88. 3f911a6 hpt366: kill unused #define's by Sergei Shtylyov · 15 years ago
  89. 9bd7496 ide: Serialize CMD643 and CMD646 to fix a hardware bug with SSD by Mikulas Patocka · 15 years ago
  90. 5deab53 ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2 by Shane Huang · 15 years ago
  91. df87f34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 15 years ago
  92. 032665a Revert "Revert "ide: try to use PIO Mode 0 during probe if possible"" by Bartlomiej Zolnierkiewicz · 15 years ago
  93. e13ee54 sis5513: fix PIO setup for ATAPI devices by Bartlomiej Zolnierkiewicz · 15 years ago
  94. 0eca52a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 15 years ago
  95. 24df31a Revert "ide: try to use PIO Mode 0 during probe if possible" by David S. Miller · 15 years ago
  96. 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
  97. 01f1afa ide: use printk_once by Marcin Slusarz · 15 years ago
  98. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  99. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  100. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago