1. 38789fd ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  2. dd8717d ide: clean up timed out request handling by Tejun Heo · 14 years ago
  3. cf90bfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 14 years ago
  4. 6072f74 ide: Requeue request after DMA timeout by Herbert Xu · 14 years ago
  5. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  6. 346c17a ide: relax DMA info validity checking by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 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
  8. 5df3bc2 ide: unexport ide_find_dma_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  9. 9780e2d ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 15 years ago
  10. 586cf26 ide-dma: don't reset request fields on dma_timeout_retry() by Tejun Heo · 15 years ago
  11. 2ecf0a5 ide-dma: don't reset request fields on dma_timeout_retry() by Tejun Heo · 15 years ago
  12. 74638c8 ide: add support for CFA specified transfer modes (take 3) by Sergei Shtylyov · 15 years ago
  13. 8d64fcd ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3) by Sergei Shtylyov · 15 years ago
  14. f094d4d8 ide: sanitize ide_build_sglist() and ide_destroy_dmatable() by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 11998b3 ide: move ide_map_sg() call out of ->dma_setup method (take 2) by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 8a4a573 ide: add ->dma_check method by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 5ae5412 ide: add ide_dma_prepare() helper by Bartlomiej Zolnierkiewicz · 15 years ago
  19. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  20. 1cee52d ide: inline ide_dma_timeout() into ide_dma_timeout_retry() by Bartlomiej Zolnierkiewicz · 15 years ago
  21. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  22. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  24. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 2230d90d ide: sanitize ide_finish_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  26. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  27. adb1af9 ide: pass command instead of request to ide_pio_datablock() by Bartlomiej Zolnierkiewicz · 15 years ago
  28. e6830a8 ide: call ide_build_sglist() prior to ->dma_setup (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 65ca537 ide: move ide_dma_timeout_retry() to ide-dma.c by Bartlomiej Zolnierkiewicz · 15 years ago
  30. 5d82720 ide: save the returned value of dma_map_sg by FUJITA Tomonori · 15 years ago
  31. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 2dbe7e9 ide: move SFF DMA code to ide-dma-sff.c by Bartlomiej Zolnierkiewicz · 16 years ago
  33. db3f99e ide: cleanup ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 14c123f ide: cleanup ide_build_dmatable() by Bartlomiej Zolnierkiewicz · 16 years ago
  35. c19f7f2 ide: remove needless includes from ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 2bbd57c ide: switch to DMA-mapping API part #2 by Bartlomiej Zolnierkiewicz · 16 years ago
  37. ffa15a6 ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n by Bartlomiej Zolnierkiewicz · 16 years ago
  38. de23ec9 ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 653bcf5 ide: __ide_dma_end() -> ide_dma_end() by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 123995b ide: use 'drive->dn & 1' instead of drive->select.b.unit by Bartlomiej Zolnierkiewicz · 16 years ago
  41. c67c216 ide: remove superfluous ->waiting_for_dma checks by Bartlomiej Zolnierkiewicz · 16 years ago
  42. e4634d4 ide: remove superfluous ->dma field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 48fb268 ide: remove drive->driveid by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 22e05b4 ide-dma: fix ide_build_dmatable() for TRM290 by Sergei Shtylylov · 16 years ago
  48. 367fdcb ide: fix pre-EIDE SWDMA support on big-endian by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 7fa897b ide: trivial sparse annotations by Harvey Harrison · 16 years ago
  50. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  51. ba4b2e6 ide: remove dead Virtual DMA support by Bartlomiej Zolnierkiewicz · 16 years ago
  52. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 81e8d5a ide: remove ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  54. cab7f8e ide: remove ->dma_{status,command} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  55. ab86f91 ide: use I/O ops directly in ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
  56. b2f951a ide: add ->read_sff_dma_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 1357214 ide: remove ->mmio flag from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 931ee0d ide: remove obsoleted "ide=" kernel parameters by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 55224bc ide: remove ->dma_prdtable field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 41051a1 ide: remove ->dma_vendor{1,3} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  61. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 63158d5 ide: cleanup ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  64. b8e73fb ide: export ide_allocate_dma_engine() by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 8d9f9a7 ide: don't display "BIOS" settings in ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 5e59c23 ide: remove ->cds field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 0a79acd ide: remove ide_dma_iobase() by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 21a3387 ide: remove ->extra field from struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  69. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  70. 0d1bad2 ide: manage resources for PCI devices in ide_pci_enable() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  71. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 784506c ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 951784b ide: remove IDE_HFLAG_CY82C693 host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  74. ef4298d ide: fix enabling DMA on it821x in "smart" mode by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 204f47c ide: remove stale comments from ide-dma.c (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 8e882ba ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF option by Sergei Shtylyov · 16 years ago
  77. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 578cfa0 ide: move check_dma_crc() to ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 062f9f0 ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 5c05ff6 ide: switch to DMA-mapping API by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  84. f6fb786 ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  85. fcc1175 ide: remove BUG_ON() from ide_build_sglist() by Bartlomiej Zolnierkiewicz · 16 years ago
  86. ecf32796 ide: ide_setup_dma() assumes 8 ports by Sergei Shtylyov · 16 years ago
  87. 4e5a68a trm290: cannot call ide_setup_dma() by Sergei Shtylyov · 16 years ago
  88. a4b5a4d9 ide: unexport ide_dma_on by Adrian Bunk · 16 years ago
  89. 4d7a984 ide: task_end_request() fix by Tejun Heo · 16 years ago
  90. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  91. f37aaf9 ide: move drive->using_dma check to callers of ->dma_host_on method by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 8704de8 cy82c693: add ->set_dma_mode method by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 61a368c ide: remove redundant DMA blacklist check from __ide_dma_on() by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 7b90599 ide: cleanup ide_set_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 1c029fd ide: remove ->dma_master field from ide_hwif_t (take 5) by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 3f3e6e2 ide: remove dead code from __ide_dma_test_irq() by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 3ab7efe ide: DMA reporting and validity checking fixes (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  99. b0bc65b ide: add TORiSAN model: CD-ROM CDR_U200 fw: 1.09 to DMA blacklist by Bartlomiej Zolnierkiewicz · 17 years ago
  100. bcbf6ee ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma() by Bartlomiej Zolnierkiewicz · 17 years ago