summaryrefslogtreecommitdiff
path: root/arch/x86/pci/i386.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-20x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse
2017-01-28x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez
2015-01-16x86/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu
2014-11-16x86: Use new cache mode type in arch/x86/pciJuergen Gross
2014-09-23x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel
2014-07-16x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz
2014-05-23x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas
2014-04-25x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resourcesBjorn Helgaas
2013-07-23x86 / PCI: prevent re-allocation of already existing bridge and ROM resourcesMika Westerberg
2013-01-07x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu
2013-01-07x86/PCI: Keep resource allocation functions after bootYinghai Lu
2013-01-07x86/PCI: Don't track firmware-assigned BAR values for hot-added devicesYinghai Lu
2013-01-07x86/PCI: Factor out pcibios_allocate_dev_rom_resource()Yinghai Lu
2013-01-07x86/PCI: Allocate resources on a per-bus basis for hot-adding root busesYinghai Lu
2013-01-07x86/PCI: Factor out pcibios_allocate_dev_resources()Yinghai Lu
2013-01-07x86/PCI: Factor out pcibios_allocate_bridge_resources()Yinghai Lu
2012-05-15x86/PCI: only check for spinlock being held in SMP kernelsBjorn Helgaas
2012-03-02x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'Myron Stowe
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe
2012-02-14x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesMyron Stowe
2012-01-06PCI: x86: use generic pcibios_set_master()Myron Stowe
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-03-18x86: Fix common misspellingsLucas De Marchi
2010-12-17x86: avoid low BIOS area when allocating address spaceBjorn Helgaas
2010-12-17Revert "x86/PCI: allocate space from the end of a region, not the beginning"Bjorn Helgaas
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-26x86/PCI: allocate space from the end of a region, not the beginningBjorn Helgaas
2010-10-18x86/PCI: make sure _PAGE_IOMAP it set on pci mappingsJeremy Fitzhardinge
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu
2010-04-26x86/PCI: never allocate PCI MMIO resources below BIOS_ENDBjorn Helgaas
2010-03-25x86/PCI: remove redundant warningsBjorn Helgaas
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski
2010-02-10x86/pci: Enable pci root res read out for 32bit tooYinghai Lu
2009-12-04x86/PCI: claim SR-IOV BARs in pcibios_allocate_resourceYinghai Lu
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas
2009-11-04x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha
2009-11-04x86/PCI: print resources consistently with %pRtBjorn Helgaas
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-07-10x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu
2009-06-17x86: Use pci_claim_resourceMatthew Wilcox