1. 8ee3f3b alim15x3: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 16 years ago
  3. ebb00fb ide: factor out simplex handling from ide_pci_dma_base() by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 81e8d5a ide: remove ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 288911a alim15x3: convert to use ide_timing_find_mode() by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 30e5ee4 ide: remove obsoleted "idebus=" kernel parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  7. e7f379d alim15x3: remove WDC_ALI15X3 config option by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 63b1623 alim15x3: add "wdc_udma" module parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 2bf111d alim15x3: remove stale warning about ATI RS100 northbridge by Bartlomiej Zolnierkiewicz · 16 years ago
  10. df98668 alim15x3: trivial cleanup for ali_set_pio_mode() by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 6d1cee4 alim15x3: disable init_hwif_ali15x3 for PowerPC by Anton Vorontsov · 16 years ago
  12. 19ba7b8 ide: remove /proc/ide/ali by Alexey Dobriyan · 16 years ago
  13. ebae41a ide: add "vlb|pci_clock=" parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  14. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  16. b123f56 ide: do complete DMA setup in ->init_dma method (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 23658f8 ide: move ide_setup_dma() call out from ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 6d36b95 alim15x3: skip DMA initialization completely on revs < 0x20 by Bartlomiej Zolnierkiewicz · 16 years ago
  19. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 78829dd ide: remove needless includes from PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  22. bfa14b4 ide: add ->cable_detect method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 8ac2b42a ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  26. ecf32796 ide: ide_setup_dma() assumes 8 ports by Sergei Shtylyov · 16 years ago
  27. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  28. d151456 alim15x3: add Mitac 8317 and derivatives to ali_cable_override() by Bartlomiej Zolnierkiewicz · 17 years ago
  29. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  30. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  31. 2832830 alim15x3: use ->host_flags and ->udma_mask fields from ide_pci_device_t by Bartlomiej Zolnierkiewicz · 17 years ago
  32. cad221a alim15x3: fix CD_ROM DMA and PIO FIFO settings setup by Bartlomiej Zolnierkiewicz · 17 years ago
  33. 85ad93a ide: set drive->autotune in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  34. 93c6807 alim15x3: always tune PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  35. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 238e4f1 ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  37. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  38. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  39. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  40. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  41. 9cbcc5e ide: use PCI_VDEVICE() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  43. d3b90ba ide: remove drive->init_speed zeroing by Bartlomiej Zolnierkiewicz · 17 years ago
  44. 99149a4 alim15x3: remove redundant m5229_revision check by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 19f7115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  47. 8f4dd2e ide: use only ->set_pio_mode method for programming PIO modes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  48. a6fe837 alim15x3: PIO mode setup fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  50. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  52. 03e6f48 pata_ali/alim15x3: override 80-wire cable detection for Toshiba S1800-814 by Daniel Exner · 17 years ago
  53. 8663fd6 alim15x3: Correct HP detect by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 4099d14 ide: add PIO masks by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 2134758 ide: drop "PIO data" argument from ide_get_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  56. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  58. 95ba8c1 alim15x3: backport short cables support from pata_ali.c by Bartlomiej Zolnierkiewicz · 17 years ago
  59. 49521f9 ide: add short cables support by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 38ff8a7 alim15x3: use ide_tune_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  61. ecfd80e ide: make /proc/ide/ optional by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  63. 1813720 ide: fix UDMA/MWDMA/SWDMA masks (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 072cdcb alim15x3: PIO fallback fix by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 21b8247 alim15x3: fix PIO mode setup by Sergei Shtylyov · 17 years ago
  66. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 0ecdca2 ide: use PIO/MMIO operations directly where possible (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 82ab1ee ide: add missing __init tags to IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  69. b148900 [PATCH] ide: more conversion to pci_get APIs by Alan Cox · 18 years ago
  70. e11db06 [PATCH] alim15x3.c: M5229 (rev c8) support for DMA cd-writer by Michael De Backer · 18 years ago
  71. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  72. 0d8a95e [PATCH] alim15x3: ULI M-1573 south Bridge support by KAI.HSU · 18 years ago
  73. 2fefef1 [PATCH] alim15x3: use KERN_WARNING by Alexey Dobriyan · 19 years ago
  74. cc3f7ca [PATCH] alim15x3: replace pci_find_device() with pci_dev_present() by Hanna Linder · 19 years ago
  75. c2f1258 [PATCH] ide: hotplug mark __devinit alim15x3.c by Herbert Xu · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago