| Commit message (Expand) | Author | Age | Files | Lines |
* | ahci: fix the single MSI-X case in ahci_init_one | Christoph Hellwig | 2016-10-25 | 1 | -1/+1 |
* | ahci: fix nvec check | Christoph Hellwig | 2016-10-20 | 1 | -7/+7 |
* | ahci: only try to use multi-MSI mode if there is more than 1 port | Christoph Hellwig | 2016-10-19 | 1 | -14/+17 |
* | ahci: use pci_alloc_irq_vectors | Christoph Hellwig | 2016-09-06 | 1 | -117/+32 |
* | ata: Use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 2016-05-27 | 1 | -1/+1 |
* | AHCI: Remove obsolete Intel Lewisburg SATA RAID device IDs | Scott Lawson | 2016-03-11 | 1 | -4/+0 |
* | Merge branch 'for-4.5-fixes' into for-4.6 | Tejun Heo | 2016-03-11 | 1 | -0/+49 |
|\ |
|
| * | ahci: Workaround for ThunderX Errata#22536 | Tirumalesh Chalamarla | 2016-02-29 | 1 | -0/+43 |
| * | Adding Intel Lewisburg device IDs for SATA | Alexandra Yates | 2016-02-18 | 1 | -0/+6 |
* | | ahci: Add runtime PM support for the host controller | Mika Westerberg | 2016-02-19 | 1 | -12/+61 |
* | | ahci: Convert driver to use modern PM hooks | Mika Westerberg | 2016-02-19 | 1 | -27/+24 |
|/ |
|
* | ahci: Intel DNV device IDs SATA | Alexandra Yates | 2016-02-10 | 1 | -0/+20 |
* | ahci: per-port msix support | Dan Williams | 2015-11-16 | 1 | -22/+45 |
* | ahci: Order SATA device IDs for codename Lewisburg | Alexandra Yates | 2015-11-16 | 1 | -10/+10 |
* | ahci: Add Device ID for Intel Sunrise Point PCH | Charles_Rose@Dell.com | 2015-11-16 | 1 | -0/+2 |
* | ahci: add new Intel device IDs | Alexandra Yates | 2015-11-03 | 1 | -0/+10 |
* | ahci: Add Marvell 88se91a2 device id | Johannes Thumshirn | 2015-10-31 | 1 | -0/+2 |
* | PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCI | Zhang Rui | 2015-08-24 | 1 | -12/+1 |
* | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 2015-06-25 | 1 | -15/+89 |
|\ |
|
| * | ahci, msix: Fix build error for !PCI_MSI | Robert Richter | 2015-06-17 | 1 | -20/+1 |
| * | ahci: Add support for Cavium's ThunderX host controller | Robert Richter | 2015-06-16 | 1 | -1/+4 |
| * | ahci: Add generic MSI-X support for single interrupts to SATA PCI driver | Robert Richter | 2015-06-16 | 1 | -0/+72 |
| * | ahci: Store irq number in struct ahci_host_priv | Robert Richter | 2015-06-03 | 1 | -5/+10 |
| * | ahci: Move interrupt enablement code to a separate function | Robert Richter | 2015-06-03 | 1 | -9/+22 |
* | | ahci: avoton port-disable reset-quirk | Dan Williams | 2015-05-10 | 1 | -8/+95 |
|/ |
|
* | ata: remove deprecated use of pci api | Quentin Lambert | 2015-04-08 | 1 | -5/+5 |
* | ahci: Remove Device ID for Intel Sunrise Point PCH | James Ralston | 2015-01-13 | 1 | -1/+0 |
* | ahci: disable MSI on SAMSUNG 0xa800 SSD | Tejun Heo | 2014-12-04 | 1 | -0/+1 |
* | AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller | Devin Ryles | 2014-12-02 | 1 | -0/+3 |
* | ahci: fix AHCI parameters not taken into account | Antoine Tenart | 2014-11-04 | 1 | -6/+3 |
* | ahci: Add Device IDs for Intel Sunrise Point PCH | James Ralston | 2014-10-27 | 1 | -0/+5 |
* | ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooks | Tejun Heo | 2014-10-27 | 1 | -3/+11 |
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2014-10-10 | 1 | -75/+7 |
|\ |
|
| * | AHCI: Move host activation code into ahci_host_activate() | Alexander Gordeev | 2014-10-06 | 1 | -5/+1 |
| * | AHCI: Move ahci_host_activate() function to libahci.c | Alexander Gordeev | 2014-10-06 | 1 | -60/+0 |
| * | AHCI: Pass SCSI host template as arg to ahci_host_activate() | Alexander Gordeev | 2014-10-06 | 1 | -5/+5 |
| * | AHCI: Cleanup checking of multiple MSIs/SLM modes | Alexander Gordeev | 2014-09-28 | 1 | -11/+7 |
| * | ahci: ahci_p5wdh_workaround - constify DMI table | Mathias Krause | 2014-08-31 | 1 | -1/+1 |
* | | ahci: add pcid for Marvel 0x9182 controller | Murali Karicheri | 2014-09-06 | 1 | -0/+2 |
* | | ata: Disabling the async PM for JMicron chip 363/361 | Chuansheng Liu | 2014-09-01 | 1 | -0/+12 |
* | | ahci: Add Device IDs for Intel 9 Series PCH | James Ralston | 2014-08-28 | 1 | -0/+8 |
|/ |
|
* | ata: libahci_platform: move port_map parameters into the AHCI structure | Antoine Ténart | 2014-07-30 | 1 | -2/+1 |
* | ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode) | Romain Degez | 2014-07-18 | 1 | -0/+1 |
* | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2014-06-09 | 1 | -0/+4 |
|\ |
|
| * | ahci: Add Device ID for HighPoint RocketRaid 642L | Jérôme Carretero | 2014-06-03 | 1 | -0/+2 |
| * | ahci: add PCI ID for Marvell 88SE91A0 SATA Controller | Andreas Schrägle | 2014-05-27 | 1 | -0/+2 |
* | | ahci: disable DEVSLP for Intel Valleyview | Jacob Pan | 2014-04-24 | 1 | -0/+15 |
* | | ahci: Do not receive interrupts sent by dummy ports | Alexander Gordeev | 2014-04-18 | 1 | -6/+10 |
* | | ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range() | Alexander Gordeev | 2014-04-17 | 1 | -4/+4 |
* | | ahci: Ensure "MSI Revert to Single Message" mode is not enforced | Alexander Gordeev | 2014-04-17 | 1 | -1/+8 |