summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/i386.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-47/+0
|\
| * x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-48/+0
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
* | x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar2017-01-281-1/+1
* | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
|/
* x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-271-3/+3
* x86/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+1
* x86: Use new cache mode type in arch/x86/pciJuergen Gross2014-11-161-2/+2
* x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-231-2/+0
* x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz2014-07-161-0/+4
* x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas2014-05-231-6/+6
* x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resourcesBjorn Helgaas2014-04-251-5/+10
* x86 / PCI: prevent re-allocation of already existing bridge and ROM resourcesMika Westerberg2013-07-231-0/+4
* x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu2013-01-071-0/+13
* x86/PCI: Keep resource allocation functions after bootYinghai Lu2013-01-071-6/+6
* x86/PCI: Don't track firmware-assigned BAR values for hot-added devicesYinghai Lu2013-01-071-1/+9
* x86/PCI: Factor out pcibios_allocate_dev_rom_resource()Yinghai Lu2013-01-071-17/+35
* x86/PCI: Allocate resources on a per-bus basis for hot-adding root busesYinghai Lu2013-01-071-13/+25
* x86/PCI: Factor out pcibios_allocate_dev_resources()Yinghai Lu2013-01-071-19/+23
* x86/PCI: Factor out pcibios_allocate_bridge_resources()Yinghai Lu2013-01-071-22/+24
* x86/PCI: only check for spinlock being held in SMP kernelsBjorn Helgaas2012-05-151-1/+1
* x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'Myron Stowe2012-03-021-0/+2
* x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe2012-02-141-1/+3
* x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesMyron Stowe2012-02-141-0/+79
* PCI: x86: use generic pcibios_set_master()Myron Stowe2012-01-061-14/+0
* PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-061-6/+0
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* x86: Fix common misspellingsLucas De Marchi2011-03-181-2/+2
* x86: avoid low BIOS area when allocating address spaceBjorn Helgaas2010-12-171-3/+0
* Revert "x86/PCI: allocate space from the end of a region, not the beginning"Bjorn Helgaas2010-12-171-11/+6
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-281-0/+2
|\
| * x86/PCI: make sure _PAGE_IOMAP it set on pci mappingsJeremy Fitzhardinge2010-10-181-0/+2
* | x86/PCI: allocate space from the end of a region, not the beginningBjorn Helgaas2010-10-261-6/+11
|/
* PCI: fall back to original BIOS BAR addressesBjorn Helgaas2010-07-161-0/+1
* PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-111-0/+2
* x86/PCI: never allocate PCI MMIO resources below BIOS_ENDBjorn Helgaas2010-04-261-0/+3
* x86/PCI: remove redundant warningsBjorn Helgaas2010-03-251-5/+0
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-4/+0
|\
| * x86/pci: Enable pci root res read out for 32bit tooYinghai Lu2010-02-101-4/+0
* | resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
* | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-7/+5
|/
* x86/PCI: claim SR-IOV BARs in pcibios_allocate_resourceYinghai Lu2009-12-041-2/+15
* PCI: improve discovery/configuration messagesBjorn Helgaas2009-11-041-3/+6
* vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-041-5/+6
* x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha2009-11-041-0/+9
* x86/PCI: print resources consistently with %pRtBjorn Helgaas2009-11-041-7/+5
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu2009-07-101-0/+7
* x86: Use pci_claim_resourceMatthew Wilcox2009-06-171-10/+7