1. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  2. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  3. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  4. a738492 ahci: Store interrupt value by Kristen Carlson Accardi · 17 years ago
  5. 2f29496 [libata] ahci: send event when AN received by Kristen Carlson Accardi · 17 years ago
  6. 0c88758 libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags by Tejun Heo · 17 years ago
  7. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  8. 936fd73 libata-link: linkify PHY-related functions by Tejun Heo · 17 years ago
  9. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  10. c69c089 [libata] ahci: add ATI SB800 PCI IDs by henry su · 17 years ago
  11. badc234 The SATA controller device ID is different according to by su henry · 17 years ago
  12. 203ef6c ahci: implement SCR_NOTIFICATION r/w by Tejun Heo · 17 years ago
  13. 274c1fd ahci: make NO_NCQ handling more consistent by Tejun Heo · 17 years ago
  14. da3dbb1 libata: make ->scr_read/write callbacks return error code by Tejun Heo · 17 years ago
  15. b64bbc3 libata: improve EH report formatting by Tejun Heo · 17 years ago
  16. a9cf5e8 ahci: separate out ahci_do_softreset() by Tejun Heo · 17 years ago
  17. 91c4a2e ahci: separate out ahci_exec_polled_cmd() by Tejun Heo · 17 years ago
  18. d2e75df ahci: separate out ahci_kick_engine() by Tejun Heo · 17 years ago
  19. 2cbb79e ahci: use deadline instead of fixed timeout for 1st FIS for SRST by Tejun Heo · 17 years ago
  20. 9977126 libata: add @is_cmd to ata_tf_to_fis() by Tejun Heo · 17 years ago
  21. 028a259 ahci.c: fix CONFIG_PM=n compilation by Alexey Dobriyan · 17 years ago
  22. cd70c26 [libata] AHCI: Add support for Marvell AHCI-like chips (initially 6145) by Jeff Garzik · 17 years ago
  23. 469248a [libata] Clean up driver udma_mask initializers by Jeff Garzik · 17 years ago
  24. dab632e [libata] ahci: minor internal cleanups by Jeff Garzik · 17 years ago
  25. df69c9c [libata] ahci: minor internal cleanups by Jeff Garzik · 17 years ago
  26. 2bcd866 [libata] ahci: Factor out SATA port init into a separate function by Jeff Garzik · 17 years ago
  27. be5d821 use_clustering (sht) bit set to 0 in AHCI ? by Jens Axboe · 17 years ago
  28. a3d2cc5 ahci: fix PORTS_IMPL override by Tejun Heo · 17 years ago
  29. 0522b28 ahci: Add MCP73/MCP77 support to AHCI driver by Peer Chen · 17 years ago
  30. 8bc3fc4 libata: bump versions by Jeff Garzik · 17 years ago
  31. c7a4215 ahci: disable 64bit dma on sb600 by Tejun Heo · 17 years ago
  32. 3cadbcc libata-acpi: add ATA_FLAG_ACPI_SATA port flag by Tejun Heo · 17 years ago
  33. 2bcfdde add the ATI SB700 SATA controller device id to AHCI pci table by Henry Su · 17 years ago
  34. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  35. 9b89391 libata: improve 0xff status handling by Tejun Heo · 18 years ago
  36. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 18 years ago
  37. 1188c0d ahci: consolidate common port flags by Tejun Heo · 17 years ago
  38. 4447d35 libata: convert the remaining SATA drivers to new init model by Tejun Heo · 17 years ago
  39. bf33554 ahci: add PCI ID for new VIA chip by Tejun Heo · 17 years ago
  40. c65ec1c ahci.c: remove non-existing SB600 raid id (re-send) by Conke Hu · 17 years ago
  41. a51d644 libata: improve AC_ERR_DEV handling for ->post_internal_cmd by Tejun Heo · 17 years ago
  42. 17199b1 ahci: move port_map handling to ahci_save_initial_config() by Tejun Heo · 17 years ago
  43. d447df1 ahci: implement ata_save/restore_initial_config() by Tejun Heo · 17 years ago
  44. 55a6160 ahci.c: walkaround for SB600 SATA internal error issue by Conke Hu · 17 years ago
  45. 8af12cd ahci: RAID mode SATA patch for Intel ICH9M by Jason Gaston · 17 years ago
  46. 438ac6d libata: add missing CONFIG_PM in LLDs by Tejun Heo · 17 years ago
  47. afb2d55 ahci: improve spurious SDB FIS handling by Tejun Heo · 17 years ago
  48. e34bb37 ahci/pata_jmicron: match class not function number by Tejun Heo · 17 years ago
  49. cb48cab [libata] bump versions by Jeff Garzik · 17 years ago
  50. a2bbd0c ahci: consider SDB FIS containing spurious NCQ completions HSM violation (regenerated) by Tejun Heo · 17 years ago
  51. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  52. 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 18 years ago
  53. 0d5ff56 libata: convert to iomap by Tejun Heo · 18 years ago
  54. 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 18 years ago
  55. f0d36ef libata: update libata core layer to use devres by Tejun Heo · 18 years ago
  56. 0529c15 libata: implement ata_host_detach() by Tejun Heo · 18 years ago
  57. 553c4aa libata: handle pci_enable_device() failure while resuming by Tejun Heo · 18 years ago
  58. 904dbd1 ahci: Remove jmicron fixup by Alan · 18 years ago
  59. c9f8947 Add pci class code for SATA & AHCI, and replace some magic numbers. by Conke Hu · 18 years ago
  60. 04d4f7a [PATCH] ahci: trivial endianness annotations by Al Viro · 17 years ago
  61. a718728 ahci: port_no should be used when clearing IRQ in ahci_thaw() by Tejun Heo · 18 years ago
  62. dfd7a3d ahci: use 0x80 as wait stat value instead of 0xff by Tejun Heo · 18 years ago
  63. 6096b63 ahci: fix endianness in spurious interrupt message by Tejun Heo · 18 years ago
  64. 0291f95 ahci: improve and limit spurious interrupt messages, take#3 by Tejun Heo · 18 years ago
  65. 07c53da ahci: don't enter slumber on power down by Tejun Heo · 18 years ago
  66. 82490c0 ahci: make ULi M5288 ignore interface fatal error bit by Tejun Heo · 18 years ago
  67. 6fbf5ba [libata] Move some PCI IDs from sata_nv to ahci by Peer Chen · 18 years ago
  68. 551c012 [PATCH] ahci: do not mangle saved HOST_CAP while resetting controller by Tejun Heo · 18 years ago
  69. 8e16f94 [PATCH] ahci: do not powerdown during initialization by Tejun Heo · 18 years ago
  70. 648a88b [PATCH] ahci: honor PORTS_IMPL on ICH8s by Tejun Heo · 18 years ago
  71. 98fa4b6 [PATCH] ahci: preserve PORTS_IMPL over host resets by Tejun Heo · 18 years ago
  72. 415ae2b [libata] ahci: Match PCI class code for AHCI by Jeff Garzik · 18 years ago
  73. ad616ff [PATCH] ahci: update ahci-vt8251 reset sequence by Tejun Heo · 18 years ago
  74. 4aeb0e3 [PATCH] ahci: kill AHCI_FLAG_RESET_NEEDS_CLO by Tejun Heo · 18 years ago
  75. 4166955 [PATCH] ahci: ignore PORT_IRQ_IF_ERR on JMB controllers by Tejun Heo · 18 years ago
  76. f33d625 [PATCH] ahci: AHCI mode SATA patch for Intel ICH9 by Jason Gaston · 18 years ago
  77. 895663c [libata] Add support for AHCI controllers of MCP67. by Peer Chen · 18 years ago
  78. 1244a19 [PATCH] ahci: fix status register check in ahci_softreset by Tejun Heo · 18 years ago
  79. 12a87d3 [PATCH] ahci: readability tweak by Alan Cox · 18 years ago
  80. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  81. 54bb3a94 [libata] Use new PCI_VDEVICE() macro to dramatically shorten ID lists by Jeff Garzik · 18 years ago
  82. 9bec2e3 [libata] Trim trailing whitespace. by Jeff Garzik · 18 years ago
  83. cca3974 libata: Grand renaming. by Jeff Garzik · 18 years ago
  84. c6fd280 Move libata to drivers/ata. by Jeff Garzik · 18 years ago[Renamed from drivers/scsi/ahci.c]
  85. b788719 [PATCH] libata: replace pci_module_init() with pci_register_driver() by Pavel Roskin · 18 years ago
  86. f4b5cc8 [PATCH] ahci: remove IRQ mask clearing from init_controller() by Tejun Heo · 18 years ago
  87. 36a2c6b Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  88. f1d39b2 [PATCH] ahci: skip protocol test altogether in spurious interrupt code by Unicorn Chang · 18 years ago
  89. 95916ed [libata] ahci: add SiS PCI IDs by Jeff Garzik · 18 years ago
  90. c133287 [PATCH] ahci: implement Power Management support by Tejun Heo · 18 years ago
  91. d91542c [PATCH] ahci: separate out ahci_reset_controller() and ahci_init_controller() by Tejun Heo · 18 years ago
  92. 0be0aa9 [PATCH] libata: improve driver initialization and deinitialization by Tejun Heo · 18 years ago
  93. 9f59205 [PATCH] ahci: simplify ahci_start_engine() by Tejun Heo · 18 years ago
  94. d8fcd11 [PATCH] ahci: cosmetic changes to ahci_start/stop_engine() by Tejun Heo · 18 years ago
  95. 254950c [PATCH] ahci: relocate several internal functions by Tejun Heo · 18 years ago
  96. 5457f219 [PATCH] The redefinition of ahci_start_engine() and ahci_stop_engine() by zhao, forrest · 18 years ago
  97. 9545b57 [PATCH] ahci: Ensure that we don't grab both functions by root · 18 years ago
  98. b51e9e5 [PATCH] libata: add ap->pflags and move core dynamic flags to it by Tejun Heo · 18 years ago
  99. 1d6f359 [PATCH] irq-flags: scsi: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  100. 8676ce0 [libata] Bump versions by Jeff Garzik · 18 years ago