aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-05x86/PCI: Map PCI setup data with ioremap() so it can be in highmemMatt Fleming1-1/+4
2013-04-12x86/PCI: Implement pcibios_{add|remove}_bus() hooksJiang Liu1-0/+11
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2013-01-03X86: drivers: remove __dev* attributes.Greg Kroah-Hartman1-13/+13
2013-01-03x86/PCI: Remove unused pci_root_busBjorn Helgaas1-1/+0
2012-12-26PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe1-1/+2
2012-12-10Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas1-2/+2
2012-12-10PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas1-2/+2
2012-12-06Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas1-0/+30
2012-12-05x86: Use PCI setup dataMatthew Garrett1-0/+30
2012-11-07PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi1-1/+1
2012-07-05x86/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-1/+1
2012-05-07Merge branch 'topic/stratus' into nextBjorn Helgaas1-0/+16
2012-04-30PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas1-0/+16
2012-04-30x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node()Yinghai Lu1-23/+4
2012-01-06x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Bjorn Helgaas1-7/+12
2012-01-06x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-1/+1
2011-10-14x86: constify PCI raw ops structuresJan Beulich1-2/+2
2011-07-22x86/PCI: Preserve existing pci=bfsort whitelist for Dell systemsNarendra_K@Dell.com1-7/+7
2011-01-14PCI: enable pci=bfsort by default on future Dell systemsNarendra_K@Dell.com1-0/+41
2010-10-18x86/PCI: Clean up pci_cache_line_sizeAlex Nixon1-7/+10
2010-07-30x86/PCI: Add option to not assign BAR's if not already assignedMike Habeck1-0/+20
2010-05-11x86/PCI: Convert pci_config_lock to raw_spinlockThomas Gleixner1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+0
2010-02-23x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas1-0/+3
2010-02-19x86: Move pci init function to x86_initThomas Gleixner1-6/+0
2009-11-04x86/PCI: Use generic cacheline sizing instead of per-vendor tests.Dave Jones1-7/+11
2009-11-04PCI: determine CLS more intelligentlyJesse Barnes1-5/+3
2009-09-18x86/PCI: make 32 bit NUMA node array int, not unsigned charJesse Barnes1-1/+1
2009-09-09x86/PCI: initialize PCI bus node numbers earlyJesse Barnes1-0/+69
2009-06-24Revert "PCI: use ACPI _CRS data by default"Linus Torvalds1-2/+2
2009-06-11PCI: use ACPI _CRS data by defaultJesse Barnes1-2/+2
2009-04-22x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu1-5/+3
2009-04-22x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox1-1/+6
2009-03-12x86: move a few device initialization objects into .devinit.rodataJan Beulich1-2/+2
2009-01-07x86/PCI: Do not use interrupt links for devices using MSI-XRafael J. Wysocki1-2/+2
2009-01-07ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson1-0/+8
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-2/+1
2008-07-18x86, pci: introduce config option for pci reroute quirks (was: [PATCH 0/3] Boot IRQ quirks for Broadcom and AMD/ATI)Stefan Assmann1-0/+8
2008-07-18Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar1-5/+29
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+28
2008-07-14x86/PCI: Fix PCI config space for domains > 0Matthew Wilcox1-2/+2
2008-07-13Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar1-4/+4
2008-07-09x86/pci: removing subsys_initcall ordering dependenciesRobert Richter1-3/+1
2008-07-08x86, pci: introduce pci=ioapicreroute kernel cmdline optionStefan Assmann1-0/+5
2008-07-08x86, pci: introduce pci=noioapicquirk kernel cmdline optionStefan Assmann1-0/+4
2008-07-07Revert "PCI: Correct last two HP entries in the bfsort whitelist"Jesse Barnes1-4/+4
2008-06-10PCI/x86: early dump pci conf space v2Yinghai Lu1-0/+4
2008-06-10PCI: boot parameter to avoid expansion ROM memory allocationGary Hade1-0/+22