1. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 81e8d5a ide: remove ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  3. cab7f8e ide: remove ->dma_{status,command} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  4. ab86f91 ide: use I/O ops directly in ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
  5. b2f951a ide: add ->read_sff_dma_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 1357214 ide: remove ->mmio flag from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 931ee0d ide: remove obsoleted "ide=" kernel parameters by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 55224bc ide: remove ->dma_prdtable field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 41051a1 ide: remove ->dma_vendor{1,3} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  10. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 63158d5 ide: cleanup ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  13. b8e73fb ide: export ide_allocate_dma_engine() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 8d9f9a7 ide: don't display "BIOS" settings in ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 5e59c23 ide: remove ->cds field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 0a79acd ide: remove ide_dma_iobase() by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 21a3387 ide: remove ->extra field from struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  18. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  19. 0d1bad2 ide: manage resources for PCI devices in ide_pci_enable() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  20. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 784506c ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 951784b ide: remove IDE_HFLAG_CY82C693 host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  23. ef4298d ide: fix enabling DMA on it821x in "smart" mode by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 204f47c ide: remove stale comments from ide-dma.c (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 8e882ba ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF option by Sergei Shtylyov · 16 years ago
  26. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 578cfa0 ide: move check_dma_crc() to ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 062f9f0 ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 5c05ff6 ide: switch to DMA-mapping API by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  33. f6fb786 ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  34. fcc1175 ide: remove BUG_ON() from ide_build_sglist() by Bartlomiej Zolnierkiewicz · 16 years ago
  35. ecf32796 ide: ide_setup_dma() assumes 8 ports by Sergei Shtylyov · 16 years ago
  36. 4e5a68a trm290: cannot call ide_setup_dma() by Sergei Shtylyov · 16 years ago
  37. a4b5a4d9 ide: unexport ide_dma_on by Adrian Bunk · 16 years ago
  38. 4d7a984 ide: task_end_request() fix by Tejun Heo · 16 years ago
  39. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  40. f37aaf9 ide: move drive->using_dma check to callers of ->dma_host_on method by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 8704de8 cy82c693: add ->set_dma_mode method by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 61a368c ide: remove redundant DMA blacklist check from __ide_dma_on() by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 7b90599 ide: cleanup ide_set_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 1c029fd ide: remove ->dma_master field from ide_hwif_t (take 5) by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 3f3e6e2 ide: remove dead code from __ide_dma_test_irq() by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 3ab7efe ide: DMA reporting and validity checking fixes (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  48. b0bc65b ide: add TORiSAN model: CD-ROM CDR_U200 fw: 1.09 to DMA blacklist by Bartlomiej Zolnierkiewicz · 17 years ago
  49. bcbf6ee ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  50. d34887d ide: fix ide_find_dma_mode() to print human-readable info by Bartlomiej Zolnierkiewicz · 17 years ago
  51. a02bfd3 ide: PCI BMDMA initialization fixes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  53. c223701 ide: add "hdx=nodma" kernel parameter by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 259c063 ide: unexport ide_tune_dma by Adrian Bunk · 17 years ago
  56. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 55c16a7 IDE: sg chaining support by Jens Axboe · 17 years ago
  58. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  59. 75d7d96 icside: use ide_tune_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 7670df7 ide: mode limiting fixes for user requested speed changes by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 851dd33 ide: call udma_filter() before resorting to the UltraDMA mask by Sergei Shtylyov · 17 years ago
  62. b4e4436 hpt366: MWDMA filter for SATA cards (take 2) by Sergei Shtylyov · 17 years ago
  63. a5b7e70 ide: add cable detection for early UDMA66 devices (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 1116fae ide: config_drive_for_dma() fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 27a278a drivers/ide/ide-dma.c: unexport ide_set_dma by Adrian Bunk · 17 years ago
  66. 15a4f94 ide: fix pre-EIDE SWDMA support by Bartlomiej Zolnierkiewicz · 17 years ago
  67. f3577db ide_in_drive_list(): "ALL" is not a wildcard anymore by Junio C Hamano · 17 years ago
  68. c2d3ce8 ide_in_drive_list(): accept NULL as the wildcard for firmware revision by Junio C Hamano · 17 years ago
  69. c283f5d ide: make void and rename ide_dma_timeout() method by Sergei Shtylyov · 17 years ago
  70. 841d2a9 ide: make void and rename ide_dma_lostirq() method by Sergei Shtylyov · 17 years ago
  71. 5a6248c Match DMA blacklist entries between ide-dma.c and libata-core.c by Junio C Hamano · 17 years ago
  72. 122ab08 ide: remove ide_use_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  73. 3649c06 ide: add missing validity checks for identify words 62 and 63 by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 4728d54 ide: remove ide_dma_enable() by Bartlomiej Zolnierkiewicz · 17 years ago
  75. 29e744d ide: add ide_tune_dma() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  76. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  77. 6f5050a ide: don't allow DMA to be enabled if CONFIG_IDEDMA_{ICS,PCI}_AUTO=n by Bartlomiej Zolnierkiewicz · 17 years ago
  78. ccf3528 ide: make ide_hwif_t.ide_dma_host_on void (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  79. 7469aaf ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  80. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  81. 2ad1e55 ide: convert ide_hwif_t.mmio into flag (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  82. 0ecdca2 ide: use PIO/MMIO operations directly where possible (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  83. 7569e8d ide: add ide_use_fast_pio() helper (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  84. 3f63c5e [PATCH] ide: remove dma_base2 field from ide_hwif_t by Sergei Shtylyov · 18 years ago
  85. 27ac603 [PATCH] drivers/ide/: cleanups by Adrian Bunk · 18 years ago
  86. 14e0a19 [PATCH] ide: fix revision comparison in ide_in_drive_list by Kirill Smelkov · 18 years ago
  87. dc844e0 [PATCH] IDE: always release DMA engine by Sergei Shtylylov · 18 years ago
  88. 020e322 [PATCH] IDE: claim extra DMA ports regardless of channel by Sergei Shtylylov · 18 years ago
  89. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  90. 0a8348d [PATCH] ide: if the id fields looks screwy, disable DMA by Jens Axboe · 18 years ago
  91. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  92. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 18 years ago
  93. 53b3531 [PATCH] s/;;/;/g by Alexey Dobriyan · 18 years ago
  94. 65e5f2e [PATCH] ide: core modifications for AU1200 by Jordan Crouse · 19 years ago
  95. 58ecd15 [PATCH] ide: samsung SN-124 works perfectly well with DMA by Alan Cox · 19 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago