aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/pci
AgeCommit message (Expand)AuthorFilesLines
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-0/+2
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneGravatar Yinghai Lu 1-0/+2
2010-06-04Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-17/+25
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+1
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-1/+4
2010-05-28Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseGravatar Len Brown 1-1/+4
2010-05-24arch/x86/pci: use kasprintfGravatar Julia Lawall 1-2/+1
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 9-31/+140
2010-05-21PCI: read memory ranges out of Broadcom CNB20LE host bridgeGravatar Ira W. Snyder 2-0/+103
2010-05-18x86/PCI: make ACPI MCFG reserved error messages ACPI specificGravatar Feng Tang 1-8/+9
2010-05-18Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2010-05-16x86, mrst, pci: return 0 for non-present pci barsGravatar Jacob Pan 1-1/+1
2010-05-14x86, mrst: Don't blindly access extended config spaceGravatar H. Peter Anvin 1-0/+4
2010-05-11x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDsGravatar Seth Heasley 1-2/+7
2010-05-11x86/PCI: Convert pci_config_lock to raw_spinlockGravatar Thomas Gleixner 5-21/+21
2010-05-10i7core_edac: do not export static functionsGravatar Stephen Rothwell 1-1/+0
2010-05-10i7core_edac: Add a code to probe Xeon 55xx busGravatar Mauro Carvalho Chehab 1-0/+1
2010-05-10pci: Add a probing code that seeks for an specific busGravatar Aristeu Rozanski 1-17/+25
2010-04-28x86/PCI: compute Address Space length rather than using _LENGravatar Bjorn Helgaas 1-38/+2
2010-04-26x86/PCI: never allocate PCI MMIO resources below BIOS_ENDGravatar Bjorn Helgaas 1-0/+3
2010-04-22x86/PCI: parse additional host bridge window resource typesGravatar Bjorn Helgaas 1-6/+37
2010-04-08x86/PCI: ignore Consumer/Producer bit in ACPI window descriptionsGravatar Bjorn Helgaas 1-2/+1
2010-04-04ACPI: pci_root: pass acpi_pci_root to arch-specific scanGravatar Bjorn Helgaas 1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 5-1/+4
2010-03-25x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Gravatar Bjorn Helgaas 1-1/+12
2010-03-25x86/PCI: for host bridge address space collisions, show conflicting resourceGravatar Bjorn Helgaas 1-3/+6
2010-03-25x86/PCI: remove redundant warningsGravatar Bjorn Helgaas 1-5/+0
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-53/+287
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-115/+53
2010-02-28Merge branch 'x86-io-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+1
2010-02-25x86, olpc: Use pci subarch init for OLPCGravatar Thomas Gleixner 2-7/+4
2010-02-25x86, pci: Exclude Moorestown PCI code if CONFIG_X86_MRST=nGravatar Yinghai Lu 1-1/+3
2010-02-25x86/PCI: Prevent mmconfig memory corruptionGravatar Thomas Gleixner 1-11/+6
2010-02-24x86, pci: Add sanity check for PCI fixed bar probingGravatar Jacob Pan 1-0/+4
2010-02-23x86/PCI: Moorestown PCI supportGravatar Jesse Barnes 2-1/+259
2010-02-23x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesGravatar Bjorn Helgaas 2-6/+50
2010-02-23PCI: augment bus resource table with a listGravatar Bjorn Helgaas 3-32/+7
2010-02-22resource/PCI: mark struct resource as constGravatar Dominik Brodowski 1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceGravatar Dominik Brodowski 1-7/+5
2010-02-22x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsGravatar Seth Heasley 1-0/+2
2010-02-19x86: Add pcibios_fixup_irqs to x86_initGravatar Thomas Gleixner 1-2/+2
2010-02-19x86: Add pci_init_irq to x86_initGravatar Thomas Gleixner 3-9/+6
2010-02-19x86: Move pci init function to x86_initGravatar Thomas Gleixner 5-35/+11
2010-02-10x86: Change range end to start+sizeGravatar Yinghai Lu 1-10/+14
2010-02-10x86/pci: Enable pci root res read out for 32bit tooGravatar Yinghai Lu 4-24/+5
2010-02-10x86/pci: Add cap_resource()Gravatar Yinghai Lu 2-3/+9
2010-02-10x86/pci: Use u64 instead of size_t in amd_bus.cGravatar Yinghai Lu 1-8/+8
2010-02-10x86/pci: AMD one chain system to use pci read out resGravatar Yinghai Lu 3-9/+4
2010-02-10x86/pci: Use resource_size_t in update_resGravatar Yinghai Lu 2-10/+10
2010-02-10x86: Move range related operation to one fileGravatar Yinghai Lu 1-59/+11