aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/i386.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-27x86/PCI: Make a kernel-doc comment a normal oneAlex Shi1-3/+3
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2018-11-08x86/PCI: Replace spin_is_locked() with lockdepLance Roy1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-47/+0
2017-04-20x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse1-48/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-01-28x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
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