1. c413b9b ide: add struct ide_port_info instances to legacy host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  2. a14dc57 ide: move hwif_register() call out of ide_probe_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  3. e84e7ea ide: factor out code for tuning devices from ide_probe_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 139ddfc ide: move handling of I/O resources out of ide_probe_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 9d50152 ide: make probe_hwif() return an error value by Bartlomiej Zolnierkiewicz · 16 years ago
  6. fbd1308 ide: use ide_remove_port_from_hwgroup in init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  7. cae5c82 ide: prepare init_irq() for using ide_remove_port_from_hwgroup() by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 422278e ide: remove needless zeroing of hwgroup fields from init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 4853565 ide: remove hwif->present manipulations from hwif_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  10. c860a8f ide: move wait_hwif_ready() documentation in the right place by Bartlomiej Zolnierkiewicz · 16 years ago
  11. cf7125a ide: fix handling of busy I/O resources in probe_hwif() by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 7b9f25b ide: add ide_dump_identify() debug helper by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 3a5015c ide: add ide_busy_sleep() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 81ca691 ide: add ide_set_irq() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  18. b0d5bc2 ide: Fix build break caused by "ide: remove ideprobe_init()" by Olof Johansson · 16 years ago
  19. 151575e ide: remove ideprobe_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 7151834 ide: add hwif->chipset fixup to ide_device_add() by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 2e13093 ide: fix probing for hosts with serialized or IRQ sharing interfaces by Bartlomiej Zolnierkiewicz · 16 years ago
  22. ba6560a ide: kill probe_hwif_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  23. f01393e ide: merge ->fixup and ->quirkproc methods by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 7b90599 ide: cleanup ide_set_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  27. cd3dbc9 ide: remove QUIRK_LIST() by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 4ee06b7 ide: remove stale ide.h "configuration options" by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 7b5da4b ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handler by Bartlomiej Zolnierkiewicz · 16 years ago
  30. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  31. bbe4d6d ide: remove stale changelog from ide-probe.c by Bartlomiej Zolnierkiewicz · 17 years ago
  32. ad0e74d ide: add missing checks for control register existence by Bartlomiej Zolnierkiewicz · 17 years ago
  33. 8266105 ide: skip ide_wait_not_busy() on noprobe-disks by Jonas Stare · 17 years ago
  34. 699b052 ide: do_identify() string termination fix by Tejun Heo · 17 years ago
  35. dc81785 ide: build fix by FUJITA Tomonori · 17 years ago
  36. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  37. 8447d9d ide: add ide_device_add() by Bartlomiej Zolnierkiewicz · 17 years ago
  38. fd9bb53 ide: add ->fixup method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  39. 9601a60 ide: add hwif_register_devices() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  40. 238e4f1 ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  41. 8c0697c ide: remove CONFIG_IDEDMA_ONLYDISK by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  43. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  44. 55c16a7 IDE: sg chaining support by Jens Axboe · 17 years ago
  45. b140b99 ide: change master/slave IDENTIFY order by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  48. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  49. e71bc14 ide: remove references to the non-existent CONFIG_SCSI_EATA_DMA by Robert P. J. Day · 17 years ago
  50. ef29888 ide: use mutex instead of ide_cfg_sem semaphore in IDE driver by Matthias Kaehlcke · 17 years ago
  51. 7859557 ide: Fix a theoretical Ooops case by Alan Cox · 17 years ago
  52. 0380dad it821x: RAID mode fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 5cbf79c ide: add ide_proc_register_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 846c11a ide: remove a ton of pointless #undef REALLY_SLOW_IO by Alan Cox · 17 years ago
  55. 7469aaf ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  57. e3a59b4 ACPI support for IDE devices by Hannes Reinecke · 17 years ago
  58. 2b02a17 [PATCH] remove blk_queue_activity_fn by Boaz Harrosh · 18 years ago
  59. 349ae23 [PATCH] IDE core: driver layer error checking by Randy Dunlap · 18 years ago
  60. 362537b [PATCH] irq-flags: ide: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. 94f6c59 [PATCH] devfs: Remove devfs support from the ide subsystem. by Greg Kroah-Hartman · 19 years ago
  63. c6387a4 [SPARC]: Kill __irq_itoa(). by David S. Miller · 18 years ago
  64. 208a08f [PATCH] ide: Allow IDE interface to specify its not capable of 32-bit operations by Kumar Gala · 18 years ago
  65. 9810933 [PATCH] stop CompactFlash devices being marked as removable by Richard Purdie · 18 years ago
  66. ba027de [PATCH] Revert ide softirq handling by Jens Axboe · 18 years ago
  67. f36d402 [PATCH] mutex subsystem, semaphore to completion: IDE ->gendev_rel_sem by Aleksey Makarov · 18 years ago
  68. 8672d57 [IDE] Use the block layer deferred softirq request completion by Jens Axboe · 18 years ago
  69. 6044ec8 [PATCH] kfree cleanup: misc remaining drivers by Jesper Juhl · 19 years ago
  70. f5e3c2f [PATCH] ide: kmalloc + memset -> kzalloc conversion by Deepak Saxena · 19 years ago
  71. 86b3786 [PATCH] Fix ide-disk.c oops caused by hwif == NULL by Christoph Lameter · 19 years ago
  72. 556e58f [PATCH] ide: fix kmalloc_node breakage in ide driver by Ravikiran G Thirumalai · 19 years ago
  73. 1946089 [PATCH] NUMA aware block device control structure allocation by Christoph Lameter · 19 years ago
  74. 284e423 [PATCH] timeout at boottime with NEC3500A (and possibly others) when inserted a CD in it by Marcello Maggioni · 19 years ago
  75. 8604aff [PATCH] convert IDE device drivers to driver-model by Bartlomiej Zolnierkiewicz · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago