1. 23658f8 ide: move ide_setup_dma() call out from ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 5e59c23 ide: remove ->cds field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 0d1bad2 ide: manage resources for PCI devices in ide_pci_enable() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 846bb88 IDE: Coding Style fixes to drivers/ide/setup-pci.c by Paolo Ciarrocchi · 16 years ago
  5. fe80b93 ide: merge ide_match_hwif() and ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 16 years ago
  7. bad7c82 ide: cleanup ide_match_hwif() by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 1baccff ide: make ide_pci_check_iomem() actually work by Sergei Shtylyov · 16 years ago
  9. f01674e ide: remove obsoleted "idex=noprobe" kernel parameter (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  10. aab8ad9 ide: remove needless hwif->irq check from ide_hwif_configure() by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 9a0e77f ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  12. c413b9b ide: add struct ide_port_info instances to legacy host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 1ebf749 ide: separate PCI specific init from generic init in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. bf77c53 ide: always set DMA masks in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 215e871 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  16. 0948391 PCI: Remove users of pci_enable_device_bars() by Benjamin Herrenschmidt · 17 years ago
  17. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 8ac2b42a ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  21. ecf32796 ide: ide_setup_dma() assumes 8 ports by Sergei Shtylyov · 16 years ago
  22. 9ac5922 ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 79127c3 ide: use ide_init_port_hw() in setup-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 6828fc9 ide: always use ide_std_init_ports() in setup-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  25. ade2daf ide: make remaining built-in only IDE host drivers modular (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  26. f01393e ide: merge ->fixup and ->quirkproc methods by Bartlomiej Zolnierkiewicz · 16 years ago
  27. aea5d37 ide: (hopefully) fix VDMA for CS5520 by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 1b7d347 ide: coding style fixes for drivers/ide/setup-pci.c by Bartlomiej Zolnierkiewicz · 17 years ago
  29. 125a819 ide: fix ide_scan_pcibus() error message by Bartlomiej Zolnierkiewicz · 17 years ago
  30. 0fd4980 ide: remove stale/incorrect comment from setup-pci.c by Bartlomiej Zolnierkiewicz · 17 years ago
  31. bde07e5 ide: enhance ide_setup_pci_noise() by Bartlomiej Zolnierkiewicz · 17 years ago
  32. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  33. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  34. 9239b33 ide: remove write-only hwif->hw by Bartlomiej Zolnierkiewicz · 17 years ago
  35. 847ddd2 ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 8447d9d ide: add ide_device_add() by Bartlomiej Zolnierkiewicz · 17 years ago
  37. fd9bb53 ide: add ->fixup method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  38. caea760 ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  39. 272a370 ide: add IDE_HFLAG_RQSIZE_256 host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  40. 8acf28c ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  41. 528a572 ide: add ->chipset field to ide_pci_device_t by Bartlomiej Zolnierkiewicz · 17 years ago
  42. cf6e854 ide: fix disabled ports reporting for PCI controllers by Bartlomiej Zolnierkiewicz · 17 years ago
  43. 85ad93a ide: set drive->autotune in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  44. 3985ee3 ide: add IDE_HFLAG_LEGACY_IRQS host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 1c51361 ide: add IDE_HFLAG_SERIALIZE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 31e8a46 ide: use I/O ops directly part #2 (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  47. fc212bb ide: use pci_dev->revision by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 9ffcf36 ide: remove ->init_setup_dma from ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  53. c58e79d ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 0505b55 ide: fix PCI refcounting by Sergei Shtylyov · 17 years ago
  55. 4bf9fdf ide: remove stale changelog from setup-pci.c by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 4099d14 ide: add PIO masks by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 6a824c9 ide: remove ide_find_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  58. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  59. d61bcce ide: ide_scan_pcibus(): check __pci_register_driver return value by Andrew Morton · 17 years ago
  60. 6d208b3 ide: legacy PCI bus order probing fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 5cbf79c ide: add ide_proc_register_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 120b9cf ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config options by Bartlomiej Zolnierkiewicz · 17 years ago
  63. 725522b PCI: add the sysfs driver name to all modules by Greg Kroah-Hartman · 17 years ago
  64. 6451956 [PATCH] ide: complete switch to pci_get by Alan Cox · 18 years ago
  65. 27ac603 [PATCH] drivers/ide/: cleanups by Adrian Bunk · 18 years ago
  66. 83d7dbc [PATCH] Make number of IDE interfaces configurable by Matt Mackall · 18 years ago
  67. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  68. c6387a4 [SPARC]: Kill __irq_itoa(). by David S. Miller · 18 years ago
  69. d3a7b20 [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDC by Adrian Bunk · 18 years ago
  70. c37ea21 [PATCH] ide: make comment match reality by Ralf Baechle · 19 years ago
  71. 863b18f [PATCH] PCI: automatically set device_driver.owner by Laurent riffard · 19 years ago
  72. 2f09a7f [PATCH] ide: add support for Netcell Revolution to pci-ide generic driver by Matt Gillette · 19 years ago
  73. 7586585 [PATCH] PCI: clean up dynamic pci id logic by Greg Kroah-Hartman · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago