aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson1-2/+3
2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson1-25/+25
2019-06-21PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt1-0/+5
2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas1-247/+249
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar1-16/+14
2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson1-247/+249
2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang1-9/+9
2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas1-41/+4
2018-10-02PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick1-13/+15
2018-06-04PCI: Move resource distribution for single bridge outside loopMika Westerberg1-41/+41
2018-03-19PCI: Tidy commentsBjorn Helgaas1-5/+1
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-22/+22
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring1-3/+1
2017-11-14Merge branch 'pci/resource' into nextBjorn Helgaas1-9/+106
2017-11-06PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg1-0/+177
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko1-4/+3
2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König1-0/+98
2017-10-24PCI: Add PCI resource type mask #defineChristian König1-9/+8
2017-04-18PCI: Fix calculation of bridge window's size and alignmentYongji Xie1-2/+2
2016-12-29PCI: Remove res_to_dev_res() debug messageBjorn Helgaas1-10/+1
2016-09-10x86/ioapic: Ignore root bridges without a companion ACPI deviceRui Wang1-1/+4
2016-08-18x86/ioapic: Support hot-removal of IOAPICs present during bootRui Wang1-1/+4
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+68
2016-06-23PCI: Add generic pci_bus_claim_resources()Lorenzo Pieralisi1-0/+68
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan1-0/+5
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-1/+1
2015-10-29PCI: Handle IORESOURCE_PCI_FIXED when assigning resourcesDavid Daney1-0/+43
2015-10-29PCI: Handle IORESOURCE_PCI_FIXED when sizing resourcesDavid Daney1-3/+4
2015-06-01PCI: Preserve resource size during alignment reorderingYinghai Lu1-2/+3
2015-05-27PCI: Fix IOV resource sorting by alignment requirementWei Yang1-1/+3
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-16/+79
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui1-0/+1
2015-03-31PCI: Consider additional PF's IOV BAR alignment in sizing and assigningWei Yang1-16/+79
2015-01-16PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu1-0/+35
2015-01-16PCI: Pass bridge device, not bus, when updating bridge windowsYinghai Lu1-12/+9
2014-09-30PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources()Yinghai Lu1-1/+1
2014-07-08PCI: Support BAR sizes up to 128GBYinghai Lu1-1/+1
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-22/+17
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-6/+6
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-3/+1
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang1-3/+1
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into nextBjorn Helgaas1-67/+155
2014-05-23PCI: Add resource allocation commentsBjorn Helgaas1-15/+43
2014-05-23PCI: Change pbus_size_mem() return values to be more conventionalBjorn Helgaas1-14/+21
2014-05-23PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resourcesYinghai Lu1-51/+99
2014-05-23PCI: Support BAR sizes up to 8GBAlan1-5/+10
2014-04-29PCI: Remove unnecessary __ref annotationsBjorn Helgaas1-13/+12