aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/i386.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez1-3/+3
2015-01-16x86/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-1/+1
2014-11-16x86: Use new cache mode type in arch/x86/pciJuergen Gross1-2/+2
2014-09-23x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel1-2/+0
2014-07-16x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz1-0/+4
2014-05-23x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas1-6/+6
2014-04-25x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resourcesBjorn Helgaas1-5/+10
2013-07-23x86 / PCI: prevent re-allocation of already existing bridge and ROM resourcesMika Westerberg1-0/+4
2013-01-07x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu1-0/+13
2013-01-07x86/PCI: Keep resource allocation functions after bootYinghai Lu1-6/+6
2013-01-07x86/PCI: Don't track firmware-assigned BAR values for hot-added devicesYinghai Lu1-1/+9
2013-01-07x86/PCI: Factor out pcibios_allocate_dev_rom_resource()Yinghai Lu1-17/+35
2013-01-07x86/PCI: Allocate resources on a per-bus basis for hot-adding root busesYinghai Lu1-13/+25
2013-01-07x86/PCI: Factor out pcibios_allocate_dev_resources()Yinghai Lu1-19/+23
2013-01-07x86/PCI: Factor out pcibios_allocate_bridge_resources()Yinghai Lu1-22/+24
2012-05-15x86/PCI: only check for spinlock being held in SMP kernelsBjorn Helgaas1-1/+1
2012-03-02x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'Myron Stowe1-0/+2
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe1-1/+3
2012-02-14x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesMyron Stowe1-0/+79
2012-01-06PCI: x86: use generic pcibios_set_master()Myron Stowe1-14/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-6/+0
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-2/+2
2010-12-17x86: avoid low BIOS area when allocating address spaceBjorn Helgaas1-3/+0
2010-12-17Revert "x86/PCI: allocate space from the end of a region, not the beginning"Bjorn Helgaas1-11/+6
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+2
2010-10-26x86/PCI: allocate space from the end of a region, not the beginningBjorn Helgaas1-6/+11
2010-10-18x86/PCI: make sure _PAGE_IOMAP it set on pci mappingsJeremy Fitzhardinge1-0/+2
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas1-0/+1
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu1-0/+2
2010-04-26x86/PCI: never allocate PCI MMIO resources below BIOS_ENDBjorn Helgaas1-0/+3
2010-03-25x86/PCI: remove redundant warningsBjorn Helgaas1-5/+0
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+0
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-7/+5
2010-02-10x86/pci: Enable pci root res read out for 32bit tooYinghai Lu1-4/+0
2009-12-04x86/PCI: claim SR-IOV BARs in pcibios_allocate_resourceYinghai Lu1-2/+15
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas1-3/+6
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-5/+6
2009-11-04x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha1-0/+9
2009-11-04x86/PCI: print resources consistently with %pRtBjorn Helgaas1-7/+5
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-07-10x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu1-0/+7
2009-06-17x86: Use pci_claim_resourceMatthew Wilcox1-10/+7
2009-04-22x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu1-0/+4
2009-04-03x86, PAT: Remove duplicate memtype reserve in pci mmapSuresh Siddha1-46/+0
2009-03-24x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh1-0/+3
2009-01-13x86 PAT: consolidate old memtype new memtype check into a functionvenkatesh.pallipadi@intel.com1-11/+1
2009-01-07PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar1-2/+2
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-1/+1