aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/fixup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas1-2/+2
2021-06-18PCI: Add AMD RS690 quirk to enable 64-bit DMAMikel Rychliski1-0/+44
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński1-1/+1
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-2/+2
2020-05-15x86/PCI: Mark Intel C620 MROMs as having non-compliant BARsXiaochun Lee1-0/+4
2019-11-21x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng1-0/+11
2019-02-07x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace HubAlexander Shishkin1-0/+16
2018-10-02x86/PCI: Apply VMD's AERSID fixup genericallyJon Derrick1-9/+3
2018-05-24x86/PCI: Add additional VMD device root ports to VMD AER quirkJon Derrick1-0/+4
2018-01-16x86/PCI: Enable AMD 64-bit window on resume=?UTF-8?q?Christian=20K=C3=B6nig?=1-12/+20
2018-01-11x86/PCI: Move and shrink AMD 64-bit window to avoid conflict=?UTF-8?q?Christian=20K=C3=B6nig?=1-10/+12
2018-01-11x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=1-1/+6
2017-12-06x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15hChristian König1-5/+15
2017-12-06x86/PCI: Fix infinite loop in search for 64bit BAR placementChristian König1-1/+6
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+85
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)Christian König1-0/+85
2017-08-30x86/PCI: Use is_vmd() rather than relying on the domain numberJon Derrick1-1/+1
2017-08-30x86/PCI: Move VMD quirk to x86 fixupsJon Derrick1-0/+17
2017-07-02Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+32
2017-06-30x86/PCI: Avoid AMD SB7xx EHCI USB wakeup defectKai-Heng Feng1-0/+15
2017-06-28PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11Bjorn Helgaas1-0/+32
2016-09-01PCI: Mark Haswell Power Control Unit as having non-compliant BARsBjorn Helgaas1-7/+13
2016-05-16x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARsPrarit Bhargava1-0/+7
2016-03-08PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas1-6/+16
2016-03-08PCI: Mark shadow copy of VGA ROM as IORESOURCE_PCI_FIXEDBjorn Helgaas1-1/+2
2016-03-08x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARsBjorn Helgaas1-0/+7
2015-07-14PCI: Fix generic NCR 53c810 class code quirkBjorn Helgaas1-13/+0
2014-09-16vgaarb: Don't default exclusively to first video device with mem+ioBruno Prémont1-23/+1
2014-07-10x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()Bruno Prémont1-0/+21
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-3/+1
2014-05-27x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-3/+1
2014-04-25x86/PCI: Mark ATI SBx00 HPET BAR as IORESOURCE_PCI_FIXEDBjorn Helgaas1-0/+14
2014-02-18Merge branch 'pci/misc' into nextBjorn Helgaas1-8/+10
2014-02-14x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom1-8/+10
2014-02-03x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas1-3/+3
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-09-23x86/pci: Use cached pci_dev->pcie_cap to simplify codeYijing Wang1-8/+10
2013-01-03X86: drivers: remove __dev* attributes.Greg Kroah-Hartman1-15/+15
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+3
2012-05-17x86: Fix boot on Twinhead H12YAlan Cox1-0/+17
2012-05-17x86/vga: fix build with efi disabled.Dave Airlie1-1/+1
2012-05-16x86/vga: set the default device from the fixup.Dave Airlie1-0/+3
2012-02-24PCI: Use class for quirk for pci_fixup_videoYinghai Lu1-4/+2
2012-02-24PCI: Use class quirk for intel fix_transparent_bridgeYinghai Lu1-3/+3
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-20/+0
2009-03-20PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu1-20/+0
2009-03-12x86: move a few device initialization objects into .devinit.rodataJan Beulich1-2/+2
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-2/+1