aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+4
2014-06-03ahci: Add Device ID for HighPoint RocketRaid 642LJérôme Carretero1-0/+2
2014-05-27ahci: add PCI ID for Marvell 88SE91A0 SATA ControllerAndreas Schrägle1-0/+2
2014-04-24ahci: disable DEVSLP for Intel ValleyviewJacob Pan1-0/+15
2014-04-18ahci: Do not receive interrupts sent by dummy portsAlexander Gordeev1-6/+10
2014-04-17ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()Alexander Gordeev1-4/+4
2014-04-17ahci: Ensure "MSI Revert to Single Message" mode is not enforcedAlexander Gordeev1-1/+8
2014-04-16ahci: do not request irq for dummy portDavid Milburn1-8/+4
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-11/+9
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-3/+4
2014-02-22libahci: Allow drivers to override start_engineHans de Goede1-2/+4
2014-02-20Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+3
2014-02-18ahci: disable NCQ on Samsung pci-e SSDs on macbooksLevente Kurusa1-0/+14
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev1-1/+3
2014-02-14ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block()Alexander Gordeev1-11/+9
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev1-1/+3
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-21/+35
2014-01-16Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo1-9/+12
2014-01-03PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev1-21/+35
2013-12-31ahci: add PCI ID for Marvell 88SE9170 SATA controllerSimon Guinot1-0/+3
2013-12-16ahci: bail out on ICH6 before using AHCI BARPaul Bolle1-9/+9
2013-12-14drivers: ata: Mark the function ahci_init_interrupts() as static in ahci.cRashika Kheria1-1/+1
2013-12-03libata: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo1-0/+2
2013-11-23ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil1-0/+2
2013-11-23ahci: mcp89: enter AHCI mode under Apple BIOS emulationJames Laird1-9/+51
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+4
2013-11-04ahci: Add Device IDs for Intel Wildcat Point-LPJames Ralston1-0/+4
2013-10-07ahci: use dev_info() instead of printk()Jingoo Han1-1/+1
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+8
2013-08-25libata: Add H2D FIS "auxiliary" port flagMarc Carino1-0/+8
2013-07-23ahci: fix Null pointer dereference in achi_host_active()Xiaotian Feng1-1/+8
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-4/+7
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2013-07-02Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo1-1/+4
2013-06-24AHCI: use ATA_BUSYSergei Shtylyov1-1/+1
2013-06-21ahci: AHCI-mode SATA patch for Intel Coleto Creek DeviceIDsSeth Heasley1-0/+1
2013-06-03ahci: Add AMD CZ SATA device IDShane Huang1-0/+1
2013-06-02ata: use pci_get_drvdata()Jingoo Han1-2/+2
2013-05-29ahci: add an observed PCI ID for Marvell 88se9172 SATA controllerGeorge Spelvin1-0/+2
2013-05-22AHCI: Make distinct names for ports in /proc/interruptsAlexander Gordeev1-1/+3
2013-05-14libata: update "Maintained by:" tagsTejun Heo1-1/+1
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+5
2013-04-15ahci: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe1-5/+5
2013-03-04ahci: Add Device IDs for Intel Wellsburg PCHJames Ralston1-0/+2
2013-02-24Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+24
2013-02-20ahci: Add Device IDs for Intel Wellsburg PCHJames Ralston1-0/+8
2013-01-25ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDsSeth Heasley1-0/+16
2013-01-24AHCI: Support multiple MSIsAlexander Gordeev1-4/+89
2013-01-14[libata] ahci: Add support for Enmotus Bobcat device.Hugh Daschbach1-1/+7