1. b5a608f ide: constify ide_dma_ops structures by Julia Lawall · 9 years ago
  2. fe31edc Drivers: ide: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  3. e6b5370 sections: fix section conflicts in drivers/ide by Andi Kleen · 12 years ago
  4. abb596b ide: turn selectproc() method into dev_select() method (take 5) by Sergei Shtylyov · 15 years ago
  5. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 15 years ago
  6. 11998b3 ide: move ide_map_sg() call out of ->dma_setup method (take 2) by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 8a4a573 ide: add ->dma_check method by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 7526efa trm290: use custom ->dma_{start,end} to handle trm290_prepare_drive() by Bartlomiej Zolnierkiewicz · 15 years ago
  9. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  11. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  13. e2bcb2a trm290: trm290_dma_setup() fix by Bartlomiej Zolnierkiewicz · 15 years ago
  14. 1b166ae trm290: small ->init_hwif cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  16. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 1f66019 trm290: add IDE_HFLAG_TRM290 host flag by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 2bfba3c ide: remove useless subdirs from drivers/ide/ by Bartlomiej Zolnierkiewicz · 16 years ago[Renamed from drivers/ide/pci/trm290.c]
  19. a9ab09e ide: use unique names for struct pci_driver instances by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  22. ced3ec8 ide: prefix messages from IDE PCI host drivers by driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 28cfd8a ide: include PCI device name in messages from IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  24. fc2c32b trm290: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  27. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  29. b8e73fb ide: export ide_allocate_dma_engine() by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 0d1bad2 ide: manage resources for PCI devices in ide_pci_enable() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  31. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 16 years ago
  33. c78d717 trm290: use ide_execute_command() by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 78829dd ide: remove needless includes from PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 4e5a68a trm290: cannot call ide_setup_dma() by Sergei Shtylyov · 16 years ago
  38. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 93c0b56 trm290: do hook dma_host_{on,off} methods (take 2) by Sergei Shtylyov · 16 years ago
  40. 8a82387 trm290: remove bogus init_hwif_trm290() comment by Bartlomiej Zolnierkiewicz · 17 years ago
  41. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  43. 528a572 ide: add ->chipset field to ide_pci_device_t by Bartlomiej Zolnierkiewicz · 17 years ago
  44. 238e4f1 ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 9cbcc5e ide: use PCI_VDEVICE() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  51. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 0ecdca2 ide: use PIO/MMIO operations directly where possible (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 8b25c60 trm290: remove redundant CONFIG_BLK_DEV_IDEDMA #ifdef-s by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 82ab1ee ide: add missing __init tags to IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 18 years ago
  57. 5990415 [PATCH] Update CREDITS entry and listings in source files for Jesper Juhl by Jesper Juhl · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago