aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds4-7/+427
2010-10-26x86/PCI: allocate space from the end of a region, not the beginningBjorn Helgaas1-6/+11
2010-10-22xen: add a missing #include to arch/x86/pci/xen.cStefano Stabellini1-0/+1
2010-10-22xen: remap MSIs into pirqs when running as initial domainQing He1-18/+37
2010-10-22xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge1-0/+135
2010-10-22xen: map MSIs into pirqsStefano Stabellini1-0/+57
2010-10-22xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini1-0/+16
2010-10-22xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge1-0/+6
2010-10-22xen: implement xen_hvm_register_pirqStefano Stabellini1-0/+38
2010-10-21X86/PCI: Remove the dependency on isapnp_disable.Konrad Rzeszutek Wilk1-5/+0
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon2-0/+148
2010-10-18x86/PCI: make sure _PAGE_IOMAP it set on pci mappingsJeremy Fitzhardinge1-0/+2
2010-10-18x86/PCI: Clean up pci_cache_line_sizeAlex Nixon1-7/+10
2010-10-17x86/PCI: MMCONFIG: fix region end calculationBjorn Helgaas1-3/+1
2010-10-17PCI: update Intel chipset names and definesSeth Heasley1-6/+6
2010-10-15x86/PCI: irq and pci_ids patch for Intel Patsburg DeviceIDsSeth Heasley1-0/+1
2010-10-15PCI: OLPC: Only enable PCI configuration type override on XO-1Daniel Drake1-1/+1
2010-07-30x86/PCI: use for_each_pci_dev()Kulikov Vasiliy1-3/+3
2010-07-30x86/PCI: use host bridge _CRS info on ASRock ALiveSATA2-GLANBjorn Helgaas1-0/+9
2010-07-30x86/PCI: Add option to not assign BAR's if not already assignedMike Habeck1-0/+20
2010-07-30x86/PCI: pci, fix section mismatchJiri Slaby1-1/+1
2010-07-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2010-07-16x86, pci, mrst: Add extra sanity check in walking the PCI extended cap chainJacob Pan1-3/+4
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas1-0/+1
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu1-0/+2
2010-06-04Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7coreLinus Torvalds1-17/+25
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+4
2010-05-28Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown1-1/+4
2010-05-24arch/x86/pci: use kasprintfJulia Lawall1-2/+1
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds9-31/+140
2010-05-21PCI: read memory ranges out of Broadcom CNB20LE host bridgeIra W. Snyder2-0/+103
2010-05-18x86/PCI: make ACPI MCFG reserved error messages ACPI specificFeng Tang1-8/+9
2010-05-18Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-05-16x86, mrst, pci: return 0 for non-present pci barsJacob Pan1-1/+1
2010-05-14x86, mrst: Don't blindly access extended config spaceH. Peter Anvin1-0/+4
2010-05-11x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDsSeth Heasley1-2/+7
2010-05-11x86/PCI: Convert pci_config_lock to raw_spinlockThomas Gleixner5-21/+21
2010-05-10i7core_edac: do not export static functionsStephen Rothwell1-1/+0
2010-05-10i7core_edac: Add a code to probe Xeon 55xx busMauro Carvalho Chehab1-0/+1
2010-05-10pci: Add a probing code that seeks for an specific busAristeu Rozanski1-17/+25
2010-04-28x86/PCI: compute Address Space length rather than using _LENBjorn Helgaas1-38/+2
2010-04-26x86/PCI: never allocate PCI MMIO resources below BIOS_ENDBjorn Helgaas1-0/+3
2010-04-22x86/PCI: parse additional host bridge window resource typesBjorn Helgaas1-6/+37
2010-04-08x86/PCI: ignore Consumer/Producer bit in ACPI window descriptionsBjorn Helgaas1-2/+1
2010-04-04ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-1/+4
2010-03-25x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas1-1/+12
2010-03-25x86/PCI: for host bridge address space collisions, show conflicting resourceBjorn Helgaas1-3/+6