summaryrefslogtreecommitdiff
path: root/drivers/pci/quirks.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04PCI/bwctrl: Disable BW controller on Intel P45 using a quirkIlpo Järvinen1-0/+10
2026-03-04PCI: Mark Nvidia GB10 to avoid bus resetJohnny-CC Chang1-0/+8
2026-03-04PCI: Add ACS quirk for Qualcomm Hamoa & GlymurKrishna Chaitanya Chundru1-0/+4
2026-03-04PCI: Mark ASM1164 SATA controller to avoid bus resetAlex Williamson1-0/+10
2026-02-27PCI: Add ACS quirk for Pericom PI7C9X2G404 switches [12d8:b404]Nicolas Cavallari1-0/+4
2026-02-27PCI: Mark 3ware-9650SA Root Port Extended Tags as brokenJörg Wedekind1-0/+1
2025-11-13PCI/ASPM: Avoid L0s and L1 on Hi1105 [19e5:1105] Wi-FiShawn Lin1-0/+1
2025-11-13PCI/ASPM: Avoid L0s and L1 on PA Semi [1959:a002] Root PortsBjorn Helgaas1-0/+1
2025-11-13PCI/ASPM: Avoid L0s and L1 on Freescale [1957:0451] Root PortsBjorn Helgaas1-0/+1
2025-11-13PCI/ASPM: Convert quirks to override advertised link statesBjorn Helgaas1-20/+19
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2025-08-14thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner1-1/+1
2025-08-11PCI: Disable MSI on RDC PCI to PCIe bridgesMarcos Del Sol Vives1-0/+1
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2025-06-24PCI: Adjust the position of reading the Link Control 2 registerJiwei Sun1-2/+4
2025-06-16misc: rp1: RaspberryPi RP1 misc driverAndrea della Porta1-0/+1
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+26
2025-06-04Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+23
2025-05-15PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flagIlpo Järvinen1-7/+3
2025-04-17PCI: Add ACS quirk for Loongson PCIeHuacai Chen1-0/+23
2025-04-11PCI: Run quirk_huawei_pcie_sva() before arm_smmu_probe_device()Zhangfei Gao1-6/+6
2025-03-29Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2025-02-14PCI: Cleanup dev->resource + resno to use pci_resource_n()Ilpo Järvinen1-2/+2
2025-02-13PCI: Avoid FLR for Mediatek MT7922 WiFiBjorn Helgaas1-1/+2
2025-01-23Merge branch 'pci/switchtec'Bjorn Helgaas1-0/+11
2025-01-23Merge branch 'pci/err'Bjorn Helgaas1-2/+4
2025-01-21PCI: switchtec: Add Microchip PCI100X device IDsRakesh Babu Saladi1-0/+11
2025-01-15PCI/DPC: Quirk PIO log size for Intel Raptor Lake-PTakashi Iwai1-0/+1
2025-01-15PCI: Add defines for TLP Header/Prefix log sizesIlpo Järvinen1-2/+4
2024-11-27Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+36
2024-11-25Merge branch 'pci/virtualization'Bjorn Helgaas1-6/+9
2024-11-25Merge branch 'pci/resource'Bjorn Helgaas1-13/+10
2024-11-16PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link SpeedIlpo Järvinen1-13/+4
2024-11-16PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen1-1/+8
2024-11-16PCI: Add ACS quirk for Wangxun FF5xxx NICsMengyuan Lou1-6/+9
2024-11-11PCI: Abstract LBMS seen check into pcie_lbms_seen()Ilpo Järvinen1-2/+6
2024-10-24misc: Add support for LAN966x PCI deviceHerve Codina1-0/+1
2024-10-11PCI: Use align and resource helpers, and SZ_* in quirk_s3_64M()Ilpo Järvinen1-1/+2
2024-10-11PCI: Use resource_set_{range,size}() helpersIlpo Järvinen1-12/+8
2024-09-19Merge branch 'pci/quirks'Bjorn Helgaas1-0/+4
2024-09-19Merge branch 'pci/iommu'Bjorn Helgaas1-0/+4
2024-09-13PCI: Mark Creative Labs EMU20k2 INTx masking as brokenAlex Williamson1-0/+2
2024-09-09PCI: Use an error code with PCIe failed link retrainingMaciej W. Rozycki1-10/+10
2024-09-09PCI: Correct error reporting with PCIe failed link retrainingMaciej W. Rozycki1-4/+8
2024-09-09PCI: Revert to the original speed after PCIe failed link retrainingMaciej W. Rozycki1-1/+10
2024-09-06PCI: Add ACS quirk for Qualcomm SA8775PSubramanian Ananthanarayanan1-0/+2
2024-08-23PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli1-0/+4
2024-05-28PCI: Add ACS quirk for Broadcom BCM5760X NICAjit Khaparde1-0/+4
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+20
2024-03-29Revert "PCI: Mark LSI FW643 to avoid bus reset"Bjorn Helgaas1-8/+0