| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/PCI: use for_each_pci_dev() | Kulikov Vasiliy | 2010-07-30 | 1 | -3/+3 |
* | x86/PCI: use host bridge _CRS info on ASRock ALiveSATA2-GLAN | Bjorn Helgaas | 2010-07-30 | 1 | -0/+9 |
* | x86/PCI: Add option to not assign BAR's if not already assigned | Mike Habeck | 2010-07-30 | 1 | -0/+20 |
* | x86/PCI: pci, fix section mismatch | Jiri Slaby | 2010-07-30 | 1 | -1/+1 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-07-19 | 1 | -3/+4 |
|\ |
|
| * | x86, pci, mrst: Add extra sanity check in walking the PCI extended cap chain | Jacob Pan | 2010-07-17 | 1 | -3/+4 |
* | | PCI: fall back to original BIOS BAR addresses | Bjorn Helgaas | 2010-07-16 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-06-11 | 1 | -0/+2 |
|\ |
|
| * | PCI: clear bridge resource range if BIOS assigned bad one | Yinghai Lu | 2010-06-11 | 1 | -0/+2 |
* | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2010-06-05 | 1 | -17/+25 |
|\ \ |
|
| * | | i7core_edac: do not export static functions | Stephen Rothwell | 2010-05-10 | 1 | -1/+0 |
| * | | i7core_edac: Add a code to probe Xeon 55xx bus | Mauro Carvalho Chehab | 2010-05-10 | 1 | -0/+1 |
| * | | pci: Add a probing code that seeks for an specific bus | Aristeu Rozanski | 2010-05-10 | 1 | -17/+25 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-30 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | arch/x86/pci: use kasprintf | Julia Lawall | 2010-05-24 | 1 | -2/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2010-05-28 | 1 | -1/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'bjorn-pci-root-v4-2.6.35' into release | Len Brown | 2010-05-28 | 1 | -1/+4 |
| |\ \ |
|
| | * | | ACPI: pci_root: pass acpi_pci_root to arch-specific scan | Bjorn Helgaas | 2010-04-04 | 1 | -1/+4 |
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2010-05-22 | 9 | -31/+140 |
|\ \ \ \ |
|
| * | | | | PCI: read memory ranges out of Broadcom CNB20LE host bridge | Ira W. Snyder | 2010-05-21 | 2 | -0/+103 |
| * | | | | x86/PCI: make ACPI MCFG reserved error messages ACPI specific | Feng Tang | 2010-05-19 | 1 | -8/+9 |
| * | | | | x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDs | Seth Heasley | 2010-05-11 | 1 | -2/+7 |
| * | | | | x86/PCI: Convert pci_config_lock to raw_spinlock | Thomas Gleixner | 2010-05-11 | 5 | -21/+21 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-05-18 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | x86, mrst, pci: return 0 for non-present pci bars | Jacob Pan | 2010-05-17 | 1 | -1/+1 |
| |/ / |
|
* / / | x86, mrst: Don't blindly access extended config space | H. Peter Anvin | 2010-05-14 | 1 | -0/+4 |
|/ / |
|
* | | x86/PCI: compute Address Space length rather than using _LEN | Bjorn Helgaas | 2010-04-28 | 1 | -38/+2 |
* | | x86/PCI: never allocate PCI MMIO resources below BIOS_END | Bjorn Helgaas | 2010-04-26 | 1 | -0/+3 |
* | | x86/PCI: parse additional host bridge window resource types | Bjorn Helgaas | 2010-04-23 | 1 | -6/+37 |
* | | x86/PCI: ignore Consumer/Producer bit in ACPI window descriptions | Bjorn Helgaas | 2010-04-08 | 1 | -2/+1 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 5 | -1/+4 |
|/ |
|
* | x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1 | Bjorn Helgaas | 2010-03-25 | 1 | -1/+12 |
* | x86/PCI: for host bridge address space collisions, show conflicting resource | Bjorn Helgaas | 2010-03-25 | 1 | -3/+6 |
* | x86/PCI: remove redundant warnings | Bjorn Helgaas | 2010-03-25 | 1 | -5/+0 |
* | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-03-08 | 10 | -53/+287 |
|\ |
|
| * | x86, olpc: Use pci subarch init for OLPC | Thomas Gleixner | 2010-02-26 | 2 | -7/+4 |
| * | x86, pci: Exclude Moorestown PCI code if CONFIG_X86_MRST=n | Yinghai Lu | 2010-02-25 | 1 | -1/+3 |
| * | x86, pci: Add sanity check for PCI fixed bar probing | Jacob Pan | 2010-02-24 | 1 | -0/+4 |
| * | x86/PCI: Moorestown PCI support | Jesse Barnes | 2010-02-24 | 2 | -1/+259 |
| * | x86: Add pcibios_fixup_irqs to x86_init | Thomas Gleixner | 2010-02-20 | 1 | -2/+2 |
| * | x86: Add pci_init_irq to x86_init | Thomas Gleixner | 2010-02-20 | 3 | -9/+6 |
| * | x86: Move pci init function to x86_init | Thomas Gleixner | 2010-02-20 | 5 | -35/+11 |
* | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-03 | 5 | -115/+53 |
|\ \ |
|
| * | | x86: Change range end to start+size | Yinghai Lu | 2010-02-11 | 1 | -10/+14 |
| * | | x86/pci: Enable pci root res read out for 32bit too | Yinghai Lu | 2010-02-11 | 4 | -24/+5 |
| * | | x86/pci: Add cap_resource() | Yinghai Lu | 2010-02-11 | 2 | -3/+9 |
| * | | x86/pci: Use u64 instead of size_t in amd_bus.c | Yinghai Lu | 2010-02-11 | 1 | -8/+8 |
| * | | x86/pci: AMD one chain system to use pci read out res | Yinghai Lu | 2010-02-11 | 3 | -9/+4 |
| * | | x86/pci: Use resource_size_t in update_res | Yinghai Lu | 2010-02-11 | 2 | -10/+10 |
| * | | x86: Move range related operation to one file | Yinghai Lu | 2010-02-11 | 1 | -59/+11 |
| |/ |
|