aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-10-25ahci: Add support for Amazon's Annapurna Labs SATA controllerHanna Hawa1-0/+13
2019-10-15libata/ahci: Fix PCS quirk applicationDan Williams1-1/+3
2019-08-30libata/ahci: Drop PCS quirk for Denverton and beyondDan Williams1-47/+69
2019-08-26ahci: use dma_set_mask_and_coherentChristoph Hellwig1-25/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-5/+33
2018-07-30ata: ahci: Enable DEVSLP by default on x86 with SLP_S0Srinivas Pandruvada1-5/+33
2018-07-02ahci: Add Intel Ice Lake LP PCI IDMika Westerberg1-0/+1
2018-07-02ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede1-0/+59
2018-05-24ahci: Add PCI ID for Cannon Lake PCH-LP AHCIMika Westerberg1-0/+1
2018-04-26libahci: Allow drivers to override stop_engineEvan Wang1-3/+3
2018-03-04ahci: Add PCI-id for the Highpoint Rocketraid 644L cardHans de Goede1-1/+3
2018-01-11ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg1-0/+1
2017-12-11ahci: Allow setting a default LPM policy for mobile chipsetsHans de Goede1-41/+56
2017-12-11ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede1-0/+4
2017-12-11ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede1-16/+16
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-2/+7
2017-10-11ahci: Add support for Cavium's fifth generation SATA controllerRadha Mohan Chintakuntla1-2/+7
2017-10-02ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel1-1/+4
2017-09-06ahci: don't use MSI for devices with the silly Intel NVMe remapping schemeChristoph Hellwig1-1/+8
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+2
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-06-27ahci: Add Device ID for ASMedia 1061R and 1062RShawn Lin1-0/+2
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-05-16ahci: Acer SA5-271 SSD Not Detected FixSui Chen1-0/+38
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+39
2016-12-05ahci: warn about remapped NVMe devicesChristoph Hellwig1-0/+39
2016-11-21ahci: always fall back to single-MSI modeChristoph Hellwig1-7/+0
2016-10-25ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig1-1/+1
2016-10-20ahci: fix nvec checkChristoph Hellwig1-7/+7
2016-10-19ahci: only try to use multi-MSI mode if there is more than 1 portChristoph Hellwig1-14/+17
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig1-117/+32
2016-05-27ata: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-03-11AHCI: Remove obsolete Intel Lewisburg SATA RAID device IDsScott Lawson1-4/+0
2016-03-11Merge branch 'for-4.5-fixes' into for-4.6Tejun Heo1-0/+49
2016-02-29ahci: Workaround for ThunderX Errata#22536Tirumalesh Chalamarla1-0/+43
2016-02-19ahci: Add runtime PM support for the host controllerMika Westerberg1-12/+61
2016-02-19ahci: Convert driver to use modern PM hooksMika Westerberg1-27/+24
2016-02-18Adding Intel Lewisburg device IDs for SATAAlexandra Yates1-0/+6
2016-02-10ahci: Intel DNV device IDs SATAAlexandra Yates1-0/+20
2015-11-16ahci: per-port msix supportDan Williams1-22/+45
2015-11-16ahci: Order SATA device IDs for codename LewisburgAlexandra Yates1-10/+10
2015-11-16ahci: Add Device ID for Intel Sunrise Point PCHCharles_Rose@Dell.com1-0/+2
2015-11-03ahci: add new Intel device IDsAlexandra Yates1-0/+10
2015-10-31ahci: Add Marvell 88se91a2 device idJohannes Thumshirn1-0/+2
2015-08-24PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCIZhang Rui1-12/+1
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-15/+89