summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* x86: undo visws/numaq build changesThomas Gleixner2008-05-041-2/+10
* x86: numaq fixIngo Molnar2008-04-301-2/+2
* x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no...Suresh Siddha2008-04-301-3/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-2915-126/+847
|\
| * x86: add pci=check_enable_amd_mmconf and dmi checkYinghai Lu2008-04-263-0/+8
| * x86: work around io allocation overlap of HT linksYinghai Lu2008-04-261-18/+38
| * x86_64: don't need set default res if only have one root busYinghai Lu2008-04-261-1/+2
| * x86: double check the multi root bus with fam10h mmconfYinghai Lu2008-04-261-2/+82
| * x86: multi pci root bus with different io resource range, on 64-bitYinghai Lu2008-04-262-51/+355
| * x86: use bus conf in NB conf fun1 to get bus range on, on 64-bitYinghai Lu2008-04-261-40/+48
| * x86: get mp_bus_to_node earlyYinghai Lu2008-04-267-42/+127
| * x86 pci: remove checking type for mmconfig probeYinghai Lu2008-04-263-26/+25Star
| * x86: remove unneeded check in mmconf rejectYinghai Lu2008-04-261-12/+0Star
| * x86_64: check MSR to get MMCONFIG for AMD Family 10hYinghai Lu2008-04-261-6/+69
| * x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu2008-04-261-0/+17
| * x86: mmconf enable mcfg earlyYinghai Lu2008-04-261-46/+55
| * x86: clear pci_mmcfg_virt when mmcfg get rejectedYinghai Lu2008-04-264-1/+27
| * x86: validate against acpi motherboard resourcesRobert Hancock2008-04-263-21/+133
* | x86: olpc: add One Laptop Per Child architecture supportAndres Salomon2008-04-294-0/+318
|/
* PCI: x86: use generic pci_enable_resources()Bjorn Helgaas2008-04-213-40/+1Star
* PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas2008-04-211-2/+1Star
* PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade2008-04-211-4/+4
* PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman2008-04-211-54/+0Star
* PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman2008-04-213-82/+0Star
* x86: PAT bug fix for attribute type check after reserve_memtypeVenki Pallipadi2008-04-171-1/+6
* x86: PAT use reserve free memtype in pci_mmap_page_rangevenkatesh.pallipadi@intel.com2008-04-171-8/+60
* x86: remove mpc_oem_bus_info()Alexey Starikovskiy2008-04-171-0/+12
* x86: remove mpc_oem_pci_bus()Alexey Starikovskiy2008-04-171-0/+8
* x86: remove smpboot_32.c and smpboot_64.cGlauber de Oliveira Costa2008-04-171-1/+6
* x86: move mp_bus_id_to_node to numa.cAlexey Starikovskiy2008-04-171-0/+1
* x86: move mp_bus_id_to_local to numa.cAlexey Starikovskiy2008-04-171-0/+2
* x86: move quad_local_to_mp_bus_id to numa.cAlexey Starikovskiy2008-04-171-0/+2
* x86, pci: fix off-by-one errors in some pirq warningsBjörn Steinbrink2008-04-171-6/+6
* acpi: unneccessary to scan the PCI bus already scannedyakui.zhao@intel.com2008-04-161-2/+15
* fix BIOS PCI config cycle buglet causing ACPI boot regressionIngo Molnar2008-03-111-0/+10
* PCI: irq: patch for Intel ICH10 DeviceID'sJason Gaston2008-02-221-0/+4
* x86: annotate pci/common.s:pci_scan_bus_with_sysdata with __devinitSam Ravnborg2008-02-191-1/+1
* Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox2008-02-109-32/+47
* PCI x86: always use conf1 to access config space below 256 bytesIvan Kokshaysky2008-02-104-67/+19Star
* intel-agp: add chipset flushing supportDave Airlie2008-02-051-1/+1
* x86: move NUMAQ io handling into arch/x86/pci/numa.cAndi Kleen2008-02-041-8/+44
* PCI: use dev_printk in x86 quirk messagesbjorn.helgaas@hp.com2008-02-021-11/+11
* x86: serverworks: IRQ routing needs no _pAlan Cox2008-01-301-3/+3
* x86: coding style fixes in arch/x86/pci/fixup.cPaolo Ciarrocchi2008-01-301-15/+15
* x86: add some pirq debuggingIngo Molnar2008-01-301-1/+13
* PCI: remove default PCI expansion ROM memory allocationGary Hade2008-01-301-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-11-271-0/+16
|\
| * pci: use pci=bfsort for HP DL385 G2, DL585 G2Michal Schmidt2007-11-261-0/+16
* | Pull fluff into release branchLen Brown2007-11-201-1/+1
|\ \ | |/ |/|
| * x86: acpi_pciprobe_dmi_table[] must be __devinitdataAdrian Bunk2007-11-171-1/+1