aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-28[PATCH] MSI-X: fix resume crashEric W. Biederman1-2/+4
2007-03-26pci: set pci=bfsort for PowerEdge R900Matt Domsch1-0/+8
2007-02-16PCI: add systems for automatic breadth-first device sortingAndy Gospodarek1-0/+88
2007-02-13[PATCH] mmconfig: Move e820 check into pci_mmcfg_reject_broken()OGAWA Hirofumi1-20/+31
2007-02-13[PATCH] mmconfig: fix unreachable_devices()OGAWA Hirofumi3-5/+15
2007-02-13[PATCH] mmconfig: minor cleanup in mmconfig codeOGAWA Hirofumi3-40/+29
2007-02-13[PATCH] mmconfig: Reject a broken MCFG tables on Asus etcOGAWA Hirofumi2-10/+23
2007-02-13[PATCH] mmconfig: Reserve resources but only when we're sure about them.Olivier Galibert1-0/+33
2007-02-13[PATCH] mmconfig: Detect and support the E7520 and the 945G/GZ/P/PLOlivier Galibert1-2/+119
2007-02-13[PATCH] i386: Only call unreachable_devices() when type 1 is available.Olivier Galibert1-1/+2
2007-02-13[PATCH] mmconfig: Share parts of mmconfig code between i386 and x86-64Olivier Galibert4-71/+97
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy1-12/+12
2007-02-02ACPICA: Remove duplicate table managerAlexey Starikovskiy1-1/+1
2006-12-23[PATCH] arch/i386/pci/mmconfig.c tlb flush fixOGAWA Hirofumi1-1/+5
2006-12-20PCI: Fix multiple problems with VIA hardwareAlan Cox1-3/+10
2006-12-07[PATCH] x86: add write_pci_config_byte() to direct PCI access routinesSiddha, Suresh B1-0/+7
2006-12-07[PATCH] paravirt: Be careful about touching BIOS address spaceRusty Russell1-2/+9
2006-12-07[PATCH] x86: remove last two pci_find offenders in the core codeAlan Cox1-1/+3
2006-12-01PCI: make arch/i386/pci/common.c:pci_bf_sort staticAdrian Bunk1-1/+1
2006-12-01PCI: irq: irq and pci_ids patch for Intel ICH9Jason Gaston1-0/+6
2006-12-01pci/i386: style cleanupsRandy Dunlap1-21/+43
2006-12-01PCI: quirks: fix the festering mess that claims to handle IDE quirksAlan Cox1-46/+0
2006-11-14[PATCH] fix via586 irq routing for pirq 5Daniel Ritz1-2/+2
2006-11-08Revert "[PATCH] i386: Add MMCFG resources to i386 too"Linus Torvalds1-35/+0
2006-11-02PCI: Revert "PCI: i386/x86_84: disable PCI resource decode on device disable"Greg Kroah-Hartman3-11/+0
2006-10-27PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa1-0/+55
2006-10-18PCI: optionally sort device lists breadth-firstMatt Domsch2-2/+64
2006-10-18PCI: Turn pci_fixup_video into generic for embedded VGAeiichiro.oiwa.nm@hitachi.com1-45/+0
2006-10-08[PATCH] i386/x86_64: FIX pci_enable_irq to set dev->irq to the irq numberEric W. Biederman1-4/+0
2006-10-05[PATCH] i386: Fix PCI BIOS config space accessAndi Kleen2-0/+6
2006-10-04[PATCH] genirq: i386 irq: Remove the msi assumption that irq == vectorEric W. Biederman1-4/+0
2006-10-04[PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman1-30/+0
2006-10-03Attack of "the the"s in archMatt LaPlante1-1/+1
2006-10-01[PATCH] arch/i386/pci/mmconfig.c tweaksAndrew Morton1-1/+4
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1Andi Kleen3-0/+13
2006-09-26[PATCH] x86: Move direct PCI scanning functions out of lineAndi Kleen2-1/+45
2006-09-26[PATCH] i386: Add MMCFG resources to i386 tooAndi Kleen1-0/+35
2006-09-26[PATCH] i386/x86-64: Only do MCFG e820 check when type 1 worksAndi Kleen1-1/+3
2006-09-26[PATCH] i386/x86-64: PCI: split probing and initialization of type 1 config space accessAndi Kleen4-14/+28
2006-09-19Revert mmiocfg heuristics and blacklist changesLinus Torvalds3-31/+11
2006-08-30[PATCH] x86: Disable MMCONFIG on Intel SDV using DMI blacklistAndi Kleen3-2/+31
2006-08-30[PATCH] x86: Revert e820 MCFG heuristicsAndi Kleen1-9/+0
2006-08-26[PATCH] PCI: i386 mmconfig: don't forget bus number when setting fallback_slots bitsDaniel Ritz1-1/+1
2006-08-26[PATCH] PCI: use PCBIOS as last fallbackDaniel Ritz1-2/+6
2006-07-12[PATCH] PCI: poper prototype for arch/i386/pci/pcbios.c:pcibios_sort()Adrian Bunk2-5/+1
2006-07-02[PATCH] irq-flags: i386: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-2/+2
2006-06-26[PATCH] arch: use list_move()Akinobu Mita1-4/+2
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter1-2/+0