summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/fixup.c
Commit message (Expand)AuthorAgeFilesLines
* x86/PCI: Add additional VMD device root ports to VMD AER quirkJon Derrick2018-05-241-0/+4
* x86/PCI: Enable AMD 64-bit window on resume=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-161-12/+20
* x86/PCI: Move and shrink AMD 64-bit window to avoid conflict=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-111-10/+12
* x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=2018-01-111-1/+6
* x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15hChristian König2017-12-061-5/+15
* x86/PCI: Fix infinite loop in search for 64bit BAR placementChristian König2017-12-061-1/+6
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-0/+85
|\
| * x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)Christian König2017-10-251-0/+85
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/PCI: Use is_vmd() rather than relying on the domain numberJon Derrick2017-08-301-1/+1
* x86/PCI: Move VMD quirk to x86 fixupsJon Derrick2017-08-301-0/+17
* Merge branch 'pci/resource' into nextBjorn Helgaas2017-07-021-0/+32
|\
| * PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11Bjorn Helgaas2017-06-281-0/+32
* | x86/PCI: Avoid AMD SB7xx EHCI USB wakeup defectKai-Heng Feng2017-06-301-0/+15
|/
* PCI: Mark Haswell Power Control Unit as having non-compliant BARsBjorn Helgaas2016-09-011-7/+13
* x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARsPrarit Bhargava2016-05-161-0/+7
* PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas2016-03-081-6/+16
* PCI: Mark shadow copy of VGA ROM as IORESOURCE_PCI_FIXEDBjorn Helgaas2016-03-081-1/+2
* x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARsBjorn Helgaas2016-03-081-0/+7
* PCI: Fix generic NCR 53c810 class code quirkBjorn Helgaas2015-07-141-13/+0
* vgaarb: Don't default exclusively to first video device with mem+ioBruno Prémont2014-09-161-23/+1
* x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()Bruno Prémont2014-07-101-0/+21
*-. Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-281-3/+1
|\ \
| | * x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-3/+1
| |/
* / x86/PCI: Mark ATI SBx00 HPET BAR as IORESOURCE_PCI_FIXEDBjorn Helgaas2014-04-251-0/+14
|/
* Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-181-8/+10
|\
| * x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom2014-02-141-8/+10
* | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas2014-02-031-3/+3
|/
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* x86/pci: Use cached pci_dev->pcie_cap to simplify codeYijing Wang2013-09-231-8/+10
* X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-15/+15
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-05-241-0/+3
|\
| * x86/vga: fix build with efi disabled.Dave Airlie2012-05-171-1/+1
| * x86/vga: set the default device from the fixup.Dave Airlie2012-05-161-0/+3
* | x86: Fix boot on Twinhead H12YAlan Cox2012-05-171-0/+17
|/
* PCI: Use class for quirk for pci_fixup_videoYinghai Lu2012-02-241-4/+2
* PCI: Use class quirk for intel fix_transparent_bridgeYinghai Lu2012-02-241-3/+3
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-011-20/+0
|\
| * PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu2009-03-201-20/+0
* | x86: move a few device initialization objects into .devinit.rodataJan Beulich2009-03-121-2/+2
|/
* x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput2008-12-291-2/+1
* x86: fixup config space size of CPU functions for AMD family 11hAndreas Herrmann2008-11-261-11/+14
* x86, hpet: SB600 - remove HPET resources from PCI deviceJordan Crouse2008-09-141-0/+28
* x86/PCI: use dev_printk when possibleBjorn Helgaas2008-07-281-1/+2
* x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu2008-04-291-1/+1
* x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu2008-04-261-0/+17
* Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox2008-02-101-2/+4
* PCI: use dev_printk in x86 quirk messagesbjorn.helgaas@hp.com2008-02-011-11/+11
* x86: coding style fixes in arch/x86/pci/fixup.cPaolo Ciarrocchi2008-01-301-15/+15
* PCI: re-enable onboard sound on "MSI K8T Neo2-FIR"Johannes Goecke2007-10-121-0/+47