1. 357397a Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  2. 86a565e libata: bugfix: Remove __le32 in ata_tf_to_fis() by Marc Carino · 11 years ago
  3. 03f7b80 libata: acpi: Remove ata_dev_acpi_handle stub in libata.h by Aaron Lu · 11 years ago
  4. 0ad4c9a Merge branch 'acpi-pm' by Rafael J. Wysocki · 11 years ago
  5. 87fb6c3 libata: Add support for queued DSM TRIM by Marc Carino · 11 years ago
  6. ed36911 libata: Add support for SEND/RECEIVE FPDMA QUEUED by Marc Carino · 11 years ago
  7. 40fb59e libata: Add H2D FIS "auxiliary" port flag by Marc Carino · 11 years ago
  8. 8be5ad9 libata: Populate host-to-device FIS "auxiliary" field by Marc Carino · 11 years ago
  9. f1bc1e4 ata: acpi: rework the ata acpi bind support by Aaron Lu · 11 years ago
  10. 99bbdfa sata_fsl: save irqs while coalescing by Anthony Foiani · 11 years ago
  11. 8ffff94 libata: apply behavioral quirks to sil3826 PMP by Terry Suereth · 11 years ago
  12. 2b79c56 sata, highbank: send extra clock cycles in SGPIO patterns by Mark Langsdorf · 11 years ago
  13. b2e4c7b sata, highbank: set tx_atten override bits by Mark Langsdorf · 11 years ago
  14. 4a9b7f9 drivers/ata/sata_rcar.c: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  15. 404eafe sata highbank: enable 64-bit DMA mask when using LPAE by Rob Herring · 11 years ago
  16. 8c427f0 sata, highbank: fix ordering of SGPIO signals by Mark Langsdorf · 11 years ago
  17. 3d70a36 ata: pata_samsung_cf: add missing __iomem annotation by Jingoo Han · 11 years ago
  18. b91bb0d ata: pata_arasan: Staticize local symbols by Jingoo Han · 11 years ago
  19. e0067f0 sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefs by Ezequiel Garcia · 11 years ago
  20. 61b8c34 ata: use dev_get_platdata() by Jingoo Han · 11 years ago
  21. 8ad928d ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere by Rafael J. Wysocki · 11 years ago
  22. 71ab1d5 pata_imx: expose module alias for loading from device-tree by Niels de Vos · 11 years ago
  23. e8038eb sata_mv: Remove unneeded forward declaration by Ezequiel Garcia · 11 years ago
  24. 867974f ahci_imx: depend on CONFIG_MFD_SYSCON by Tejun Heo · 11 years ago
  25. 88ba547 libata: acpi: remove dead code for ata_acpi_(un)bind by Aaron Lu · 11 years ago
  26. 9e54eae ahci_imx: add ahci sata support on imx platforms by Richard Zhu · 11 years ago
  27. c91bc6c ahci: fix Null pointer dereference in achi_host_active() by Xiaotian Feng · 11 years ago
  28. bb96961 libata: make it clear that sata_inic162x is experimental by Tejun Heo · 11 years ago
  29. 42b9ab7 libata: replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
  30. eac27f0 ata: Fix DVD not dectected at some platform with Wellsburg PCH by Youquan Song · 11 years ago
  31. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  32. 9e22038 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  33. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  34. 5a0a6a4 Merge branch 'libata/for-3.10-fixes' into libata/for-3.11 by Tejun Heo · 11 years ago
  35. e52cff8 Merge branch 'pm-assorted' by Rafael J. Wysocki · 11 years ago
  36. 9bbb1b0 AHCI: use ATA_BUSY by Sergei Shtylyov · 11 years ago
  37. 4452152 libata-acpi: add back ACPI based hotplug functionality by Aaron Lu · 11 years ago
  38. d0887c4 libata-zpodd: must use ata_tf_init() by Sergei Shtylyov · 11 years ago
  39. 1cfc7df ahci: AHCI-mode SATA patch for Intel Coleto Creek DeviceIDs by Seth Heasley · 11 years ago
  40. c7e8695 ata_piix: IDE-mode SATA patch for Intel Coleto Creek DeviceIDs by Seth Heasley · 11 years ago
  41. 78062c5 libata: cleanup SAT error translation by Gwendal Grignou · 11 years ago
  42. 1e8f5f7 ahci: sata: add support for exynos5440 sata by Girish K S · 11 years ago
  43. 7a87718 libata: skip SRST for all SIMG [34]7x port-multipliers by Tejun Heo · 11 years ago
  44. 9ddebc4 MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC by David Daney · 11 years ago
  45. 912b9ac ahci: remove pmp link online check in FBS EH by Shane Huang · 11 years ago
  46. d50b110 sata highbank: add bit-banged SGPIO driver support by Mark Langsdorf · 11 years ago
  47. 439d7a3 ahci: make ahci_transmit_led_message into a function pointer by Mark Langsdorf · 11 years ago
  48. 5ba59b5 sata_rcar: fix compilation warning in sata_rcar_thaw() by Sergei Shtylyov · 11 years ago
  49. ddfef5d sata_highbank: increase retry count but shorten duration for Calxeda controller by Mark Langsdorf · 11 years ago
  50. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  51. fafe5c3d8 ahci: Add AMD CZ SATA device ID by Shane Huang · 11 years ago
  52. 338e33a Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  53. 0a86e1c ata: use pci_get_drvdata() by Jingoo Han · 11 years ago
  54. 52a2a10 sata_rcar: fix interrupt handling by Sergei Shtylyov · 11 years ago
  55. fcce9a3 ahci: add an observed PCI ID for Marvell 88se9172 SATA controller by George Spelvin · 11 years ago
  56. 1b20f6a sata_rcar: add 'base' local variable to some functions by Sergei Shtylyov · 11 years ago
  57. 8bfbeed sata_rcar: correct 'sata_rcar_sht' by Sergei Shtylyov · 11 years ago
  58. 333279c sata_rcar: kill superfluous code in sata_rcar_bmdma_fill_sg() by Sergei Shtylyov · 11 years ago
  59. 5c23341 libata: do not limit R-Car SATA driver to shmobile by Simon Horman · 11 years ago
  60. d89995d ata: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  61. b29900e AHCI: Make distinct names for ports in /proc/interrupts by Alexander Gordeev · 11 years ago
  62. df7e131 sata_rcar: clear STOP bit in bmdma_start() method by Sergei Shtylyov · 11 years ago
  63. 966fbe1 libata: Add atapi_dmadir force flag by Vincent Pelletier · 11 years ago
  64. e771451 libata: make ata_exec_internal_sg honor DMADIR by Vincent Pelletier · 11 years ago
  65. fca8c90 ata_piix: add PCI IDs for Intel BayTail by Chew, Chiau Ee · 11 years ago
  66. e628dc9 libata: export ata_port port_no attribute via /sys by David Milburn · 11 years ago
  67. 8c3d3d4 libata: update "Maintained by:" tags by Tejun Heo · 11 years ago
  68. 29589f0 drivers/ata: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  69. 1bf25e7 Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  70. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  71. 50528fa Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 11 years ago
  72. 2cc1144 sata_highbank: Rename proc_name to the module name by Robert Richter · 11 years ago
  73. 19ccee7 ACPI/libata: Restore libata.noacpi support by Lv Zheng · 11 years ago
  74. d66af4d [libata] acpi: make ata_ap_acpi_handle not block by Aaron Lu · 11 years ago
  75. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  76. 4f567cb Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  77. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  78. f54ae51 Merge branch 'spear/dwdma' into late/cleanup by Arnd Bergmann · 11 years ago
  79. e34d386 ata: arasan: remove the need for platform_data by Arnd Bergmann · 11 years ago
  80. 69fd315 ahci: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4b by Myron Stowe · 11 years ago
  81. 2f093e2 Merge 3.9-rc7 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  82. 59affa5 pata_pdc2027x: Fix compiler warning by Wang YanQing · 11 years ago
  83. 3f1317a2b [libata] SCSI: really use SATL version in VPD by Baruch Even · 11 years ago
  84. b9d15db pata_imx: add devicetree support by Sascha Hauer · 11 years ago
  85. 51b5539 pata_imx: use void __iomem * for regs by Sascha Hauer · 11 years ago
  86. ff540d0 pata_imx: cleanup error path by Sascha Hauer · 11 years ago
  87. 50f5a34 pata_imx: Use devm_clk_get by Sascha Hauer · 11 years ago
  88. 2de1d5e sata_rcar: Convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  89. 3f02567 sata_svw: switch to ->show_info() by Al Viro · 11 years ago
  90. 7551c40 fsl/sata: create a sysfs entry for rx water mark by Qiang Liu · 11 years ago
  91. 7381fe7 libata-acpi: remove redundent code for power resource handling by Aaron Lu · 11 years ago
  92. b1a72d6 sata_highbank: make ahci_highbank_pm_ops static by Jingoo Han · 11 years ago
  93. b1cbe7d pata_octeon_cf: Use resource_size function by Alexandru Gheorghiu · 11 years ago
  94. e0044c9 pata_legacy: bogus clock in opti82c46x_set_piomode() by Dan Carpenter · 11 years ago
  95. bdfa2e7 pata_at32: use module_platform_driver_probe() by Jingoo Han · 11 years ago
  96. 6d3bfc7 [libata] Fix HDIO_DRIVE_* ioctl() Linux 3.9 regression by Krzysztof Mazur · 11 years ago
  97. 8e725c7 libata: fix DMA to stack in reading devslp_timing parameters by David Woodhouse · 11 years ago
  98. b55f84e ata_piix: Fix DVD not dectected at some Haswell platforms by Youquan Song · 11 years ago
  99. a32450e libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive by Shan Hai · 11 years ago
  100. e58b9a2 Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next by Greg Kroah-Hartman · 11 years ago