| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: Handle IORESOURCE_PCI_FIXED when assigning resources | David Daney | 2015-10-29 | 1 | -0/+43 |
* | PCI: Handle IORESOURCE_PCI_FIXED when sizing resources | David Daney | 2015-10-29 | 1 | -3/+4 |
* | PCI: Preserve resource size during alignment reordering | Yinghai Lu | 2015-06-01 | 1 | -2/+3 |
* | PCI: Fix IOV resource sorting by alignment requirement | Wei Yang | 2015-05-27 | 1 | -1/+3 |
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 2015-04-16 | 1 | -16/+79 |
|\ |
|
| * | PCI: Consider additional PF's IOV BAR alignment in sizing and assigning | Wei Yang | 2015-03-31 | 1 | -16/+79 |
* | | PCI: Export symbols required for loadable host driver modules | Ray Jui | 2015-04-08 | 1 | -0/+1 |
|/ |
|
* | PCI: Add pci_claim_bridge_resource() to clip window if necessary | Yinghai Lu | 2015-01-16 | 1 | -0/+35 |
* | PCI: Pass bridge device, not bus, when updating bridge windows | Yinghai Lu | 2015-01-16 | 1 | -12/+9 |
* | PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources() | Yinghai Lu | 2014-09-30 | 1 | -1/+1 |
* | PCI: Support BAR sizes up to 128GB | Yinghai Lu | 2014-07-08 | 1 | -1/+1 |
* | PCI: Merge multi-line quoted strings | Ryan Desfosses | 2014-06-10 | 1 | -22/+17 |
* | PCI: Whitespace cleanup | Ryan Desfosses | 2014-06-10 | 1 | -6/+6 |
*-. | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 2014-05-28 | 1 | -3/+1 |
|\ \ |
|
| | * | PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 2014-05-27 | 1 | -3/+1 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc... | Bjorn Helgaas | 2014-05-26 | 1 | -67/+155 |
|\ \ \
| | |/
| |/| |
|
| | * | PCI: Add resource allocation comments | Bjorn Helgaas | 2014-05-23 | 1 | -15/+43 |
| | * | PCI: Change pbus_size_mem() return values to be more conventional | Bjorn Helgaas | 2014-05-23 | 1 | -14/+21 |
| | * | PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources | Yinghai Lu | 2014-05-23 | 1 | -51/+99 |
| | * | PCI: Support BAR sizes up to 8GB | Alan | 2014-05-23 | 1 | -5/+10 |
| |/ |
|
* | | PCI: Remove unnecessary __ref annotations | Bjorn Helgaas | 2014-04-29 | 1 | -13/+12 |
|/ |
|
* | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2014-01-10 | 1 | -8/+8 |
|\ |
|
| * | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev | Yinghai Lu | 2013-12-21 | 1 | -8/+8 |
* | | PCI: Stop clearing bridge Secondary Status when setting up I/O aperture | Bjorn Helgaas | 2013-12-13 | 1 | -5/+5 |
* | | PCI: Prevent bus conflicts while checking for bridge apertures | Bjorn Helgaas | 2013-12-13 | 1 | -2/+4 |
|/ |
|
* | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 2013-11-14 | 1 | -9/+9 |
* | PCI: Pass type, width, and prefetchability for window alignment | Wei Yang | 2013-09-25 | 1 | -1/+1 |
* | PCI: Use pci_is_root_bus() to check for root bus | Wei Yang | 2013-09-25 | 1 | -1/+1 |
* | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-03 | 1 | -88/+88 |
|\ |
|
| * | Merge branch 'pci/yinghai-assign-unassigned-v6' into next | Bjorn Helgaas | 2013-08-26 | 1 | -74/+77 |
| |\ |
|
| | * | PCI: Assign resources for hot-added host bridge more aggressively | Yinghai Lu | 2013-07-25 | 1 | -1/+1 |
| | * | PCI: Move resource reallocation code to non-__init | Yinghai Lu | 2013-07-25 | 1 | -8/+7 |
| | * | PCI: Delay enabling bridges until they're needed | Yinghai Lu | 2013-07-25 | 1 | -7/+3 |
| | * | PCI: Assign resources on a per-bus basis | Yinghai Lu | 2013-07-25 | 1 | -37/+25 |
| | * | PCI: Enable unassigned resource reallocation on per-bus basis | Yinghai Lu | 2013-07-25 | 1 | -19/+23 |
| | * | PCI: Turn on reallocation for unassigned resources with host bridge offset | Yinghai Lu | 2013-07-25 | 1 | -1/+6 |
| | * | PCI: Look for unassigned resources on per-bus basis | Yinghai Lu | 2013-07-25 | 1 | -15/+29 |
| | * | PCI: Drop temporary variable in pci_assign_unassigned_resources() | Yinghai Lu | 2013-07-25 | 1 | -10/+7 |
| * | | PCI: Align bridge I/O windows as required by downstream devices & bridges | Bjorn Helgaas | 2013-08-05 | 1 | -5/+2 |
| * | | PCI: Fix types in pbus_size_io() | Wei Yang | 2013-08-02 | 1 | -3/+4 |
| * | | PCI: Add comments for pbus_size_mem() parameters | Wei Yang | 2013-08-02 | 1 | -0/+2 |
| * | | PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth() | Wei Yang | 2013-08-02 | 1 | -6/+3 |
| |/ |
|
* | | PCI: Retry allocation of only the resource type that failed | Yinghai Lu | 2013-07-26 | 1 | -1/+68 |
|/ |
|
* | PCI / ACPI: Use boot-time resource allocation rules during hotplug | Jiang Liu | 2013-06-23 | 1 | -4/+4 |
* | PCI: Warn about failures instead of "must_check" functions | Bjorn Helgaas | 2013-04-17 | 1 | -0/+2 |
* | PCI: Make local functions/structs static | Bjorn Helgaas | 2013-04-12 | 1 | -1/+1 |
* | PCI: Add root bus children dev's res to fail list | Yinghai Lu | 2013-01-25 | 1 | -1/+1 |
* | PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res | Yinghai Lu | 2012-11-03 | 1 | -2/+0 |
* | PCI: Move pci_rescan_bus() back to probe.c | Yinghai Lu | 2012-11-03 | 1 | -23/+0 |
* | PCI: Separate out pci_assign_unassigned_bus_resources() | Yinghai Lu | 2012-10-30 | 1 | -14/+19 |