aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-23[PATCH] x86: constify arch/i386/pci/irq.cAndreas Mohr1-7/+7
2006-06-23[PATCH] x86: call eisa_set_level_irq() in pbibios_lookup_irq()Linus Torvalds1-0/+1
2006-06-21[PATCH] PCI: fix issues with extended conf space when MMCONFIG disabled because of e820Chuck Ebbert1-3/+6
2006-06-21[PATCH] PCI: i386/x86_84: disable PCI resource decode on device disableRajesh Shah3-0/+11
2006-04-27[PATCH] PCI: fix via irq SATA patchGreg Kroah-Hartman1-1/+0
2006-04-14[PATCH] arch/i386/pci/irq.c - new VIA chipsets (fwd)Grzegorz Janoszka1-0/+3
2006-04-11[PATCH] i386/x86-64: Remove checks for value == NULL in PCI config space accessAndi Kleen2-3/+5
2006-04-09[PATCH] i386/x86-64: Return defined error value for bad PCI config space accessesAndi Kleen2-2/+6
2006-04-09[PATCH] i386/x86_64: Check if MCFG works for the first 16 bussesAndi Kleen1-22/+30
2006-04-09[PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systemsAndi Kleen1-0/+5
2006-04-09[PATCH] i386/x86-64: Check that MCFG points to an e820 reserved areaArjan van de Ven1-0/+11
2006-03-23[PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fixBernhard Kaindl1-0/+32
2006-03-23[PATCH] PCI: Give PCI config access initialization a defined orderingAndi Kleen6-22/+38
2006-01-31[PATCH] PCI: handle bogus MCFG entriesAndi Kleen1-2/+13
2006-01-31[PATCH] PCI: irq and pci_ids: patch for Intel ICH8Jason Gaston1-0/+5
2006-01-14[PATCH] gx1fb: (try to) play nicer with various BIOSesDavid Vrabel1-0/+16
2006-01-09[PATCH] PCI: update Toshiba ohci quirk DMI tableJesse Barnes1-0/+7
2006-01-09[PATCH] PCI: irq.c: trivial printk and DBG updatesDaniel Marjamäki1-19/+23
2006-01-09[PATCH] PCI: arch/i386/pci/acpi.c: use for_each_pci_devHanna Linder1-1/+1
2006-01-06x86: remove bogus 'pci=usepirqmask' suggestion when no irq is definedLinus Torvalds1-1/+1
2005-12-20[PATCH] Fix build with CONFIG_PCI_MMCONFIGAndi Kleen1-1/+1
2005-12-16[PATCH] PCI: Fix dumb bug in mmconfig fixAndi Kleen1-1/+1
2005-12-15[PATCH] i386,amd64: mmconfig __iomem annotationsAl Viro1-1/+1
2005-12-12[PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systemsAndi Kleen1-3/+42
2005-12-12[PATCH] i386/x86-64 Fall back to type 1 access when no entry foundAndi Kleen3-10/+25
2005-11-23[PATCH] PCI: direct.c: DBGDaniel Marjamäki1-1/+1
2005-11-23[PATCH] PCI: remove bogus resource collision errorRajesh Shah1-2/+5
2005-11-23[PATCH] PCI: trivial printk updates in common.cDaniel Marjamäkia1-2/+2
2005-11-10[PATCH] PCI: fix for Toshiba ohci1394 quirkJesse Barnes1-2/+1
2005-11-01[PATCH] toshiba_ohci1394_dmi_table should be __devinitdata, not __devinitRoland Dreier1-1/+1
2005-10-30[PATCH] asus vt8235 router buggy bios workaroundaleksey_gorelov@phoenix.com1-19/+36
2005-10-28[PATCH] PCI fixup for Toshiba laptops and ohci1394Jesse Barnes1-0/+59
2005-09-30[PATCH] i386: include linux/irq.h rather than asm/hw_irq.hNick Piggin2-2/+2
2005-09-26[PATCH] useless includes of linux/irq.h in arch/i386Al Viro2-2/+0