aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-res.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15PCI: Use resource names in PCI log messagesPuranjay Mohan1-32/+40
2023-08-25PCI: Fix printk field formattingBjorn Helgaas1-2/+2
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-3/+1
2022-09-21PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridgeMaciej W. Rozycki1-0/+11
2022-01-11PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas1-2/+6
2021-01-12PCI: Decline to resize resources if boot config must be preservedArd Biesheuvel1-0/+6
2020-06-30PCI: Replace lkml.org, spinics, gmane with lore.kernel.orgBjorn Helgaas1-1/+2
2020-05-01PCI: Allow pci_resize_resource() for devices on root busArd Biesheuvel1-4/+5
2018-04-11PCI: Remove messages about reassigning resourcesDesnes A. Nunes do Rosario1-2/+0
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+3
2018-03-19PCI: Tidy commentsBjorn Helgaas1-7/+3
2018-02-26PCI: Allow release of resources that were never assignedChristian König1-0/+4
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-21/+19
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+58
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König1-0/+58
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt1-0/+13
2017-04-18PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke1-1/+1
2016-12-12Merge branch 'pci/host-rockchip' into nextBjorn Helgaas1-0/+8
2016-11-29PCI: Add comments about ROM BAR updatingBjorn Helgaas1-0/+6
2016-11-29PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas1-6/+7
2016-11-29PCI: Separate VF BAR updates from standard BAR updatesBjorn Helgaas1-2/+11
2016-11-29PCI: Update BARs using property bits appropriate for typeBjorn Helgaas1-3/+8
2016-11-28PCI: Ignore BAR updates on virtual functionsBjorn Helgaas1-3/+2
2016-11-08PCI: Don't attempt to claim shadow copies of ROMBjorn Helgaas1-0/+8
2016-03-08PCI: Don't assign or reassign immutable resourcesBjorn Helgaas1-0/+6
2015-11-02Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas1-0/+7
2015-09-23PCI: Clear IORESOURCE_UNSET when reverting to firmware-assigned addressBjorn Helgaas1-0/+2
2015-09-14PCI: Don't try to restore VF BARsWei Yang1-0/+5
2015-03-12PCI: Mark invalid BARs as unassignedBjorn Helgaas1-0/+2
2014-07-08PCI: Tidy resource assignment messagesBjorn Helgaas1-20/+9
2014-07-08PCI: Return conventional error values from pci_revert_fw_address()Bjorn Helgaas1-8/+6
2014-07-08PCI: Cleanup control flowBjorn Helgaas1-16/+19
2014-07-03PCI: Keep original resource if we fail to expand itGuo Chao1-0/+7
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-6/+6
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-0/+1
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas1-10/+31
2014-05-23PCI: Add resource allocation commentsBjorn Helgaas1-16/+19
2014-05-23PCI: Simplify __pci_assign_resource() coding styleBjorn Helgaas1-4/+6
2014-05-23PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resourcesYinghai Lu1-2/+18
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker1-1/+0
2014-03-19PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas1-2/+8
2014-02-27PCI: Don't try to claim IORESOURCE_UNSET resourcesBjorn Helgaas1-5/+10
2014-02-27PCI: Check IORESOURCE_UNSET before updating BARBjorn Helgaas1-0/+3
2014-02-27PCI: Don't clear IORESOURCE_UNSET when updating BARBjorn Helgaas1-5/+0
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas1-0/+4
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-1/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-04-15PCI: Remove unused variablesBjorn Helgaas1-2/+0
2012-07-18Merge branch 'pci/nikhil-big-bar-fixes' into nextBjorn Helgaas1-53/+54
2012-07-11PCI: reorder __pci_assign_resource() (no change)Bjorn Helgaas1-52/+52
2012-07-11PCI: fix truncation of resource size to 32 bitsNikhil P Rao1-1/+2
2012-07-09PCI: disable MEM decoding while updating 64-bit MEM BARsBjorn Helgaas1-0/+18
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu1-4/+0
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu1-47/+0
2012-02-14PCI : Calculate right add_sizeYinghai Lu1-2/+3
2012-02-14PCI: Fix typo in setup-res.cMasanari Iida1-1/+1
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe1-3/+21
2012-02-14PCI: Fix starting basis for resource requestsMyron Stowe1-5/+9
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin1-3/+3
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-01PCI : ability to relocate assigned pci-resourcesRam Pai1-57/+95
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas1-2/+1
2010-10-17PCI: fix message typoBjorn Helgaas1-1/+1
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas1-0/+32
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-03-24PCI: for address space collisions, show conflicting resourceBjorn Helgaas1-6/+8
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas1-28/+32
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-9/+11
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas1-16/+12
2009-10-06PCI: remove pci_assign_resource_fixed()Bjorn Helgaas1-37/+0
2009-09-09PCI: export pci_claim_resource for driver useJesse Barnes1-0/+1
2009-08-30PCI SR-IOV: correct broken resource alignment calculationsChris Wright1-4/+4
2009-08-02Make pci_claim_resource() use request_resource() rather than insert_resource()Linus Torvalds1-2/+2
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-13/+36
2009-06-17Fix pci_claim_resourceMatthew Wilcox1-2/+2
2009-06-11PCI: improve resource allocation under transparent bridgesYinghai Lu1-13/+36
2009-03-20PCI: allow assignment of memory resources with a specified alignmentYuji Shimada1-0/+15
2009-01-07PCI: add a new function to map BAR offsetsYu Zhao1-8/+5
2009-01-07PCI: remove unnecessary arg of pci_update_resource()Yu Zhao1-3/+4
2009-01-07PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar1-2/+2
2008-10-20PCI: use resource_size() everywhere.Zhao, Yu1-1/+1
2008-10-20pci: Use new %pR to print resource rangesBenjamin Herrenschmidt1-27/+13
2008-06-25PCI: use dev_printk when possibleBjorn Helgaas1-37/+33
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky1-19/+23
2008-04-20PCI: add generic pci_enable_resources()Bjorn Helgaas1-0/+43
2008-04-20PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk1-1/+1
2008-02-01PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resourcesBenjamin Herrenschmidt1-2/+4
2008-02-01PCI: drivers/pci/: remove unused exportsAdrian Bunk1-1/+0
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg1-4/+2
2006-12-20PCI legacy resource fixRalf Baechle1-2/+17
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-3/+3
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Greg Kroah-Hartman1-11/+17
2006-06-21[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsKumar Gala1-0/+40
2006-01-31[PATCH] PCI Hotplug/powerpc: module build breaklinas1-0/+1
2005-09-08[PATCH] Make sparc64 use setup-res.cDavid S. Miller1-4/+1
2005-09-08[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville1-1/+1
2005-08-26Ignore disabled ROM resources at setupLinus Torvalds1-1/+3
2005-08-08Revert "[PATCH] PCI: restore BAR values..."Linus Torvalds1-1/+1
2005-08-07[PATCH] Fix restore of 64-bit PCI BAR'sIvan Kokshaysky1-1/+6
2005-08-04[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+200