aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-22PCI: Correct last two HP entries in the bfsort whitelistTony Camuso1-4/+4
2008-05-19PCI: Correct last two HP entries in the bfsort whitelistTony Camuso1-4/+4
2008-05-08Revert "PCI: remove default PCI expansion ROM memory allocation"Linus Torvalds1-17/+0
2008-05-05x86 PCI: call dmi_check_pciprobe()Yinghai Lu1-2/+5
2008-05-05x86/pci: add pci=skip_isa_align command lines.Yinghai Lu1-0/+47
2008-04-29x86: fix section mismatch in pci_scan_busSam Ravnborg1-2/+2
2008-04-26x86: add pci=check_enable_amd_mmconf and dmi checkYinghai Lu1-0/+4
2008-04-26x86: get mp_bus_to_node earlyYinghai Lu1-4/+14
2008-04-20PCI: x86: use generic pci_enable_resources()Bjorn Helgaas1-1/+1
2008-04-20PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman1-54/+0
2008-04-20PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman1-7/+0
2008-02-19x86: annotate pci/common.s:pci_scan_bus_with_sysdata with __devinitSam Ravnborg1-1/+1
2008-02-10Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox1-2/+23
2008-01-30PCI: remove default PCI expansion ROM memory allocationGary Hade1-0/+17
2007-11-26pci: use pci=bfsort for HP DL385 G2, DL585 G2Michal Schmidt1-0/+16
2007-10-17x86: pci use pci=bfsort for HP DL385 G2 and DL585 G2Michal Schmidt1-0/+16
2007-10-12PCI: X86: Introduce and enable PCI domain supportJeff Garzik1-2/+4
2007-10-12PCI: use _CRS for PCI resource allocationGary Hade1-0/+3
2007-10-12PCI: i386: Compaq EVO N800c needs PCI bus renumberingJuha Laiho1-0/+10
2007-10-11Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds1-2/+2