1. fe31edc Drivers: ide: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  2. e6b5370 sections: fix section conflicts in drivers/ide by Andi Kleen · 12 years ago
  3. bb43061 siimage: use ->pio_mode value to determine pair device speed by Bartlomiej Zolnierkiewicz · 14 years ago
  4. 8776168 ide: change ->set_dma_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  5. e085b3c ide: change ->set_pio_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  6. ec053e4 siimage: implement test_irq() method by Sergei Shtylyov · 15 years ago
  7. 74414a91 siimage: use ide_dma_test_irq() (take 2) by Sergei Shtylyov · 15 years ago
  8. c9ef59f ide: IORDY handling fixes by Bartlomiej Zolnierkiewicz · 15 years ago
  9. ca1b96e ide: replace special_t typedef by IDE_SFLAG_* flags 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. 2ed0ef5 ide: fix ->init_chipset method to return 'int' value by Bartlomiej Zolnierkiewicz · 15 years ago
  13. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 15 years ago
  14. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  15. ccd32e2 ide: Switch to a common address by Alan Cox · 16 years ago
  16. 1f1ab27 ide: two more pci_ioremap_bar() conversions by Arjan van de Ven · 16 years ago
  17. 2bfba3c ide: remove useless subdirs from drivers/ide/ by Bartlomiej Zolnierkiewicz · 16 years ago[Renamed from drivers/ide/pci/siimage.c]
  18. 653bcf5 ide: __ide_dma_end() -> ide_dma_end() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. a9ab09e ide: use unique names for struct pci_driver instances by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 123995b ide: use 'drive->dn & 1' instead of drive->select.b.unit by Bartlomiej Zolnierkiewicz · 16 years ago
  21. feb22b7 ide: add proper PCI PM support (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 7e59ea2 ide: check drive->present in ide_get_paired_drive() by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  25. a69999e drivers/ide/pci/: use __devexit_p() by Adrian Bunk · 16 years ago
  26. f454cbe ide: ->cable_detect method cannot be marked __devinit by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 36de994 ide: ->quirkproc method cannot be marked __devinit by Bartlomiej Zolnierkiewicz · 16 years ago
  28. a326b02 ide: drop 'name' parameter from ->init_chipset method by Bartlomiej Zolnierkiewicz · 16 years ago
  29. ced3ec8 ide: prefix messages from IDE PCI host drivers by driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 28cfd8a ide: include PCI device name in messages from IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  31. fe38258 siimage: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 4c67423 siimage: convert to use ->host_priv by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 761052e ide: remove ->INB, ->OUTB and ->OUTBSYNC methods by Bartlomiej Zolnierkiewicz · 16 years ago
  35. cab7f8e ide: remove ->dma_{status,command} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 64a8f00 IDE: Report errors during drive reset back to user space by Elias Oltmanns · 16 years ago
  37. 1357214 ide: remove ->mmio flag from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  38. b26b0c5 ide: fix crash at boot with siimage driver by Benjamin Herrenschmidt · 16 years ago
  39. 7b25543 siimage: coding style cleanup (take 2) by Sergei Shtylyov · 16 years ago
  40. 24cc434 siimage: remove proc_reports_siimage() by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 165701d siimage: add sil_* I/O ops by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 24a96ae siimage: do clocking register posting earlier in setup_mmio_siimage() by Bartlomiej Zolnierkiewicz · 16 years ago
  43. c5dd43e ide: add IDE_HFLAG_MMIO host flag (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  46. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  47. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 50672e5 ide: remove dead/obsolete ->busproc method by Bartlomiej Zolnierkiewicz · 16 years ago
  50. c976816 siimage: fix kernel oops on PPC 44x by Sergei Shtylyov · 16 years ago
  51. afdd360 ide: remove write-only ->sata_misc[] from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 835457d ide: remove SATA_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 78829dd ide: remove needless includes from PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  54. bfa14b4 ide: add ->cable_detect method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  57. f01393e ide: merge ->fixup and ->quirkproc methods by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 8ac98ce siimage: remove resetproc() method by Sergei Shtylyov · 17 years ago
  60. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  61. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  63. 9239b33 ide: remove write-only hwif->hw by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 438c470 siimage: separate PATA and SATA methods by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  66. 85ad93a ide: set drive->autotune in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  67. fc212bb ide: use pci_dev->revision by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  69. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  72. af4c90f siimage: bump driver version by Bartlomiej Zolnierkiewicz · 17 years ago
  73. a87a87c ide: Fix siimage driver accessing beyond array boundary by Benjamin Herrenschmidt · 17 years ago
  74. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  75. 9cbcc5e ide: use PCI_VDEVICE() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  76. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  77. 65c9cd2 ide: remove ide_use_fast_pio() by Bartlomiej Zolnierkiewicz · 17 years ago
  78. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  79. 8f4dd2e ide: use only ->set_pio_mode method for programming PIO modes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  80. ffe5415 siimage: fix ->set_pio_mode method to select PIO data transfer by Bartlomiej Zolnierkiewicz · 17 years ago
  81. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  82. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  83. 4099d14 ide: add PIO masks by Bartlomiej Zolnierkiewicz · 17 years ago
  84. 2134758 ide: drop "PIO data" argument from ide_get_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  85. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  86. 328dcbb siimage: PIO mode setup fixes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 49521f9 ide: add short cables support by Bartlomiej Zolnierkiewicz · 17 years ago
  88. 4728d54 ide: remove ide_dma_enable() by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 3cb7396 Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  90. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  91. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  92. 8e60d37 siimage: fix wrong ->swdma_mask by Bartlomiej Zolnierkiewicz · 17 years ago
  93. 8693d3e siimage: DRAC4 note by Alan Cox · 17 years ago
  94. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  95. d8f4469 ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  96. 2ad1e55 ide: convert ide_hwif_t.mmio into flag (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  97. 0ecdca2 ide: use PIO/MMIO operations directly where possible (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 7569e8d ide: add ide_use_fast_pio() helper (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  99. 056a697 ide: unexport ide_set_xfer_rate() (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  100. 075cb65 siimage: PIO1/2 taskfile transfer overclocking fix by Sergei Shtylyov · 17 years ago