1. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 1fd1890 ide: add IDE_HFLAG_SERIALIZE_DMA host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  3. b123f56 ide: do complete DMA setup in ->init_dma method (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  4. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  5. 3dd89a9 ide: cleanup setting hwif->mmio flag by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 0d1bad2 ide: manage resources for PCI devices in ide_pci_enable() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  7. d92f1a2 ide: manage I/O resources in ide_legacy_init_one() by Bartlomiej Zolnierkiewicz · 16 years ago
  8. d9b819a ide: add ide_legacy_init_one() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 2c4be25 ide-4drives: manage I/O resources in driver by Bartlomiej Zolnierkiewicz · 16 years ago
  10. eb716be ide: register ports with non-present devices (for warm-plug) by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 0bfeee7 ide: use ide_legacy_device_add() for qd65xx (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 3b36f66 ide: add ide_legacy_device_add() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  13. e53cd45 ide: remove ->noprobe field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  14. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  15. e277f91 ide: use ide_find_port() in legacy VLB host drivers (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  16. fe80b93 ide: merge ide_match_hwif() and ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 0e33555 ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 9a0e77f ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  20. fef39d9 ide: remove needless CONFIG_BLK_DEV_HD hack from init_hwif() by Bartlomiej Zolnierkiewicz · 16 years ago
  21. f74c914 ide: add warm-plug support for IDE devices (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 2dde786 ide: rework PowerMac media-bay support (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 26042d0 ide: move ide_port_setup_devices() call to ide_device_add_all() by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 5b0c4b3 ide: remove IDE devices from /proc/ide/ before unregistering them by Bartlomiej Zolnierkiewicz · 16 years ago
  25. c7f6f21 ide: factor out cable detection from ide_init_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  26. f367bed Revert "ide: change master/slave IDENTIFY order" by Bartlomiej Zolnierkiewicz · 16 years ago
  27. c53ea18 ide: skip probing port if "hdx=noprobe" was used for both devices on it by Bartlomiej Zolnierkiewicz · 16 years ago
  28. e1771e2 ide: fix comment in init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 4280094 ide: ide_init_port() bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 7b89280 cleanup after APUS removal by Adrian Bunk · 16 years ago
  31. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 57b5527 ide-probe: remove needless Status register reads by Bartlomiej Zolnierkiewicz · 16 years ago
  33. d9270a3 ide: move create_proc_ide_drives() call to ide_device_add_all() by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 327617e ide: move hwif->present check out from ide_proc_register_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  35. eafd88a ide: factor out devices setup from ide_acpi_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  36. decdc3f ide: move ide_acpi_init() call to ide_device_add_all() by Bartlomiej Zolnierkiewicz · 16 years ago
  37. d5bc659 ide: factor out devices setup from init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 0947e0d ide: factor out adding drive to hwgroup from init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 8a0e7e1 ide: move hwif->rqsize init from ide_init_queue() to init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  40. c5d70cc ide: merge init_gendisk() into hwif_register_devices() by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 346d499 ide: call init_gendisk() after ide_acpi_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 3a4e7c9 ide: move blk_register_region() call out from init_gendisk() by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 5c2854e ide: skip not present devices in init_gendisk() by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 521fd1e ide: remove incorrect init_gendisk() comment by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 1f2cf8b ide: add ->port_init_devs method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 807b90d ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 7704ca2 ide: factor out code initializing devices from ide_init_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  48. bfa14b4 ide: add ->cable_detect method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  49. c413b9b ide: add struct ide_port_info instances to legacy host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  50. a14dc57 ide: move hwif_register() call out of ide_probe_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  51. e84e7ea ide: factor out code for tuning devices from ide_probe_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 139ddfc ide: move handling of I/O resources out of ide_probe_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 9d50152 ide: make probe_hwif() return an error value by Bartlomiej Zolnierkiewicz · 16 years ago
  54. fbd1308 ide: use ide_remove_port_from_hwgroup in init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  55. cae5c82 ide: prepare init_irq() for using ide_remove_port_from_hwgroup() by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 422278e ide: remove needless zeroing of hwgroup fields from init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 4853565 ide: remove hwif->present manipulations from hwif_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  58. c860a8f ide: move wait_hwif_ready() documentation in the right place by Bartlomiej Zolnierkiewicz · 16 years ago
  59. cf7125a ide: fix handling of busy I/O resources in probe_hwif() by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 7b9f25b ide: add ide_dump_identify() debug helper by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 3a5015c ide: add ide_busy_sleep() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 81ca691 ide: add ide_set_irq() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  66. b0d5bc2 ide: Fix build break caused by "ide: remove ideprobe_init()" by Olof Johansson · 16 years ago
  67. 151575e ide: remove ideprobe_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 7151834 ide: add hwif->chipset fixup to ide_device_add() by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 2e13093 ide: fix probing for hosts with serialized or IRQ sharing interfaces by Bartlomiej Zolnierkiewicz · 16 years ago
  70. ba6560a ide: kill probe_hwif_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  71. f01393e ide: merge ->fixup and ->quirkproc methods by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 7b90599 ide: cleanup ide_set_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  75. cd3dbc9 ide: remove QUIRK_LIST() by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 4ee06b7 ide: remove stale ide.h "configuration options" by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 7b5da4b ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handler by Bartlomiej Zolnierkiewicz · 16 years ago
  78. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  79. bbe4d6d ide: remove stale changelog from ide-probe.c by Bartlomiej Zolnierkiewicz · 17 years ago
  80. ad0e74d ide: add missing checks for control register existence by Bartlomiej Zolnierkiewicz · 17 years ago
  81. 8266105 ide: skip ide_wait_not_busy() on noprobe-disks by Jonas Stare · 17 years ago
  82. 699b052 ide: do_identify() string termination fix by Tejun Heo · 17 years ago
  83. dc81785 ide: build fix by FUJITA Tomonori · 17 years ago
  84. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  85. 8447d9d ide: add ide_device_add() by Bartlomiej Zolnierkiewicz · 17 years ago
  86. fd9bb53 ide: add ->fixup method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 9601a60 ide: add hwif_register_devices() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  88. 238e4f1 ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 8c0697c ide: remove CONFIG_IDEDMA_ONLYDISK by Bartlomiej Zolnierkiewicz · 17 years ago
  90. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  91. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  92. 55c16a7 IDE: sg chaining support by Jens Axboe · 17 years ago
  93. b140b99 ide: change master/slave IDENTIFY order by Bartlomiej Zolnierkiewicz · 17 years ago
  94. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  95. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  96. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  97. e71bc14 ide: remove references to the non-existent CONFIG_SCSI_EATA_DMA by Robert P. J. Day · 17 years ago
  98. ef29888 ide: use mutex instead of ide_cfg_sem semaphore in IDE driver by Matthias Kaehlcke · 17 years ago
  99. 7859557 ide: Fix a theoretical Ooops case by Alan Cox · 17 years ago
  100. 0380dad it821x: RAID mode fixes by Bartlomiej Zolnierkiewicz · 17 years ago