summaryrefslogtreecommitdiff
path: root/drivers/pci/setup-res.c
AgeCommit message (Expand)Author
2022-01-11PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas
2021-01-12PCI: Decline to resize resources if boot config must be preservedArd Biesheuvel
2020-06-30PCI: Replace lkml.org, spinics, gmane with lore.kernel.orgBjorn Helgaas
2020-05-01PCI: Allow pci_resize_resource() for devices on root busArd Biesheuvel
2018-04-11PCI: Remove messages about reassigning resourcesDesnes A. Nunes do Rosario
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-02-26PCI: Allow release of resources that were never assignedChristian König
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt
2017-04-18PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke
2016-12-12Merge branch 'pci/host-rockchip' into nextBjorn Helgaas
2016-11-29PCI: Add comments about ROM BAR updatingBjorn Helgaas
2016-11-29PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas
2016-11-29PCI: Separate VF BAR updates from standard BAR updatesBjorn Helgaas
2016-11-29PCI: Update BARs using property bits appropriate for typeBjorn Helgaas
2016-11-28PCI: Ignore BAR updates on virtual functionsBjorn Helgaas
2016-11-08PCI: Don't attempt to claim shadow copies of ROMBjorn Helgaas
2016-03-08PCI: Don't assign or reassign immutable resourcesBjorn Helgaas
2015-11-02Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas
2015-09-23PCI: Clear IORESOURCE_UNSET when reverting to firmware-assigned addressBjorn Helgaas
2015-09-14PCI: Don't try to restore VF BARsWei Yang
2015-03-12PCI: Mark invalid BARs as unassignedBjorn Helgaas
2014-07-08PCI: Tidy resource assignment messagesBjorn Helgaas
2014-07-08PCI: Return conventional error values from pci_revert_fw_address()Bjorn Helgaas
2014-07-08PCI: Cleanup control flowBjorn Helgaas
2014-07-03PCI: Keep original resource if we fail to expand itGuo Chao
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas
2014-05-23PCI: Add resource allocation commentsBjorn Helgaas
2014-05-23PCI: Simplify __pci_assign_resource() coding styleBjorn Helgaas
2014-05-23PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resourcesYinghai Lu
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker
2014-03-19PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas
2014-02-27PCI: Don't try to claim IORESOURCE_UNSET resourcesBjorn Helgaas
2014-02-27PCI: Check IORESOURCE_UNSET before updating BARBjorn Helgaas
2014-02-27PCI: Don't clear IORESOURCE_UNSET when updating BARBjorn Helgaas
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-04-15PCI: Remove unused variablesBjorn Helgaas
2012-07-18Merge branch 'pci/nikhil-big-bar-fixes' into nextBjorn Helgaas
2012-07-11PCI: reorder __pci_assign_resource() (no change)Bjorn Helgaas
2012-07-11PCI: fix truncation of resource size to 32 bitsNikhil P Rao
2012-07-09PCI: disable MEM decoding while updating 64-bit MEM BARsBjorn Helgaas
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu