1. adacaf1 pata_pdc2027x: add Power Management support by Bartlomiej Zolnierkiewicz · 13 years ago
  2. b2f104b pata_legacy: use PIO mask defines by Bartlomiej Zolnierkiewicz · 13 years ago
  3. 8c7e8f9 pata_legacy: unify QDI ->set_piomode methods by Bartlomiej Zolnierkiewicz · 13 years ago
  4. 0dcd0a7 libata: remove no longer needed pata_qdi driver by Bartlomiej Zolnierkiewicz · 13 years ago
  5. 4780c0b pata_it8213: fix register naming used in it8213_set_piomode() by Bartlomiej Zolnierkiewicz · 13 years ago
  6. 11e872a pata_it8213: add UDMA100 and UDMA133 support by Bartlomiej Zolnierkiewicz · 13 years ago
  7. bb612cb pata_rdc: parallel scanning needs an extra locking by Bartlomiej Zolnierkiewicz · 13 years ago
  8. d9d5798 pata_via: add via_fixup() by Bartlomiej Zolnierkiewicz · 13 years ago
  9. bff0025 libata: ata_timing_compute() fixup by Bartlomiej Zolnierkiewicz · 13 years ago
  10. 9f8abf8 pata_scc: add proper cable detection method by Bartlomiej Zolnierkiewicz · 13 years ago
  11. 90f0adf pata_arasan_cf: remove bogus to_platform_device() calls by Sergei Shtylyov · 13 years ago
  12. 46b9e77 pata_atiixp: add proper ->prereset method by Bartlomiej Zolnierkiewicz · 13 years ago
  13. d912be2 pata_serverworks: add serverworks_fixup() by Bartlomiej Zolnierkiewicz · 13 years ago
  14. e69a70d pata_serverworks: cleanup cable detection by Bartlomiej Zolnierkiewicz · 13 years ago
  15. 5860a55 pata_serverworks: use standard cable detection methods by Bartlomiej Zolnierkiewicz · 13 years ago
  16. 5724276 pata_cmd64x: documentation fix by Bartlomiej Zolnierkiewicz · 13 years ago
  17. 802872e pata_ali: fix "Satelite" typo by Bartlomiej Zolnierkiewicz · 13 years ago
  18. 73222c2 pata_cs5535: no need to program PIO0 timings during device init by Bartlomiej Zolnierkiewicz · 13 years ago
  19. f4c6ae5 pata_cmd64x: add cmd64x_fixup() by Bartlomiej Zolnierkiewicz · 13 years ago
  20. dc5e44e pata_hpt366: add hpt36x_find_mode() helper by Bartlomiej Zolnierkiewicz · 13 years ago
  21. f6b5669 pata_artop: unify ->prereset methods by Bartlomiej Zolnierkiewicz · 13 years ago
  22. d0dd4a01 pata_sc1200: do not use c99 style comments by Bartlomiej Zolnierkiewicz · 13 years ago
  23. 8e3bfdb pata_at91: call clk_put() on ata_host_activate() failure by Sergei Shtylyov · 13 years ago
  24. c203603 libata: reduce ata_pci_[sff,bmdma]_init_one() size by Bartlomiej Zolnierkiewicz · 13 years ago
  25. e9f7cd5 pata_cs5535: fix DRV_NAME by Bartlomiej Zolnierkiewicz · 13 years ago
  26. 70f301a pata_sc1200: fix DRV_NAME by Bartlomiej Zolnierkiewicz · 13 years ago
  27. 7a113d3 pata_sil680: minor CodingStyle fixups by Bartlomiej Zolnierkiewicz · 13 years ago
  28. 9b8ad4a pata_sil680: constify tables by Bartlomiej Zolnierkiewicz · 13 years ago
  29. 6352187 pata_sil680: documentation fixes by Bartlomiej Zolnierkiewicz · 13 years ago
  30. 6013995 ata: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  31. 37210fb ata: Make pata_of_platform.c compile again and work on non-PPC platforms by Pawel Moll · 13 years ago
  32. edc7d12 pata_sis: code style cleanups for consistency by Dan McGee · 13 years ago
  33. c03a476 pata_sis: mark most const data static as well by Dan McGee · 13 years ago
  34. 14004f0 pata_sis: enable MWDMA for UDMA 133 chipset by Dan McGee · 13 years ago
  35. f30f9a5 pata_sis: add mode_filter method for certain sis5513 chipsets by Dan McGee · 13 years ago
  36. 023a017 pata_sis: extract a sis_port_base() method by Dan McGee · 13 years ago
  37. 904c04f [libata] ahci_platform: Add the board_ids and pi refer to different features by Richard Zhu · 13 years ago
  38. e8411fb libata-eh: ata_eh_followup_srst_needed() does not need 'classes' parameter by Sergei Shtylyov · 13 years ago
  39. fc8cc1d sata_sil24: Use const by Joe Perches · 13 years ago
  40. 5e5a4f5 ata_piix: make DVD Drive recognisable on systems with Intel Sandybridge chipsets(v2) by Ming Lei · 13 years ago
  41. 21dba24 libata: clear PIO pad area by Tejun Heo · 13 years ago
  42. d866192 sata_mv: use {platform|pci}_get_drvdata() by Sergei Shtylyov · 13 years ago
  43. c00a4c9 sata_mv: release clock on ata_host_activate() failure by Sergei Shtylyov · 13 years ago
  44. a081da6 drivers/ata/sata_dwc_460ex.c: add missing kfree by Julia Lawall · 13 years ago
  45. e39c75c ata: Add iMX pata support by Arnaud Patard (Rtp) · 13 years ago
  46. 6d0e194 pata_via: disable ATAPI DMA on AVERATEC 3200 by Tejun Heo · 13 years ago
  47. ebd1699 [libata] sata_sil: fix used-uninit warning by Jeff Garzik · 13 years ago
  48. c299eba Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  49. f35119d drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible by Rakib Mullick · 13 years ago
  50. 3b5ec27 ata: PATA_ARASAN_CF depends on DMADEVICES by Randy Dunlap · 13 years ago
  51. 47db477 ata: remove unnecessary code by Greg Dietsche · 13 years ago
  52. d4d8eaf [libata] Prevent warning during PMP error recovery by Gwendal Grignou · 13 years ago
  53. 2cab7a4 ahci: RAID-mode SATA patch for Intel Panther Point DeviceIDs by Seth Heasley · 13 years ago
  54. 1c30c02 pata_it821x: Fix RAID type display, by adding missing comma by Jean Delvare · 13 years ago
  55. 04e506b sata_dwc_460ex: fix error path by Vasiliy Kulikov · 13 years ago
  56. 3c4aa91 ahci: Enable SB600 64bit DMA on Asus M3A by Mark Nelson · 13 years ago
  57. 38941c9 libata: report link resume failure as KERN_WARNING instead of ERR by Tejun Heo · 13 years ago
  58. 345347c ahci: move ahci_sb600_softreset to libahci.c and rename it by Yuan-Hsin Chen · 13 years ago
  59. 8ea7645 libata: leave port thawed after reset failure by Tejun Heo · 13 years ago
  60. 5b933e6 ata: sata_via: Use dev_dbg by Joe Perches · 13 years ago
  61. 06296a1 ata: Add and use ata_print_version_once by Joe Perches · 13 years ago
  62. a9a79df ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> by Joe Perches · 13 years ago
  63. a44fec1 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 13 years ago
  64. 9c8b04b ACPI: constify ops structs by Vasiliy Kulikov · 13 years ago
  65. 4974317 ahci: change 'masking port_map' printk to KERN_WARNING level by Linus Torvalds · 13 years ago
  66. f920fe1 pata_marvell: Add support for 88SE91A0, 88SE91A4 by Paweł Drewniak · 13 years ago
  67. 3f1e046 libata/sas: only set FROZEN flag if new EH is supported by Nishanth Aravamudan · 13 years ago
  68. cd69187 libata: apply NOSETXFER horkage to the affected Pioneer drives by Tejun Heo · 13 years ago
  69. 8618ccd3 drivers/ata/sata_dwc_460ex: Fix typo 'corrresponding' by Justin P. Mattock · 13 years ago
  70. 8c56cac libata: fix unexpectedly frozen port after ata_eh_reset() by Tejun Heo · 13 years ago
  71. 798ce8f Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  72. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  73. 557eed6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  74. 698567f Merge commit 'v2.6.39' into for-2.6.40/core by Jens Axboe · 13 years ago
  75. 8a745f1 libata: Power off empty ports by Kristen Carlson Accardi · 13 years ago
  76. 0afc6f5 libata-pmp: add support for Thermaltake BlackX Duet esata drive dock by Pavel Herrmann · 13 years ago
  77. bfeec8c ATA: Don't powerdown Compaq Triflex IDE device on suspend by Mikulas Patocka · 13 years ago
  78. 5f4e206 libata: Use Maximum Write Same Length to report discard size limit by Martin K. Petersen · 13 years ago
  79. f68b3af drivers/ata/acard-ahci.c: fix enum warning by Jeff Garzik · 13 years ago
  80. 9f6bd36 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  81. 0144261 pata_at91: SMC settings calculation bugfixes, support for t6z and IORDY by Igor Plyatov · 13 years ago
  82. af649a1 libata-sff: prevent irq descriptions for dummy ports by James Bottomley · 13 years ago
  83. 9281b16 pata_cm64x: fix boot crash on parisc by James Bottomley · 13 years ago
  84. 5f6f12c libata: fix oops when LPM is used with PMP by Tejun Heo · 13 years ago
  85. 22fe9446 Revert "libata: ahci_start_engine compliant to AHCI spec" by Tejun Heo · 13 years ago
  86. 900e599 SATA: enable non-queueable flush flag by shaohua.li@intel.com · 13 years ago
  87. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  88. 270dac3 libata: ahci_start_engine compliant to AHCI spec by Jian Peng · 13 years ago
  89. 792d37a ata: pata_at91.c bugfix for initial_timing initialisation by Igor Plyatov · 13 years ago
  90. 9719b8f ata: pata_at91.c bugfix for high master clock by Igor Plyatov · 13 years ago
  91. 181e3ce ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDs by Seth Heasley · 13 years ago
  92. 4a836c7 ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDs by Seth Heasley · 13 years ago
  93. d69cf28 libata: Pioneer DVR-216D can't do SETXFER by Jeff Mahoney · 13 years ago
  94. 7b3a24c ahci: don't enable port irq before handler is registered by Maxime Bizon · 13 years ago
  95. ae01b24 libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65 by Tejun Heo · 13 years ago
  96. 6e5fe5b1 ahci: EM supported message type sysfs attribute by Hannes Reinecke · 13 years ago
  97. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  98. 85eb1513 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  99. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  100. 938c0ace Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable by Russell King · 13 years ago