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