aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/pci
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Merge branch 'topic/stratus' into nextGravatar Bjorn Helgaas 1-0/+16
2012-05-01x86/PCI: fix unused variable warning in amd_bus.cGravatar Yinghai Lu 1-5/+10
2012-04-30PCI: work around Stratus ftServer broken PCIe hierarchyGravatar Bjorn Helgaas 1-0/+16
2012-04-30x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node()Gravatar Yinghai Lu 1-23/+4
2012-04-30x86/PCI: dynamically allocate pci_root_info for native host bridge driversGravatar Yinghai Lu 4-87/+88
2012-04-30x86/PCI: embed pci_sysdata into pci_root_info on ACPI pathGravatar Yinghai Lu 1-17/+4
2012-04-30x86/PCI: embed name into pci_root_info structGravatar Yinghai Lu 1-5/+2
2012-04-30x86/PCI: add host bridge resource release for _CRS pathGravatar Yinghai Lu 1-12/+51
2012-04-30x86/PCI: refactor get_current_resources()Gravatar Yinghai Lu 1-21/+13
2012-04-30x86/PCI: fix memleak with get_current_resources()Gravatar Yinghai Lu 1-19/+30
2012-04-12x86, platform: Initial support for sta2x11 I/O hubGravatar Alessandro Rubini 2-0/+368
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 4-11/+133
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+27
2012-03-02x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'Gravatar Myron Stowe 1-0/+2
2012-03-01x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS versionGravatar Jonathan Nieder 1-1/+0
2012-02-28x86/PCI: use host bridge _CRS info on MSI MS-7253Gravatar Jonathan Nieder 1-0/+11
2012-02-24PCI: Use class for quirk for pci_fixup_videoGravatar Yinghai Lu 1-4/+2
2012-02-24PCI: Use class quirk for intel fix_transparent_bridgeGravatar Yinghai Lu 1-3/+3
2012-02-23x86/mrst/pci: avoid SoC fixups on non-SoC platformsGravatar Alan Cox 1-1/+11
2012-02-23x86/mrst/pci: v4l/atomisp: treat atomisp as real pci deviceGravatar Jacob Pan 1-1/+3
2012-02-23x86/mrst/pci: assign d3_delay to 0 for Langwell devicesGravatar Jacob Pan 1-0/+24
2012-02-23PCI: fix memleak when ACPI _CRS is not used.Gravatar Yinghai Lu 1-5/+7
2012-02-14x86/PCI: don't fall back to defaults if _CRS has no aperturesGravatar Bjorn Helgaas 1-1/+6
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listGravatar Myron Stowe 1-1/+3
2012-02-14x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesGravatar Myron Stowe 1-0/+79
2012-02-03xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callbackGravatar Stefano Stabellini 1-1/+1
2012-01-12xen: Utilize the restore_msi_irqs hook.Gravatar Tang Liang 1-0/+27
2012-01-12x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=yGravatar Bjorn Helgaas 1-1/+2
2012-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 8-116/+139
2012-01-06x86/PCI: amd: factor out MMCONFIG discoveryGravatar Bjorn Helgaas 1-31/+11
2012-01-06x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Gravatar Bjorn Helgaas 3-34/+44
2012-01-06x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented()Gravatar Bjorn Helgaas 3-6/+1
2012-01-06x86/PCI: read Broadcom CNB20LE host bridge info before PCI scanGravatar Bjorn Helgaas 1-23/+39
2012-01-06x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]Gravatar Andreas Herrmann 1-1/+0
2012-01-06PCI: x86: use generic pcibios_set_master()Gravatar Myron Stowe 1-14/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreGravatar Myron Stowe 1-6/+0
2012-01-06x86/PCI: Ignore CPU non-addressable _CRS reserved memory resourcesGravatar Gary Hade 1-2/+16
2012-01-06PCI: Add Thinkpad SL510 to pci=nocrs blacklistGravatar Dave Jones 1-0/+10
2012-01-06PCI: Add Dell Studio 1557 to pci=nocrs blacklistGravatar Dave Jones 1-0/+12
2012-01-06PCI: add set_nouse_crs for use by a pci=nocrs blacklistGravatar Dave Jones 1-0/+7
2011-12-18x86/intel config: Revamp configuration to allow for Moorestown and MedfieldGravatar Alan Cox 1-1/+1
2011-12-09typo fixes: aera -> area, exntension -> extensionGravatar Wang YanQing 1-1/+1
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 2-0/+2
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 8-12/+12
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Gravatar Linus Torvalds 1-3/+19
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Gravatar Linus Torvalds 1-3/+7
2011-10-19xen/irq: If we fail during msi_capability_init return proper error code.Gravatar Konrad Rzeszutek Wilk 1-3/+7
2011-10-14x86: constify PCI raw ops structuresGravatar Jan Beulich 8-12/+12
2011-10-06x86/PCI: use host bridge _CRS info on ASUS M2V-MX SEGravatar Paul Menzel 1-0/+11