summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86/PCI: Map PCI setup data with ioremap() so it can be in highmemMatt Fleming2013-06-051-1/+4
* x86/PCI: Implement pcibios_{add|remove}_bus() hooksJiang Liu2013-04-121-0/+11
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-1/+0
|\
| * x86/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-031-1/+0
* | X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-13/+13
|/
* PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe2012-12-261-1/+2
* Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-101-2/+2
|\
| * PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas2012-12-101-2/+2
* | Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-061-0/+30
|\|
| * x86: Use PCI setup dataMatthew Garrett2012-12-051-0/+30
* | PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi2012-11-071-1/+1
|/
* x86/PCI: adjust section annotations for pcibios_setup()Myron Stowe2012-07-051-1/+1
* Merge branch 'topic/stratus' into nextBjorn Helgaas2012-05-071-0/+16
|\
| * PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas2012-04-301-0/+16
* | x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node()Yinghai Lu2012-04-301-23/+4
|/
* x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Bjorn Helgaas2012-01-061-7/+12
* x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-1/+1
* x86: constify PCI raw ops structuresJan Beulich2011-10-141-2/+2
* x86/PCI: Preserve existing pci=bfsort whitelist for Dell systemsNarendra_K@Dell.com2011-07-221-7/+7
* PCI: enable pci=bfsort by default on future Dell systemsNarendra_K@Dell.com2011-01-141-0/+41
* x86/PCI: Clean up pci_cache_line_sizeAlex Nixon2010-10-181-7/+10
* x86/PCI: Add option to not assign BAR's if not already assignedMike Habeck2010-07-301-0/+20
* x86/PCI: Convert pci_config_lock to raw_spinlockThomas Gleixner2010-05-111-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-071-6/+0
|\
| * x86: Move pci init function to x86_initThomas Gleixner2010-02-191-6/+0
* | x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas2010-02-231-0/+3
|/
* x86/PCI: Use generic cacheline sizing instead of per-vendor tests.Dave Jones2009-11-041-7/+11
* PCI: determine CLS more intelligentlyJesse Barnes2009-11-041-5/+3
* x86/PCI: make 32 bit NUMA node array int, not unsigned charJesse Barnes2009-09-181-1/+1
* x86/PCI: initialize PCI bus node numbers earlyJesse Barnes2009-09-091-0/+69
* Revert "PCI: use ACPI _CRS data by default"Linus Torvalds2009-06-241-2/+2
* PCI: use ACPI _CRS data by defaultJesse Barnes2009-06-111-2/+2
* x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu2009-04-221-5/+3
* x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox2009-04-221-1/+6
* x86: move a few device initialization objects into .devinit.rodataJan Beulich2009-03-121-2/+2
* x86/PCI: Do not use interrupt links for devices using MSI-XRafael J. Wysocki2009-01-071-2/+2
* ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson2009-01-071-0/+8
* x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput2008-12-291-2/+1
* x86, pci: introduce config option for pci reroute quirks (was: [PATCH 0/3] Bo...Stefan Assmann2008-07-181-0/+8
* Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-181-5/+29
|\
| * Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-2/+28
| |\
| | * x86/PCI: Fix PCI config space for domains > 0Matthew Wilcox2008-07-141-2/+2
| | * PCI/x86: early dump pci conf space v2Yinghai Lu2008-06-101-0/+4
| | * PCI: boot parameter to avoid expansion ROM memory allocationGary Hade2008-06-101-0/+22
| * | x86/pci: removing subsys_initcall ordering dependenciesRobert Richter2008-07-091-3/+1
* | | Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-131-4/+4
|\| |
| * | Revert "PCI: Correct last two HP entries in the bfsort whitelist"Jesse Barnes2008-07-071-4/+4
* | | x86, pci: introduce pci=ioapicreroute kernel cmdline optionStefan Assmann2008-07-081-0/+5
* | | x86, pci: introduce pci=noioapicquirk kernel cmdline optionStefan Assmann2008-07-081-0/+4
|/ /