1. c5d70cc ide: merge init_gendisk() into hwif_register_devices() by Bartlomiej Zolnierkiewicz · 17 years ago
  2. 346d499 ide: call init_gendisk() after ide_acpi_init() by Bartlomiej Zolnierkiewicz · 17 years ago
  3. 3a4e7c9 ide: move blk_register_region() call out from init_gendisk() by Bartlomiej Zolnierkiewicz · 17 years ago
  4. 5c2854e ide: skip not present devices in init_gendisk() by Bartlomiej Zolnierkiewicz · 17 years ago
  5. 521fd1e ide: remove incorrect init_gendisk() comment by Bartlomiej Zolnierkiewicz · 17 years ago
  6. 1f2cf8b ide: add ->port_init_devs method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  7. 807b90d ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  8. 7704ca2 ide: factor out code initializing devices from ide_init_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  9. 909f436 ide: fix ide_unregister() usage in host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  10. 9e016a7 ide: add ide_deprecated_find_port() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  11. f82c2b1 ide: add 'init_default' and 'restore' arguments to ide_unregister() by Bartlomiej Zolnierkiewicz · 17 years ago
  12. ead741d ide: remove redundant init_hwif_default() call from ide_register_hw() by Bartlomiej Zolnierkiewicz · 17 years ago
  13. 2244e85 ide: remove redundant hwif->present check from ide_register_hw() by Bartlomiej Zolnierkiewicz · 17 years ago
  14. 1bee4d1 pdc202xx_old: remove surplus initialiser by Alan Cox · 17 years ago
  15. fc6c5bc ide-floppy: bump driver version number by Borislav Petkov · 17 years ago
  16. 0571c7a ide-floppy: fix most of the remaining checkpatch.pl issues by Borislav Petkov · 17 years ago
  17. 6e5fa7b ide-floppy: remove atomic test_*bit macros by Borislav Petkov · 17 years ago
  18. 757ced8 ide-floppy: remove unused flag PC_ABORT by Borislav Petkov · 17 years ago
  19. f373bd8 ide-floppy: remove IDEFLOPPY_DEBUG_INFO by Borislav Petkov · 17 years ago
  20. ae7e8dd ide-floppy: remove unused IDEFLOPPY_USE_READ12 by Borislav Petkov · 17 years ago
  21. 32925e1 ide-floppy: merge idefloppy_{input,output}_buffers by Borislav Petkov · 17 years ago
  22. 0eea645 ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw by Borislav Petkov · 17 years ago
  23. 0bf399e ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro by Borislav Petkov · 17 years ago
  24. d652c13 ide-floppy: mv idefloppy_{should_,}report_error by Borislav Petkov · 17 years ago
  25. d30a7fb ide-floppy: report DMA handling in idefloppy_pc_intr() properly by Borislav Petkov · 17 years ago
  26. 20bf7bd ide-floppy: factor out ioctl handlers from idefloppy_ioctl() by Borislav Petkov · 17 years ago
  27. 194ec0c ide-floppy: remove struct idefloppy_capacity_descriptor by Borislav Petkov · 17 years ago
  28. 8e81bbb ide-floppy: remove struct idefloppy_flexible_disk_page by Borislav Petkov · 17 years ago
  29. 24a5d70 ide-floppy: remove struct idefloppy_mode_parameter_header by Borislav Petkov · 17 years ago
  30. a6ff2d3 ide-floppy: remove struct idefloppy_request_sense_result by Borislav Petkov · 17 years ago
  31. 4d37d32 ide-floppy: remove struct idefloppy_inquiry_result by Borislav Petkov · 17 years ago
  32. 948391d ide-floppy: remove struct idefloppy_capabilities_page by Borislav Petkov · 17 years ago
  33. bcc77d9 ide-floppy: cleanup and unify debugging macro calls by Borislav Petkov · 17 years ago
  34. 7e8b163 ide-floppy: include the proper headers by Borislav Petkov · 17 years ago
  35. 9a24b63 ide-floppy: disambiguate function names by Borislav Petkov · 17 years ago
  36. 0078df2 ide-floppy: remove unnecessary ->handler != NULL check by Borislav Petkov · 17 years ago
  37. 8f62243 ide-floppy: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder by Borislav Petkov · 17 years ago
  38. 30d6709 ide-floppy: convert to generic packet commands by Borislav Petkov · 17 years ago
  39. 78829dd ide: remove needless includes from PCI host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  40. bfa14b4 ide: add ->cable_detect method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  41. c413b9b ide: add struct ide_port_info instances to legacy host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 1ebf749 ide: separate PCI specific init from generic init in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  43. bf77c53 ide: always set DMA masks in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  44. d4e6d4e macide: remove drive->capacity64 quirk by Bartlomiej Zolnierkiewicz · 17 years ago
  45. b4d1c73 atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling by Bartlomiej Zolnierkiewicz · 17 years ago
  46. bd38dd3 au1xxx-ide: fix ->io_32bit handling by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 36e9dc4 dtc2278: fix ->io_32bit handling by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 215e871 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  49. 0948391 PCI: Remove users of pci_enable_device_bars() by Benjamin Herrenschmidt · 17 years ago
  50. a14dc57 ide: move hwif_register() call out of ide_probe_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  51. e84e7ea ide: factor out code for tuning devices from ide_probe_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 139ddfc ide: move handling of I/O resources out of ide_probe_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 9d50152 ide: make probe_hwif() return an error value by Bartlomiej Zolnierkiewicz · 17 years ago
  54. fbd1308 ide: use ide_remove_port_from_hwgroup in init_irq() by Bartlomiej Zolnierkiewicz · 17 years ago
  55. cae5c82 ide: prepare init_irq() for using ide_remove_port_from_hwgroup() by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 96e5ad3 ide: factor out code removing port from hwgroup from ide_unregister() by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 7cba97f ide: I/O resources are released too early in ide_unregister() by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 537f06c ide: cleanup ide_system_bus_speed() by Bartlomiej Zolnierkiewicz · 17 years ago
  59. 422278e ide: remove needless zeroing of hwgroup fields from init_irq() by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 0424493 ide_platform: remove struct hwif_prop by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 4853565 ide: remove hwif->present manipulations from hwif_init() by Bartlomiej Zolnierkiewicz · 17 years ago
  62. c860a8f ide: move wait_hwif_ready() documentation in the right place by Bartlomiej Zolnierkiewicz · 17 years ago
  63. cf7125a ide: fix handling of busy I/O resources in probe_hwif() by Bartlomiej Zolnierkiewicz · 17 years ago
  64. d3f2084 ide-floppy: cleanup header by Borislav Petkov · 17 years ago
  65. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 17 years ago
  66. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 17 years ago
  67. fadd11c au1xxx-ide/rapide: use hwif->index for ide_unregister() by Bartlomiej Zolnierkiewicz · 17 years ago
  68. ed908fa ide-pmac: macio resource freeing bugfix by Bartlomiej Zolnierkiewicz · 17 years ago
  69. ed1f788 au1xxx-ide: device tree bugfix by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 062f9f0 ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 5c05ff6 ide: switch to DMA-mapping API by Bartlomiej Zolnierkiewicz · 17 years ago
  72. f8341c1 icside: use hwif->dev by Bartlomiej Zolnierkiewicz · 17 years ago
  73. 5df37c3 au1xxx-ide: use hwif->dev by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  75. f6fb786 ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  76. fcc1175 ide: remove BUG_ON() from ide_build_sglist() by Bartlomiej Zolnierkiewicz · 17 years ago
  77. 425afb6 ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y by Bartlomiej Zolnierkiewicz · 17 years ago
  78. 2be564b piix: remove stale comments by Bartlomiej Zolnierkiewicz · 17 years ago
  79. 4166c19 ide: add IDE_HFLAG_NO_DSC host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  80. 8ac2b42a ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  81. 993da8f amd74xx: remove amd_ide_chips table by Bartlomiej Zolnierkiewicz · 17 years ago
  82. ecf32796 ide: ide_setup_dma() assumes 8 ports by Sergei Shtylyov · 17 years ago
  83. 4e5a68a trm290: cannot call ide_setup_dma() by Sergei Shtylyov · 17 years ago
  84. f9afd18 ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c by Borislav Petkov · 17 years ago
  85. d554336 ide-{floppy,tape}: remove debug code for dumping identify data by Bartlomiej Zolnierkiewicz · 17 years ago
  86. 7b9f25b ide: add ide_dump_identify() debug helper by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 3bb4663 ide-cd: update driver version, comments and copyrights by Bartlomiej Zolnierkiewicz · 17 years ago
  88. bbb89e3 ide-cd: unify request end exit path in cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 0d6f7e3 ide-cd: merge cdrom_write_check_ireason() and cdrom_read_check_ireason() by Bartlomiej Zolnierkiewicz · 17 years ago
  90. 0041e7c ide-cd: merge cdrom_rw_intr() and cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  91. 48ea0b2 ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_rw_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  92. a11e77d ide-cd: prepare cdrom_rw_intr() and cdrom_newpc_intr() to be merged by Bartlomiej Zolnierkiewicz · 17 years ago
  93. 37782fc ide-cd: unify moving to the next buffer in cdrom_rw_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  94. 21ea1f0 ide-cd: merge cdrom_start_read() and cdrom_start_write() by Bartlomiej Zolnierkiewicz · 17 years ago
  95. 29f3aac ide-cd: merge cdrom_start_read_continuation() and cdrom_start_rw_cont() by Bartlomiej Zolnierkiewicz · 17 years ago
  96. 94f5a86 ide-cd: merge cdrom_read_intr() and cdrom_write_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  97. 64814f2 ide-cd: factor out transfer size checking from cdrom_read_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  98. b4ab726 ide-cd: add ide_cd_drain_data() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  99. c9f56a8 ide-cd: merge cdrom_do_packet_command() and cdrom_do_block_pc() by Bartlomiej Zolnierkiewicz · 17 years ago
  100. a7c7d16 ide-cd: remove cdrom_do_pc_continuation() by Bartlomiej Zolnierkiewicz · 17 years ago