aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/pci
AgeCommit message (Expand)AuthorFilesLines
2006-07-12[PATCH] PCI: poper prototype for arch/i386/pci/pcbios.c:pcibios_sort()Gravatar Adrian Bunk 2-5/+1
2006-07-02[PATCH] irq-flags: i386: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 3-3/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGravatar Greg Kroah-Hartman 1-2/+2
2006-06-26[PATCH] arch: use list_move()Gravatar Akinobu Mita 1-4/+2
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMGravatar Christoph Lameter 1-2/+0
2006-06-23[PATCH] x86: constify arch/i386/pci/irq.cGravatar Andreas Mohr 1-7/+7
2006-06-23[PATCH] x86: call eisa_set_level_irq() in pbibios_lookup_irq()Gravatar Linus Torvalds 1-0/+1
2006-06-21[PATCH] PCI: fix issues with extended conf space when MMCONFIG disabled becau...Gravatar Chuck Ebbert 1-3/+6
2006-06-21[PATCH] PCI: i386/x86_84: disable PCI resource decode on device disableGravatar Rajesh Shah 3-0/+11
2006-04-27[PATCH] PCI: fix via irq SATA patchGravatar Greg Kroah-Hartman 1-1/+0
2006-04-14[PATCH] arch/i386/pci/irq.c - new VIA chipsets (fwd)Gravatar Grzegorz Janoszka 1-0/+3
2006-04-11[PATCH] i386/x86-64: Remove checks for value == NULL in PCI config space accessGravatar Andi Kleen 2-3/+5
2006-04-09[PATCH] i386/x86-64: Return defined error value for bad PCI config space acce...Gravatar Andi Kleen 2-2/+6
2006-04-09[PATCH] i386/x86_64: Check if MCFG works for the first 16 bussesGravatar Andi Kleen 1-22/+30
2006-04-09[PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systemsGravatar Andi Kleen 1-0/+5
2006-04-09[PATCH] i386/x86-64: Check that MCFG points to an e820 reserved areaGravatar Arjan van de Ven 1-0/+11
2006-03-23[PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fixGravatar Bernhard Kaindl 1-0/+32
2006-03-23[PATCH] PCI: Give PCI config access initialization a defined orderingGravatar Andi Kleen 6-22/+38
2006-01-31[PATCH] PCI: handle bogus MCFG entriesGravatar Andi Kleen 1-2/+13
2006-01-31[PATCH] PCI: irq and pci_ids: patch for Intel ICH8Gravatar Jason Gaston 1-0/+5
2006-01-14[PATCH] gx1fb: (try to) play nicer with various BIOSesGravatar David Vrabel 1-0/+16
2006-01-09[PATCH] PCI: update Toshiba ohci quirk DMI tableGravatar Jesse Barnes 1-0/+7
2006-01-09[PATCH] PCI: irq.c: trivial printk and DBG updates1-19/+23
2006-01-09[PATCH] PCI: arch/i386/pci/acpi.c: use for_each_pci_devGravatar Hanna Linder 1-1/+1
2006-01-06x86: remove bogus 'pci=usepirqmask' suggestion when no irq is definedGravatar Linus Torvalds 1-1/+1
2005-12-20[PATCH] Fix build with CONFIG_PCI_MMCONFIGGravatar Andi Kleen 1-1/+1
2005-12-16[PATCH] PCI: Fix dumb bug in mmconfig fixGravatar Andi Kleen 1-1/+1
2005-12-15[PATCH] i386,amd64: mmconfig __iomem annotationsGravatar Al Viro 1-1/+1
2005-12-12[PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systemsGravatar Andi Kleen 1-3/+42
2005-12-12[PATCH] i386/x86-64 Fall back to type 1 access when no entry foundGravatar Andi Kleen 3-10/+25
2005-11-23[PATCH] PCI: direct.c: DBG1-1/+1
2005-11-23[PATCH] PCI: remove bogus resource collision errorGravatar Rajesh Shah 1-2/+5
2005-11-23[PATCH] PCI: trivial printk updates in common.c1-2/+2
2005-11-10[PATCH] PCI: fix for Toshiba ohci1394 quirkGravatar Jesse Barnes 1-2/+1
2005-11-01[PATCH] toshiba_ohci1394_dmi_table should be __devinitdata, not __devinitGravatar Roland Dreier 1-1/+1
2005-10-30[PATCH] asus vt8235 router buggy bios workaroundGravatar aleksey_gorelov@phoenix.com 1-19/+36
2005-10-28[PATCH] PCI fixup for Toshiba laptops and ohci1394Gravatar Jesse Barnes 1-0/+59
2005-09-30[PATCH] i386: include linux/irq.h rather than asm/hw_irq.hGravatar Nick Piggin 2-2/+2
2005-09-26[PATCH] useless includes of linux/irq.h in arch/i386Gravatar Al Viro 2-2/+0
2005-09-12[PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignmentsGravatar Andi Kleen 1-1/+16
2005-09-12[PATCH] x86{-64}: Remove old hack that disabled mmconfig support on AMD systems.Gravatar Andi Kleen 1-7/+0
2005-09-08[PATCH] arch/386/pci: remap_pfn_range -> io_remap_pfn_rangeGravatar Michael S. Tsirkin 1-3/+3
2005-09-03Merge linux-2.6 into linux-acpi-2.6 testGravatar Len Brown 2-34/+16
2005-08-30[PATCH] x86: pci_assign_unassigned_resources() updateGravatar Ivan Kokshaysky 2-34/+16
2005-08-25[ACPI] delete CONFIG_ACPI_PCIGravatar Len Brown 2-2/+2
2005-08-07[PATCH] visws: linkage fixGravatar Tom Duffy 1-0/+2
2005-07-30merge 2.6.13-rc4 with ACPI's to-linus treeGravatar Len Brown 1-0/+7
2005-07-29/home/lenb/src/to-linus branch 'acpi-2.6.12'Gravatar Len Brown 4-0/+9
2005-07-29[ACPI] suspend/resume ACPI PCI Interrupt LinksGravatar David Shaohua Li 4-0/+9