1. c54c719 ata: remove deprecated use of pci api by Quentin Lambert · 10 years ago
  2. 9a1e75e ahci: st: st_configure_oob must be called after IP is clocked. by Peter Griffin · 10 years ago
  3. 8d5fe8d sata_dwc_460ex: indent an if statement by Dan Carpenter · 10 years ago
  4. 255c03d libata: Add tracepoints by Hannes Reinecke · 10 years ago
  5. a1524f2 libata-eh: Set 'information' field for autosense by Hannes Reinecke · 10 years ago
  6. fe7173c libata: Implement support for sense data reporting by Hannes Reinecke · 10 years ago
  7. 42b966f libata: Implement NCQ autosense by Hannes Reinecke · 10 years ago
  8. 1308d7f libata: use status bit definitions in ata_dump_status() by Hannes Reinecke · 10 years ago
  9. 27f00e5 ide,ata: Rename ATA_IDX to ATA_SENSE by Hannes Reinecke · 10 years ago
  10. 8ae7204 libata: whitespace fixes in ata_to_sense_error() by Hannes Reinecke · 10 years ago
  11. 825e2d8 libata: whitespace cleanup in ata_get_cmd_descript() by Hannes Reinecke · 10 years ago
  12. 9faa643 libata: use READ_LOG_DMA_EXT by Hannes Reinecke · 10 years ago
  13. 3a02824 libata: remove ATA_FLAG_LOWTAG by Tejun Heo · 10 years ago
  14. db7a657 sata_dwc_460ex: re-use hsdev->dev instead of dwc_dev by Andy Shevchenko · 10 years ago
  15. 8b34448 sata_dwc_460ex: move to generic DMA driver by Andy Shevchenko · 10 years ago
  16. d578514 sata_dwc_460ex: join messages back by Andy Shevchenko · 10 years ago
  17. 92b5bf9 sata: xgene: add ACPI support for APM X-Gene SATA ports by Feng Kan · 10 years ago
  18. 3661aa9 ata: sata_mv: add proper definitions for LP_PHY_CTL register values by Thomas Petazzoni · 10 years ago
  19. 29200f1 sata-fsl: Apply link speed limits by Martin Hicks · 10 years ago
  20. 8494bcf Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  21. 540a7c5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  22. 06cc01a sata_dwc_460ex: disable COMPILE_TEST again by Linus Torvalds · 10 years ago
  23. b12aa1f Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata into for-3.20 by Tejun Heo · 10 years ago
  24. 09c32aa ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode command. by Suman Tripathi · 10 years ago
  25. f627cfde ata: libahci: Use of_platform_device_create only if supported by Guenter Roeck · 10 years ago
  26. fad0601 sata_mv: Delete unnecessary checks before the function call "phy_power_off" by Markus Elfring · 10 years ago
  27. 214f1af ata: Delete unnecessary checks before the function call "pci_dev_put" by Markus Elfring · 10 years ago
  28. 1726390 ata: pata_platform: fix owner module reference mismatch for scsi host by Akinobu Mita · 10 years ago
  29. 018d5ef ata: ahci_platform: fix owner module reference mismatch for scsi host by Akinobu Mita · 10 years ago
  30. cedda4c pata_pdc2027x: Use 64-bit timekeeping by Tina Ruchandani · 10 years ago
  31. 9269e23 libata: make sata_sil24 use fifo tag allocator by Shaohua Li · 10 years ago
  32. 98bd4be libata: move sas ata tag allocation to libata-scsi.c by Shaohua Li · 10 years ago
  33. 12cb5ce libata: use blk taging by Shaohua Li · 10 years ago
  34. 5529415 ata: libahci: Fix devres cleanup on failure by Thierry Reding · 10 years ago
  35. a13b0c9 libata: fixup oops in ata_eh_link_report() by Hannes Reinecke · 10 years ago
  36. ce75145 libata: prevent HSM state change race between ISR and PIO by David Jeffery · 10 years ago
  37. c7d7dde ata: libahci: Allow using multiple regulators by Gregory CLEMENT · 10 years ago
  38. 6033798 ata: libahci: Clean-up the ahci_platform_en/disable_phys functions by Gregory CLEMENT · 10 years ago
  39. 72dd299 libata: allow sata_sil24 to opt-out of tag ordered submission by Dan Williams · 10 years ago
  40. 5bc27ef sata_rcar: extend PM methods by Mikhail Ulyanov · 10 years ago
  41. 19406d7 ata: pata_at91: depend on !ARCH_MULTIPLATFORM by Alexandre Belloni · 10 years ago
  42. 46319e1 ahci: Remove Device ID for Intel Sunrise Point PCH by James Ralston · 10 years ago
  43. 2de5a9c sata_dwc_460ex: disable compilation on ARM and ARM64 by Andy Shevchenko · 10 years ago
  44. e88af2f ata: libata-core: Remove unused function by Rickard Strandqvist · 10 years ago
  45. 95bbbe9 ahci: Use dev_info() to inform about the lack of Device Sleep support by Gabriele Mazzotta · 10 years ago
  46. cbba5b0 libata: use __scsi_format_command() by Hannes Reinecke · 10 years ago
  47. e61f7d1 libata: Whitelist SSDs that are known to properly return zeroes after TRIM by Martin K. Petersen · 10 years ago
  48. d537fc0 sata_dwc_460ex: convert to devm_kzalloc in ->probe() by Andy Shevchenko · 10 years ago
  49. c592b74 sata_dwc_460ex: remove extra message by Andy Shevchenko · 10 years ago
  50. 9037908 sata_dwc_460ex: use np local variable in ->probe() by Andy Shevchenko · 10 years ago
  51. d7c256e sata_dwc_460ex: fix most of the sparse warnings by Andy Shevchenko · 10 years ago
  52. 84683a7 sata_dwc_460ex: enable COMPILE_TEST for the driver by Andy Shevchenko · 10 years ago
  53. f71d148 sata_dwc_460ex: remove redundant dev_set_drvdata by Andy Shevchenko · 10 years ago
  54. b6e94f3 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata into for-3.20 by Tejun Heo · 10 years ago
  55. 4aaa718 sata_dwc_460ex: fix resource leak on error path by Andy Shevchenko · 10 years ago
  56. 9d9acda libata: Remove FIXME comment in atapi_eh_request_sense by Nicholas Krause · 10 years ago
  57. a3a84bc ahci_xgene: Implement the workaround to support PMP enumeration and discovery. by Suman Tripathi · 10 years ago
  58. 1540035 ahci_xgene: Implement the xgene_ahci_poll_reg_val to support PMP. by Suman Tripathi · 10 years ago
  59. b84b25c Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata into for-3.20 by Tejun Heo · 10 years ago
  60. 36aae28 libata: export ata_get_cmd_descript() by Andy Shevchenko · 10 years ago
  61. 1102407 ahci_xgene: Fix the DMA state machine lockup for the ATA_CMD_PACKET PIO mode command. by Suman Tripathi · 10 years ago
  62. 5c0b8e0 ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA controller driver. by Suman Tripathi · 10 years ago
  63. 0628ee7 libata: s/ata_id_removeable()/ata_id_removable()/ by Nicholas Krause · 10 years ago
  64. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  65. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  66. 1b3e3aa PM / Kconfig: Replace PM_RUNTIME with PM in dependencies by Rafael J. Wysocki · 10 years ago
  67. 4e8790f Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  68. f3f62a3 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  69. 096cbc3 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  70. dc843ef Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus by James Bottomley · 10 years ago
  71. 2b21ef0 ahci: disable MSI on SAMSUNG 0xa800 SSD by Tejun Heo · 10 years ago
  72. 2ba520f libata: Remove FIXME comment in atapi_request_sense() by Nicholas Krause · 10 years ago
  73. aad0b62 sata_fsl: fix error handling of irq_of_parse_and_map by Dmitry Torokhov · 10 years ago
  74. 249cd0a AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller by Devin Ryles · 10 years ago
  75. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  76. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  77. 35c16a8 ahci_sunxi: Make AHCI_HFLAG_NO_PMP flag configurable with a module option by Hans de Goede · 10 years ago
  78. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  79. f9ca5ab libata-scsi: Update SATL for ZAC drives by Hannes Reinecke · 10 years ago
  80. 9162c65 libata: Implement ATA_DEV_ZAC by Hannes Reinecke · 10 years ago
  81. 9a23c1d ahci: fix AHCI parameters not taken into account by Antoine Tenart · 10 years ago
  82. e35b988 ata: sata_rcar: Add r8a7793 device support by Koji Matsuoka · 10 years ago
  83. 690000b ahci: Add Device IDs for Intel Sunrise Point PCH by James Ralston · 10 years ago
  84. 66a7cbc ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooks by Tejun Heo · 10 years ago
  85. 7865f83 Revert "AHCI: Optimize single IRQ interrupt processing" by Tejun Heo · 10 years ago
  86. 03e83cb Revert "AHCI: Do not acquire ata_host::lock from single IRQ handler" by Tejun Heo · 10 years ago
  87. aa1cf25 ata: sata_rcar: Disable DIPM mode for r8a7790 ES1 by Simon Horman · 10 years ago
  88. 65c662a ata: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  89. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  90. 72b2caf pata_arasan_cf: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  91. d9428f09 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  92. 4a4743e Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  93. 37017ac pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE Controller by Scott Carter · 10 years ago
  94. 1c40279 libata: Un-break ATA blacklist by George Spelvin · 10 years ago
  95. 33fb0d0 AHCI: Do not acquire ata_host::lock from single IRQ handler by Alexander Gordeev · 10 years ago
  96. 18dcf43 AHCI: Optimize single IRQ interrupt processing by Alexander Gordeev · 10 years ago
  97. 227dfb4 AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI mode by Alexander Gordeev · 10 years ago
  98. 5ee1cfd AHCI: Make few function names more descriptive by Alexander Gordeev · 10 years ago
  99. d1028e2 AHCI: Move host activation code into ahci_host_activate() by Alexander Gordeev · 10 years ago
  100. 1c62854 AHCI: Move ahci_host_activate() function to libahci.c by Alexander Gordeev · 10 years ago