aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+4
2015-06-12Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-2/+4
2015-05-22PCI: Add function 1 DMA alias quirk for Marvell 9120Sakari Ailus1-0/+2
2015-05-15PCI: Add ACS quirks for Intel 9-series PCH root portsAlex Williamson1-0/+2
2015-05-07PCI/MSI: Drop pci_msi_off() calls from quirksMichael S. Tsirkin1-2/+0
2015-04-24x86/irq: Remove sis apic bug workaroundThomas Gleixner1-7/+0
2015-04-10Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+1
2015-04-08PCI: Fix typo in Thunderbolt kernel messageDarrick J. Wong1-1/+1
2015-03-23PCI: Add ACS quirks for Intel 1G NICsAlex Williamson1-0/+32
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+64
2015-02-03PCI: Handle read-only BARs on AMD CS553x devicesMyron Stowe1-3/+37
2015-01-23PCI: Add Wellsburg (X99) to Intel PCH root port ACS quirkAlex Williamson1-0/+3
2015-01-23PCI: Add DMA alias quirk for Adaptec 3405Alex Williamson1-0/+38
2015-01-16PCI: Add ACS quirk for Emulex NICsVasundhara Volam1-0/+2
2015-01-16PCI: Mark AMD/ATI VGA devices that don't reset on D3hot->D0 transitionAlex Williamson1-0/+21
2015-01-16PCI: Mark Atheros AR93xx to avoid bus resetAlex Williamson1-0/+14
2014-11-03PCI: Prevent xHCI driver from claiming AMD Nolan USB3 DRD deviceHuang Rui1-0/+20
2014-10-06Merge branch 'pci/virtualization' into nextBjorn Helgaas1-0/+7
2014-10-02PCI: Add ACS quirk for AMD A88X southbridge devicesMarti Raudsepp1-0/+7
2014-10-01Merge branches 'pci/aer' and 'pci/virtualization' into nextBjorn Helgaas1-6/+28
2014-09-29PCI: Add ACS quirk for Intel 10G NICsAlex Williamson1-6/+28
2014-09-25Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into nextBjorn Helgaas1-51/+17
2014-09-22PCI: Add ACS quirk for Solarflare SFC9120 & SFC9140Alex Williamson1-0/+17
2014-09-22PCI: Remove unused pci_get_dma_source()Alex Williamson1-51/+0
2014-09-22Merge branches 'pci/enumeration', 'pci/misc' and 'pci/virtualization' into nextBjorn Helgaas1-0/+22
2014-09-16PCI: Increase IBM ipr SAS Crocodile BARs to at least system page sizeDouglas Lehr1-0/+20
2014-09-08PCI: Assume all Mellanox devices have broken INTx maskingGavin Shan1-0/+2
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+104
2014-07-05PCI: Add bridge DMA alias quirk for Intel 82801 bridgeAlex Williamson1-0/+2
2014-06-19PCI: Suspend/resume quirks for Apple thunderboltAndreas Noever1-0/+97
2014-06-19PCI: Add pci_fixup_suspend_late quirk passAndreas Noever1-0/+7
2014-06-11Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas1-84/+73
2014-06-11PCI: Add function 1 DMA alias quirk for HighPoint RocketRaid 642LJérôme Carretero1-0/+2
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-46/+33
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-38/+36
2014-06-09PCI: Add bridge DMA alias quirk for ITE bridgeAlex Williamson1-0/+2
2014-06-02Merge branch 'pci/iommu' into nextBjorn Helgaas1-0/+75
2014-05-28PCI: Add bridge DMA alias quirk for ASMedia and Tundra bridgesAlex Williamson1-0/+23
2014-05-28PCI: Add function 1 DMA alias quirk for Marvell devicesAlex Williamson1-0/+36
2014-05-28PCI: Add function 0 DMA alias quirk for Ricoh devicesAlex Williamson1-0/+16
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into nextBjorn Helgaas1-0/+8
2014-05-20PCI: Mark RTL8110SC INTx masking as brokenAlex Williamson1-0/+8
2014-04-29Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into nextBjorn Helgaas1-0/+3
2014-04-28PCI: Add new ID for Intel GPU "spurious interrupt" quirkThomas Jarosch1-0/+1
2014-04-14PCI: Add Patsburg (X79) to Intel PCH root port ACS quirkAlex Williamson1-0/+2
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+5
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas1-0/+5
2014-02-11PCI: Enable quirks for PCIe ACS on Intel PCH root portsAlex Williamson1-0/+160
2014-02-11PCI: Add device-specific PCI ACS enableAlex Williamson1-0/+25
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1