summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
AgeCommit message (Expand)AuthorFilesLines
2011-03-14x86: ce4100: Set pci ops via callback instead of module initSebastian Andrzej Siewior1-3/+4
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds3-5/+50
2011-01-14x86/PCI: don't use native Broadcom CNB20LE driver when ACPI is availableBjorn Helgaas1-4/+7
2011-01-14PCI: enable pci=bfsort by default on future Dell systemsNarendra_K@Dell.com1-0/+41
2011-01-11x86: Use PCI method for enabling AMD extended config space before MSR methodJan Beulich1-0/+33
2011-01-06Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+23
2011-01-06Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+316
2010-12-23x86/PCI: irq and pci_ids patch for Intel PatsburgSeth Heasley1-1/+2
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar2-20/+25
2010-12-17x86: avoid low BIOS area when allocating address spaceBjorn Helgaas1-3/+0
2010-12-17Revert "x86/PCI: allocate space from the end of a region, not the beginning"Bjorn Helgaas1-11/+6
2010-12-02xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini1-7/+20
2010-11-18x86: Add NX protection for kernel dataMatthieu Castet1-0/+23
2010-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-20/+83
2010-11-12ce4100: Add PCI register emulation for CE4100Dirk Brandewie2-0/+316
2010-11-11x86/PCI: coalesce overlapping host bridge windowsBjorn Helgaas1-20/+83
2010-11-08xen: fix memory leak in Xen PCI MSI/MSI-X allocator.Jiri Slaby1-3/+5
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus 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/kern...Linus 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/jba...Linus 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/mc...Linus Torvalds1-17/+25
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus 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/jb...Linus Torvalds9-31/+140
2010-05-21PCI: read memory ranges out of Broadcom CNB20LE host bridgeIra W. Snyder2-0/+103