1. a7ff60d [libata] pm: differentiate system and runtime pm for ata port by Aaron Lu · 12 years ago
  2. e175435 Revert "libata: export host controller number thru /sys" by Jeff Garzik · 12 years ago
  3. 93316e2 ata: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  4. 5ca72c4 AHCI: Support multiple MSIs by Alexander Gordeev · 12 years ago
  5. 48b3de2 drivers/ata: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  6. 7e15e9b libata: do not suspend port if normal ODD is attached by Aaron Lu · 12 years ago
  7. a59b9aa libata: expose pm qos flags for ata device by Aaron Lu · 12 years ago
  8. 2133420 libata: handle power transition of ODD by Aaron Lu · 12 years ago
  9. 3dc6744 libata: check zero power ready status for ZPODD by Aaron Lu · 12 years ago
  10. f064a20 libata: move acpi notification code to zpodd by Aaron Lu · 12 years ago
  11. afe7595 libata: identify and init ZPODD devices by Aaron Lu · 12 years ago
  12. bc9b640 ACPI / PM: Rework the handling of devices depending on power resources by Rafael J. Wysocki · 12 years ago
  13. 1757d90 libata: export host controller number thru /sys by David Milburn · 12 years ago
  14. 25effc3 pata_samsung_cf: Use devm_clk_get() by Jingoo Han · 12 years ago
  15. 803739d [libata] replace sata_settings with devslp_timing by Shane Huang · 12 years ago
  16. 7f9c9f8 [libata] ahci: Add support for Enmotus Bobcat device. by Hugh Daschbach · 12 years ago
  17. 1eaca39 [libata] ahci: Fix lack of command retry after a success error handler. by Bian Yu · 12 years ago
  18. 0ec2491 Drivers: ata: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  19. 9a32299 powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma by Philippe De Muyter · 12 years ago
  20. c13e69b Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 12 years ago
  21. cebfa85 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  22. 72d5f2d sata_dwc_460ex: remove file exec bit (chmod 0755 -> 0644) by Jeff Garzik · 12 years ago
  23. 26cd4d6 [libata] fix Null pointer dereference on disk error by Xiaotian Feng · 12 years ago
  24. 39f80ac ahci: convert ata_link_printk() to ata_link_warn() by Wei Yongjun · 12 years ago
  25. 22c8be3 pata_imx: convert ata_dev_printk() to ata_dev_info() by Wei Yongjun · 12 years ago
  26. 99da09f ARM: ep93xx: convert ata_<foo>_printk() to ata_<foo>_<level>() by Wei Yongjun · 12 years ago
  27. 071d3ad ahci_platform: make structs static by Brian Norris · 12 years ago
  28. 11ace0c Revert "pata_octeon_cf: perform host detach, removal on exit" by Jeff Garzik · 12 years ago
  29. 8349e5a Revert "libata: check SATA_SETTINGS log with HW Feature Ctrl" by Jeff Garzik · 12 years ago
  30. 1007c4b ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian. by David Daney · 13 years ago
  31. 43f01da MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree. by David Daney · 12 years ago
  32. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  33. 84043ac pata_of_platform: fix compile error by Brian Norris · 12 years ago
  34. 04a3f5b libata: use pci_get_drvdata() helper by Brian Norris · 12 years ago
  35. 1645bf1 pata_octeon_cf: perform host detach, removal on exit by Brian Norris · 12 years ago
  36. e2ec181 sata_highbank: utilize common ata_platform_remove_one() by Brian Norris · 12 years ago
  37. 56c1d3b pata_palmld: utilize common ata_platform_remove_one() by Brian Norris · 12 years ago
  38. 156f34d pata_platform: remove unused remove function by Brian Norris · 12 years ago
  39. ccd1196 pata_platform: utilize common ata_platform_remove_one() by Brian Norris · 12 years ago
  40. 3e7068d pata_of_platform: utilize common ata_platform_remove_one() by Brian Norris · 12 years ago
  41. 37e1b02 pata_mpc52xx: utilize common ata_platform_remove_one() by Brian Norris · 12 years ago
  42. 58d0ff2 pata_ixp4xx_cf: utilize common ata_platform_remove_one() by Brian Norris · 12 years ago
  43. 83291d6 ahci_platform: utilize common ata_platform_remove_one() by Brian Norris · 12 years ago
  44. b7db04d libata: implement ata_platform_remove_one() by Brian Norris · 12 years ago
  45. 1896b15 ahci_platform: perform platform exit in host_stop() hook by Brian Norris · 12 years ago
  46. 9a99e47 ahci_platform: convert to module_platform_driver by Brian Norris · 12 years ago
  47. 941c77f ahci_platform: enable hotplug unbinding by Brian Norris · 12 years ago
  48. 5416912 libata: set dma_mode to 0xff in reset by Aaron Lu · 12 years ago
  49. f295be2 ata_piix: re-order code and remove prototypes by Bartlomiej Zolnierkiewicz · 12 years ago
  50. de90cd7 libata: check SATA_SETTINGS log with HW Feature Ctrl by Shane Huang · 12 years ago
  51. 0d0cdb0 libata: restore acpi disable functionality by Aaron Lu · 12 years ago
  52. a52f514 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  53. 52bd497 pata_arasan_cf: declare/use more local variables in arasan_cf_dma_start() by Sergei Shtylyov · 12 years ago
  54. 121650a sata_highbank: use ATA_BUSY by Sergei Shtylyov · 12 years ago
  55. 7c26dea sata_sx4: pdc20621_{ata|host}_sg() do not need 'tf' parameter by Sergei Shtylyov · 12 years ago
  56. 10083d7 sata_sil24: remove unused variable from sata_sil24.c by Wei Yongjun · 12 years ago
  57. 7f0658d sata_inic162x: remove unused variable in inic_scr_read() by Wei Yongjun · 12 years ago
  58. 8b34f2c pata_rdc: remove unused variable in rdc_init_one() by Wei Yongjun · 12 years ago
  59. abf8f2b pata_cs5536: add quirk for broken udma by Christian Gmeiner · 12 years ago
  60. d990434 ata_piix: reenable MS Virtual PC guests by Olaf Hering · 12 years ago
  61. 3100d49 sata_promise: fix hardreset lockdep error by Mikael Pettersson · 12 years ago
  62. a2d2eda Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  63. 29448ec [libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEP by Yuanhan Liu · 12 years ago
  64. b03e66a sata_svw: check DMA start bit before reset by David Milburn · 12 years ago
  65. cd705d5 libata debugging: Warn when unable to find timing descriptor based on xfer_mode by Borislav Petkov · 12 years ago
  66. c37472d sata_highbank: mark ahci_highbank_probe as __devinit by Arnd Bergmann · 12 years ago
  67. 9addf6a pata_arasan: Initialize cf clock to 166MHz by Vipul Kumar Samar · 12 years ago
  68. 60817a6 libata-acpi: Fix NULL ptr derference in ata_acpi_dev_handle by Aaron Lu · 12 years ago
  69. 5db4486 [SCSI] sd: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  70. 3c6bdae [SCSI] Add a report opcode helper by Martin K. Petersen · 12 years ago
  71. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  72. 3151367 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  73. 51562cb Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 12 years ago
  74. fe709ed Merge SCSI misc branch into isci-for-3.6 tag by James Bottomley · 12 years ago
  75. 13b7408 sata_mv: Fix warnings when no PCI by Andrew Lunn · 12 years ago
  76. 40dad0a [libata] Makefile: Fix build error in sata_highbank by Mark Langsdorf · 12 years ago
  77. e3a66aa Merge branch 'multiplatform/platform-data' into next/multiplatform by Olof Johansson · 12 years ago
  78. 436d42c ARM: samsung: move platform_data definitions by Arnd Bergmann · 12 years ago
  79. 293b2da ARM: pxa: move platform_data definitions by Arnd Bergmann · 12 years ago
  80. a3b2924 ARM: ep93xx: move platform_data definitions by Arnd Bergmann · 12 years ago
  81. 633de4c [libata] export ata_dev_set_feature() by Jeff Garzik · 12 years ago
  82. 9ca7cfa libata-core: use ATA_LBA in ata_build_rw_tf() by Sergei Shtylyov · 12 years ago
  83. f1e70c2 ata/ahci_platform: Add clock framework support by Viresh Kumar · 12 years ago
  84. 26fdaa7 pata_arasan: add Device Tree probing capability by Viresh Kumar · 12 years ago
  85. 3f09e6c pata_arasan: Add clk_{un}prepare() support by Viresh Kumar · 12 years ago
  86. 8996b89 ata: add platform driver for Calxeda AHCI controller by Mark Langsdorf · 12 years ago
  87. 100f586 sata_fsl: add workaround for data length mismatch on freescale V2 controller by Shaohui Xie · 12 years ago
  88. 65fe1f0 ahci: implement aggressive SATA device sleep support by Shane Huang · 12 years ago
  89. 7b4f6ec ahci: Add identifiers for ASM106x devices by Alan Cox · 12 years ago
  90. 17c60c6 ahci: Add alternate identifier for the 88SE9172 by Alan Cox · 12 years ago
  91. 1fefb8f ahci: Add JMicron 362 device IDs by Ben Hutchings · 12 years ago
  92. 9973a1c Revert "libata: enable SATA disk fua detection on default" by Jeff Garzik · 12 years ago
  93. d17d794 libata: Add a space to " 2GB ATA Flash Disk" DMA blacklist entry by Prarit Bhargava · 12 years ago
  94. 8d8e7d13 [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_init by Dan Williams · 12 years ago
  95. 2fcbdcb [SCSI] libata: export ata_port suspend/resume infrastructure for sas by Dan Williams · 12 years ago
  96. ca6d43b [SCSI] libata: reset once by Dan Williams · 12 years ago
  97. 1b26d29 [libata] scsi: implement MODE SELECT command by Paolo Bonzini · 12 years ago
  98. 6ca8e79 [libata] scsi: support MODE SENSE request for changeable and default parameters by Paolo Bonzini · 12 years ago
  99. 3e451a4 [libata] scsi: Remove unlikely() from FUA check by Jeff Garzik · 12 years ago
  100. 91895b7 libata: enable SATA disk fua detection on default by Zheng Liu · 12 years ago