summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* x86, olpc: Only enable PCI configuration type override on XO-1Daniel Drake2010-09-231-1/+1
* x86/PCI: use for_each_pci_dev()Kulikov Vasiliy2010-07-301-3/+3
* x86/PCI: use host bridge _CRS info on ASRock ALiveSATA2-GLANBjorn Helgaas2010-07-301-0/+9
* x86/PCI: Add option to not assign BAR's if not already assignedMike Habeck2010-07-301-0/+20
* x86/PCI: pci, fix section mismatchJiri Slaby2010-07-301-1/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-07-191-3/+4
|\
| * x86, pci, mrst: Add extra sanity check in walking the PCI extended cap chainJacob Pan2010-07-161-3/+4
* | PCI: fall back to original BIOS BAR addressesBjorn Helgaas2010-07-161-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-111-0/+2
|\
| * PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-111-0/+2
* | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-041-17/+25
|\ \
| * | i7core_edac: do not export static functionsStephen Rothwell2010-05-101-1/+0
| * | i7core_edac: Add a code to probe Xeon 55xx busMauro Carvalho Chehab2010-05-101-0/+1
| * | pci: Add a probing code that seeks for an specific busAristeu Rozanski2010-05-101-17/+25
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-301-2/+1
|\ \ \
| * | | arch/x86/pci: use kasprintfJulia Lawall2010-05-241-2/+1
| | |/ | |/|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-281-1/+4
|\ \ \ | |/ / |/| |
| * | Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown2010-05-281-1/+4
| |\ \
| | * | ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas2010-04-041-1/+4
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-05-219-31/+140
|\ \ \ \
| * | | | PCI: read memory ranges out of Broadcom CNB20LE host bridgeIra W. Snyder2010-05-212-0/+103
| * | | | x86/PCI: make ACPI MCFG reserved error messages ACPI specificFeng Tang2010-05-181-8/+9
| * | | | x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDsSeth Heasley2010-05-111-2/+7
| * | | | x86/PCI: Convert pci_config_lock to raw_spinlockThomas Gleixner2010-05-115-21/+21
| | |_|/ | |/| |
* | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-181-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | x86, mrst, pci: return 0 for non-present pci barsJacob Pan2010-05-161-1/+1
| |/ /
* | | x86, mrst: Don't blindly access extended config spaceH. Peter Anvin2010-05-141-0/+4
|/ /
* | x86/PCI: compute Address Space length rather than using _LENBjorn Helgaas2010-04-281-38/+2
* | x86/PCI: never allocate PCI MMIO resources below BIOS_ENDBjorn Helgaas2010-04-261-0/+3
* | x86/PCI: parse additional host bridge window resource typesBjorn Helgaas2010-04-221-6/+37
* | x86/PCI: ignore Consumer/Producer bit in ACPI window descriptionsBjorn Helgaas2010-04-081-2/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-1/+4
|/
* x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas2010-03-251-1/+12
* x86/PCI: for host bridge address space collisions, show conflicting resourceBjorn Helgaas2010-03-251-3/+6
* x86/PCI: remove redundant warningsBjorn Helgaas2010-03-251-5/+0
* Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-0710-53/+287
|\
| * x86, olpc: Use pci subarch init for OLPCThomas Gleixner2010-02-252-7/+4
| * x86, pci: Exclude Moorestown PCI code if CONFIG_X86_MRST=nYinghai Lu2010-02-251-1/+3
| * x86, pci: Add sanity check for PCI fixed bar probingJacob Pan2010-02-241-0/+4
| * x86/PCI: Moorestown PCI supportJesse Barnes2010-02-232-1/+259
| * x86: Add pcibios_fixup_irqs to x86_initThomas Gleixner2010-02-191-2/+2
| * x86: Add pci_init_irq to x86_initThomas Gleixner2010-02-193-9/+6
| * x86: Move pci init function to x86_initThomas Gleixner2010-02-195-35/+11
* | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-035-115/+53
|\ \
| * | x86: Change range end to start+sizeYinghai Lu2010-02-101-10/+14
| * | x86/pci: Enable pci root res read out for 32bit tooYinghai Lu2010-02-104-24/+5
| * | x86/pci: Add cap_resource()Yinghai Lu2010-02-102-3/+9
| * | x86/pci: Use u64 instead of size_t in amd_bus.cYinghai Lu2010-02-101-8/+8
| * | x86/pci: AMD one chain system to use pci read out resYinghai Lu2010-02-103-9/+4
| * | x86/pci: Use resource_size_t in update_resYinghai Lu2010-02-102-10/+10
OpenPOWER on IntegriCloud