summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | x86: Move PCI IO ECS code to x86/pciRobert Richter2008-07-084-7/+43
| | | | | | | * | x86/pci: Renaming k8-bus_64.c to amd_bus.cRobert Richter2008-07-082-1/+1
| | | | | | | * | x86: add PCI extended config space access for AMD BarcelonaRobert Richter2008-06-021-6/+15
| | | | |_|_|/ / | | | |/| | | |
| | | | | * | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-06-165-8/+17
| | | | | |\ \ \ | | | | | | |/ /
| | | | | * | | x86: coding style fixes to arch/x86/pci/irq.Paolo Ciarrocchi2008-06-101-136/+125
| | | | | * | | x86: make __pci_mmcfg_init static in mmconfig-shared.cThomas Gleixner2008-05-251-1/+1
| | | | |/ / / | | | |/| | |
| | * | | | | x86: move pci_routirq declaration to pci.hThomas Gleixner2008-07-081-1/+0
| | | |_|/ / | | |/| | |
* | | | | | Revert "PCI: Correct last two HP entries in the bfsort whitelist"Jesse Barnes2008-07-071-4/+4
| |/ / / / |/| | | |
* | | | | Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes2008-06-121-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | pci, x86: add workaround for bug in ASUS A7V600 BIOS (rev 1005)Bertram Felgenhauer2008-06-021-0/+7
| * | | | PCI: Correct last two HP entries in the bfsort whitelistTony Camuso2008-05-221-4/+4
| | |/ / | |/| |
* | | | x86/PCI: add workaround for bug in ASUS A7V600 BIOS (rev 1005)Bertram Felgenhauer2008-06-051-0/+7
* | | | PCI/x86: fix up PCI stuff so that PCI_GOANY supports OLPCAndres Salomon2008-06-053-4/+6
|/ / /
* | | PCI: Correct last two HP entries in the bfsort whitelistTony Camuso2008-05-191-4/+4
|/ /
* | x86/PCI: X86_PAT & mprotectVenki Pallipadi2008-05-131-3/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-05-101-8/+0
|\
| * x86: remove spew print out about bus to node mappingYinghai Lu2008-05-101-8/+0
* | Revert "PCI: remove default PCI expansion ROM memory allocation"Linus Torvalds2008-05-081-17/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-05-055-46/+62
|\
| * x86 PCI: call dmi_check_pciprobe()Yinghai Lu2008-05-053-2/+8
| * x86/pci: add pci=skip_isa_align command lines.Yinghai Lu2008-05-054-41/+51
| * x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu2008-04-291-1/+1
| * x86: fix section mismatch in pci_scan_busSam Ravnborg2008-04-291-2/+2
* | 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/+25
| * x86: remove unneeded check in mmconf rejectYinghai Lu2008-04-261-12/+0
| * 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-203-40/+1
* PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas2008-04-201-2/+1
* PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade2008-04-201-4/+4
* PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman2008-04-201-54/+0
* PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman2008-04-203-82/+0
* 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
OpenPOWER on IntegriCloud