summaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-031-88/+88
|\
| * Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas2013-08-261-74/+77
| |\
| | * PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu2013-07-251-1/+1
| | * PCI: Move resource reallocation code to non-__initYinghai Lu2013-07-251-8/+7
| | * PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-7/+3
| | * PCI: Assign resources on a per-bus basisYinghai Lu2013-07-251-37/+25
| | * PCI: Enable unassigned resource reallocation on per-bus basisYinghai Lu2013-07-251-19/+23
| | * PCI: Turn on reallocation for unassigned resources with host bridge offsetYinghai Lu2013-07-251-1/+6
| | * PCI: Look for unassigned resources on per-bus basisYinghai Lu2013-07-251-15/+29
| | * PCI: Drop temporary variable in pci_assign_unassigned_resources()Yinghai Lu2013-07-251-10/+7
| * | PCI: Align bridge I/O windows as required by downstream devices & bridgesBjorn Helgaas2013-08-051-5/+2
| * | PCI: Fix types in pbus_size_io()Wei Yang2013-08-021-3/+4
| * | PCI: Add comments for pbus_size_mem() parametersWei Yang2013-08-021-0/+2
| * | PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang2013-08-021-6/+3
| |/
* / PCI: Retry allocation of only the resource type that failedYinghai Lu2013-07-261-1/+68
|/
* PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu2013-06-231-4/+4
* PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas2013-04-171-0/+2
* PCI: Make local functions/structs staticBjorn Helgaas2013-04-121-1/+1
* PCI: Add root bus children dev's res to fail listYinghai Lu2013-01-251-1/+1
* PCI: Move out pci_enable_bridges out of assign_unsigned_bus_resYinghai Lu2012-11-031-2/+0
* PCI: Move pci_rescan_bus() back to probe.cYinghai Lu2012-11-031-23/+0
* PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu2012-10-301-14/+19
* PCI: Refactor pbus_size_mem()Gavin Shan2012-09-111-13/+23
* PCI: Align P2P windows using pcibios_window_alignment()Gavin Shan2012-09-111-9/+6
* PCI: Add weak pcibios_window_alignment() interfaceGavin Shan2012-09-111-0/+32
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-21/+44
|\
| * Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas2012-07-101-8/+31
| |\
| | * PCI: support sizing P2P bridge I/O windows with 1K granularityYinghai Lu2012-07-091-6/+22
| | * PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas2012-07-091-2/+9
| * | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-221-1/+1
| |\ \
| | * | PCI: cleanup assign_requested_resources_sorted() kernel-doc warningWanpeng Li2012-06-201-1/+1
| | |/
| * / PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-12/+12
| |/
* / pci: hotplug: Fix typo in pciMasanari Iida2012-07-241-1/+1
|/
* Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-...Jesse Barnes2012-02-241-0/+3
|\
| * PCI: make pci_flags non-weakBjorn Helgaas2012-02-231-1/+1
| * PCI: make pci_flags always availableBjorn Helgaas2012-02-231-0/+3
* | PCI: add a PCI resource reallocation config optionYinghai Lu2012-02-241-0/+28
* | PCI: print out suggestion about using pci=reallocYinghai Lu2012-02-241-0/+3
* | PCI: prepare pci=realloc for multiple optionsYinghai Lu2012-02-241-7/+27
* | PCI: Retry on IORESOURCE_IO type allocationsYinghai Lu2012-02-241-11/+1
|/
* PCI: Skip cardbus assigned resource reset during pci bus rescanYinghai Lu2012-02-231-0/+14
* PCI: Fix "cardbus bridge resources as optional" size handlingYinghai Lu2012-02-231-28/+37
* PCI: Disable cardbus bridge MEM1 prefetchable bitYinghai Lu2012-02-231-0/+8
* PCI: remove add_to_failed_list()Yinghai Lu2012-02-141-10/+4
* PCI: add debug print out for add_sizeYinghai Lu2012-02-141-6/+18
* PCI: make free_list() into a functionYinghai Lu2012-02-141-17/+19
* PCI: Rename dev_res_x to add_res or fail_resYinghai Lu2012-02-141-55/+55
* PCI: Merge pci_dev_resource_x and pci_dev_resourceYinghai Lu2012-02-141-21/+15
* PCI: Replace resource_list with generic listYinghai Lu2012-02-141-192/+182
* PCI: Move struct resource_list to setup-bus.cYinghai Lu2012-02-141-0/+6