summaryrefslogtreecommitdiff
path: root/drivers/pci/quirks.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-22PCI: Unify ACS quirk desired vs provided checkingBjorn Helgaas1-22/+45
2020-06-22PCI: Make ACS quirk implementations more uniformBjorn Helgaas1-22/+19
2020-06-22PCI: Enable NVIDIA HDA controllersLukas Wunner1-0/+30
2020-06-22PCI: Add NVIDIA GPU multi-function power dependenciesAbhishek Sahu1-0/+26
2020-06-22PCI: Add ACS quirk for Intel Root Complex Integrated EndpointsAshok Raj1-0/+15
2020-06-22PCI: Add ACS quirk for iProc PAXBAbhinav Ratna1-0/+14
2020-06-22PCI: Avoid FLR for AMD Starship USB 3.0Kevin Buettner1-0/+2
2020-06-22PCI: Avoid FLR for AMD Matisse HD Audio & USB 3.0Marcos Scriven1-4/+14
2020-06-22PCI: Avoid Pericom USB controller OHCI/EHCI PME# defectKai-Heng Feng1-0/+13
2020-05-02PCI: Move Apex Edge TPU class quirk to fix BAR assignmentBjorn Helgaas1-0/+7
2020-05-02PCI: Avoid ASMedia XHCI USB PME# from D0 defectKai-Heng Feng1-0/+11
2020-04-17PCI: Add boot interrupt quirk mechanism for Xeon chipsetsSean V Kelley1-7/+73
2020-02-24PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllersDaniel Drake1-0/+16
2020-02-24PCI: Add generic quirk for increasing D3hot delayDaniel Drake1-7/+12
2020-02-24PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-inWei Liu1-26/+0
2020-02-01PCI: Add DMA alias quirk for Intel VCA NTBSlawomir Pawlowski1-0/+34
2020-01-29PCI: Mark AMD Navi14 GPU rev 0xc5 ATS as brokenAlex Deucher1-6/+13
2019-12-21PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3George Cherian1-7/+13
2019-12-21PCI: Fix Intel ACS quirk UPDCR register addressSteffen Liebergeld1-1/+1
2019-11-06PCI: Fix Switchtec DMA aliasing quirk dmesg noiseLogan Gunthorpe1-2/+2
2019-09-16PCI: Reset both NVIDIA GPU and HDA in ThinkPad P50 workaroundLyude Paul1-1/+1
2019-09-16PCI: Reset Lenovo ThinkPad P50 nvgpu at boot if necessaryLyude Paul1-0/+58
2019-09-16PCI: Add macro for Switchtec quirk declarationsLogan Gunthorpe1-56/+34
2019-05-25PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje1-0/+17
2019-05-25PCI: Mark Atheros AR9462 to avoid bus resetJames Prestwood1-0/+1
2019-05-25PCI: Mark AMD Stoney Radeon R7 GPU ATS as brokenNikolai Kostrigin1-0/+1
2019-04-17PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controllerAndre Przywara1-0/+2
2018-11-13PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng1-0/+4
2018-09-11Revert "PCI: Add ACS quirk for Intel 300 series"Mika Westerberg1-6/+0
2018-08-22PCI: Add support for relative addressing in quirk tablesArd Biesheuvel1-3/+9
2018-08-15Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas1-0/+3
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+108
2018-08-15Merge branch 'pci/switchtec'Bjorn Helgaas1-0/+140
2018-08-15Merge branch 'pci/peer-to-peer'Bjorn Helgaas1-13/+65
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas1-0/+2
2018-08-15PCI: Limit config space size for Netronome NFP5000Jakub Kicinski1-0/+1
2018-08-13PCI: Add function 1 DMA alias quirk for Marvell 88SS9183Bjorn Helgaas1-0/+3
2018-08-10PCI: Add ACS Redirect disable quirk for Intel Sunrise PointLogan Gunthorpe1-0/+25
2018-08-10PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe1-8/+35
2018-08-10PCI: Convert device-specific ACS quirks from NULL termination to ARRAY_SIZELogan Gunthorpe1-9/+9
2018-08-09PCI: Delay after FLR of Intel DC P3700 NVMeAlex Williamson1-0/+22
2018-08-09PCI: Disable Samsung SM961/PM961 NVMe before FLRAlex Williamson1-0/+83
2018-07-13PCI: iproc: Activate PAXC bridge quirk for more devicesRay Jui1-0/+3
2018-07-13PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva1-0/+1
2018-07-13PCI: Workaround IDT switch ACS Source Validation erratumJames Puthukattukaran1-0/+55
2018-06-30PCI: Add DMA alias quirk for Microsemi Switchtec NTBDoug Meyer1-0/+140
2018-06-07Merge branch 'pci/trivial'Bjorn Helgaas1-493/+485
2018-06-07Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+20
2018-05-11PCI: Clean up whitespace in quirks.cBjorn Helgaas1-335/+329
2018-05-11PCI: Reorder quirks infrastructure codeBjorn Helgaas1-158/+156