aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28Merge 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-14PCI: Add defines for TLP Header/Prefix log sizesIlpo Järvinen1-2/+4
2024-11-26Merge 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-15PCI: 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-10PCI: Use align and resource helpers, and SZ_* in quirk_s3_64M()Ilpo Järvinen1-1/+2
2024-10-10PCI: 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
2024-03-27PCI: Mask Replay Timer Timeout errors for Genesys GL975x SD host controllerKai-Heng Feng1-0/+20
2024-03-12Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+8
2024-03-12Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+1
2024-03-05PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root PortsPaul Menzel1-0/+2
2024-02-29PCI: Mark LSI FW643 to avoid bus resetEdmund Raile1-0/+8
2024-02-20PCI: Mark 3ware-9650SE Root Port Extended Tags as brokenJörg Wedekind1-0/+1
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+24
2024-01-15Merge branch 'pci/virtualization'Bjorn Helgaas1-2/+6
2024-01-15Merge branch 'pci/enumeration-logging'Bjorn Helgaas1-4/+11
2023-12-15PCI: Use resource names in PCI log messagesPuranjay Mohan1-4/+11