1. c2ce5ca scc_pata: make use of scc_dma_sff_read_status() by Sergei Shtylyov · 16 years ago
  2. 0578963 ide-dma-sff: factor out ide_dma_sff_write_status() by Sergei Shtylyov · 16 years ago
  3. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 16 years ago
  4. 3f023b0 ide: don't set hwif->dma_ops in init_dma() method by Sergei Shtylyov · 16 years ago
  5. 391ad19 Resurrect IT8172 IDE controller driver by Shane McDonald · 16 years ago
  6. 7ee9803 piix: sync ich_laptop[] with ata_piix.c by Bartlomiej Zolnierkiewicz · 16 years ago
  7. e630fcb ide: fix ide_port_scan() to do ACPI setup after initializing request queues by Bartlomiej Zolnierkiewicz · 16 years ago
  8. c38714e ide: remove now redundant ->cur_dev checks by Bartlomiej Zolnierkiewicz · 16 years ago
  9. b1b1cd9 ide: remove superfluous hwif variable assignment from ide_timer_expiry() by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 8c6de94 ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 9600dcf ide: make "paranoia" ->handler check in ide_intr() more strict by Bartlomiej Zolnierkiewicz · 16 years ago
  12. d6251d4 ide-cd: convert to ide-atapi facilities by Borislav Petkov · 16 years ago
  13. 1e91477 ide-cd: start DMA before sending the actual packet command by Borislav Petkov · 16 years ago
  14. 7a38f3c ide-cd: wait for DRQ to get set per default by Borislav Petkov · 16 years ago
  15. 744a82b ide: Fix drive's DWORD-IO handling by Mario Schwalbe · 16 years ago
  16. 2bd24a1 ide: add port and host iterators by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 5e7f3a4 ide: dynamic allocation of device structures by Bartlomiej Zolnierkiewicz · 16 years ago
  18. a32296f ide: NUMA aware allocation of host and port structures by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 07af5a5 it821x: use ide_get_pair_dev() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 5d44a15 cmd64x: use ide_get_pair_dev() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 2b78ff5 cmd640: use ide_get_pair_dev() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  22. bca4ff1 amd74xx: use ide_get_pair_dev() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 627e05d ide: remove ->error method from struct ide_driver by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 585e971 ide: unexport ide_wait_not_busy() by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 9892ec5 ide: remove 'byte' typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  27. c0ae502 ide: remove ide_pci_enablebit_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 54cc142 ide: remove local_irq_set() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  30. b40d1b8 ide: move ide_init_port_data() and friends to ide-probe.c by Bartlomiej Zolnierkiewicz · 16 years ago
  31. ff670e6 ide: update ide_unregister() documentation by Bartlomiej Zolnierkiewicz · 16 years ago
  32. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 5b31f85 ide: use lock bitops for ports serialization (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  34. efe0397 ide: remove hwgroup->hwif and {drive,hwif}->next by Bartlomiej Zolnierkiewicz · 16 years ago
  35. ae86afa ide: use per-port IRQ handlers by Bartlomiej Zolnierkiewicz · 16 years ago
  36. bd53cbc ide: add ->cur_port to struct ide_host and use it for serialized hosts by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 42cf261 ide: fix setting nIEN on idle devices by Bartlomiej Zolnierkiewicz · 16 years ago
  38. b46f205 ide: fix LOCKDEP warning by Bartlomiej Zolnierkiewicz · 16 years ago
  39. b16aabc ide-atapi: start dma in a drive-specific way by Borislav Petkov · 16 years ago
  40. 06cc277 ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transfer_pc by Borislav Petkov · 16 years ago
  41. 28ad91d ide-atapi: remove timeout arg to ide_issue_pc by Borislav Petkov · 16 years ago
  42. 65a3309 ide-cd: remove handler wrappers by Borislav Petkov · 16 years ago
  43. 563d993 ide-cd: remove xferlen arg to cdrom_start_packet_command by Borislav Petkov · 16 years ago
  44. d77612a ide-atapi: split drive-specific functionality in ide_issue_pc by Borislav Petkov · 16 years ago
  45. def860d ide-atapi: assign expiry and timeout based on device type by Borislav Petkov · 16 years ago
  46. 8c66285 ide-atapi: compute cmd_len based on device type in ide_transfer_pc by Borislav Petkov · 16 years ago
  47. 5317464 ide: remove the last ide-scsi remnants by Borislav Petkov · 16 years ago
  48. 5d655a0 ide-atapi: remove ide-scsi remnants from ide_pc_intr() by Borislav Petkov · 16 years ago
  49. 5fe3110 ide-atapi: remove ide-scsi remnants from ide_transfer_pc() by Borislav Petkov · 16 years ago
  50. 152fe1c ide-atapi: remove ide-scsi remnants from ide_issue_pc by Borislav Petkov · 16 years ago
  51. 4cad085 ide-cd: move cdrom_timer_expiry to ide-atapi.c by Borislav Petkov · 16 years ago
  52. 5f25843 ide-atapi: teach ide atapi about drive->waiting_for_dma by Borislav Petkov · 16 years ago
  53. 392de1d ide-atapi: accomodate transfer length calculation for ide-cd by Borislav Petkov · 16 years ago
  54. 4f02ff0 ide-atapi: setup dma for ide-cd by Borislav Petkov · 16 years ago
  55. ed48554 ide-atapi: combine drive-specific assignments by Borislav Petkov · 16 years ago
  56. 991cb26 ide-atapi: add a dev_is_idecd-inline by Borislav Petkov · 16 years ago
  57. 93c164a remove ide-scsi by FUJITA Tomonori · 16 years ago
  58. 07bd3f4 ide-floppy: allocate only toplevel packet commands by Linus Torvalds · 16 years ago
  59. 0f38aaa ide-cd: move debug defines into header by Borislav Petkov · 16 years ago
  60. 201bffa ide: use per-device request queue locks (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 631de37 ide: add ide_[un]lock_hwgroup() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  62. b2cfb05 ide: remove "paranoia" checks for hwgroup->busy by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 2fb2115 ide: remove IDE PM hack from do_ide_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 295f000 ide: don't execute the next queued command from the hard-IRQ context (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  65. ebdab07 ide: move sysfs support to ide-sysfs.c by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 24630dc ide: factor out device type classifying from do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 96d4094 ide: small ide_register_port() cleanup by Bartlomiej Zolnierkiewicz · 16 years ago
  68. b1d249e ide: remove chipset type fixup from ide_host_register() by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 3ee86dc tx493x: fix indentation by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  71. 74a6d0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  72. 519d680 ide-cd: remove dead dsc_overlap setting by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 94b9efd ide: push local_irq_{save,restore}() to do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  74. d688b72 ide: remove superfluous local_irq_{save,restore}() from ide_dump_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 7f92b11 ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  76. e2984c6 ide: move Power Management support to ide-pm.c by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 1d35364 ide: use ATA_DMA_* defines in ide-dma-sff.c by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 2f996ac ide: checkpatch.pl fixes for ide-lib.c by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 047140a ide: remove inline tags from ide-probe.c by Bartlomiej Zolnierkiewicz · 16 years ago
  80. b002415 ide: remove redundant code from ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  81. dc09c78 ide: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  82. 702c026 ide: rework handling of serialized ports (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  83. b7876a6 cy82c693: remove superfluous ide_cy82c693 chipset type by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 1f66019 trm290: add IDE_HFLAG_TRM290 host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 6b49249 ide: add ->max_sectors field to struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 7f1ac8c rz1000: apply chipset quirks early (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  87. f58c1ab ide: always set nIEN on idle devices by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 46aa7af ide: fix ->quirk_list checking in ide_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  89. a4cd1a3 gayle: set IDE_HFLAG_SERIALIZE explictly by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 6b5cde3 cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646 by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 02fb568 ali14xx: doesn't use shared IRQs by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 27c01c2 ide-cd: remove obsolete seek optimization by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 08cd1dc ide: cleanup ide_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 2a2ca6a ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 6ea5222 ide: use queue lock instead of ide_lock when possible by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 3c8a2cc ide: ide_lock + __blk_end_request() -> blk_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  97. a72b214 ide: push ide_lock to __ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 1d0bf58 ide: ide_hwgroup_t.rq doesn't need an ide_lock held by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 44e3123 ide: __ide_port_unregister_devices() doesn't need an ide_lock held by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 1f473e9 ide: IDE settings don't need an ide_lock held by Bartlomiej Zolnierkiewicz · 16 years ago