aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
Commit message (Expand)AuthorAge
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-14
* PCI: Pass type, width, and prefetchability for window alignmentWei Yang2013-09-25
* PCI: Use pci_is_root_bus() to check for root busWei Yang2013-09-25
* Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-03
|\
| * Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas2013-08-26
| |\
| | * PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu2013-07-25
| | * PCI: Move resource reallocation code to non-__initYinghai Lu2013-07-25
| | * PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-25
| | * PCI: Assign resources on a per-bus basisYinghai Lu2013-07-25
| | * PCI: Enable unassigned resource reallocation on per-bus basisYinghai Lu2013-07-25
| | * PCI: Turn on reallocation for unassigned resources with host bridge offsetYinghai Lu2013-07-25
| | * PCI: Look for unassigned resources on per-bus basisYinghai Lu2013-07-25
| | * PCI: Drop temporary variable in pci_assign_unassigned_resources()Yinghai Lu2013-07-25
| * | PCI: Align bridge I/O windows as required by downstream devices & bridgesBjorn Helgaas2013-08-05
| * | PCI: Fix types in pbus_size_io()Wei Yang2013-08-02
| * | PCI: Add comments for pbus_size_mem() parametersWei Yang2013-08-02
| * | PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang2013-08-02
| |/
* / PCI: Retry allocation of only the resource type that failedYinghai Lu2013-07-26
|/
* PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu2013-06-22
* PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas2013-04-17
* PCI: Make local functions/structs staticBjorn Helgaas2013-04-12
* PCI: Add root bus children dev's res to fail listYinghai Lu2013-01-25
* PCI: Move out pci_enable_bridges out of assign_unsigned_bus_resYinghai Lu2012-11-03
* PCI: Move pci_rescan_bus() back to probe.cYinghai Lu2012-11-03
* PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu2012-10-30
* PCI: Refactor pbus_size_mem()Gavin Shan2012-09-11
* PCI: Align P2P windows using pcibios_window_alignment()Gavin Shan2012-09-11
* PCI: Add weak pcibios_window_alignment() interfaceGavin Shan2012-09-11
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-24
|\
| * Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas2012-07-10
| |\
| | * PCI: support sizing P2P bridge I/O windows with 1K granularityYinghai Lu2012-07-09
| | * PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas2012-07-09
| * | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-22
| |\ \
| | * | PCI: cleanup assign_requested_resources_sorted() kernel-doc warningWanpeng Li2012-06-20
| | |/
| * / PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-13
| |/
* / pci: hotplug: Fix typo in pciMasanari Iida2012-07-24
|/
* Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-...Jesse Barnes2012-02-24
|\
| * PCI: make pci_flags non-weakBjorn Helgaas2012-02-23
| * PCI: make pci_flags always availableBjorn Helgaas2012-02-23
* | PCI: add a PCI resource reallocation config optionYinghai Lu2012-02-24
* | PCI: print out suggestion about using pci=reallocYinghai Lu2012-02-24
* | PCI: prepare pci=realloc for multiple optionsYinghai Lu2012-02-24
* | PCI: Retry on IORESOURCE_IO type allocationsYinghai Lu2012-02-24
|/
* PCI: Skip cardbus assigned resource reset during pci bus rescanYinghai Lu2012-02-23
* PCI: Fix "cardbus bridge resources as optional" size handlingYinghai Lu2012-02-23
* PCI: Disable cardbus bridge MEM1 prefetchable bitYinghai Lu2012-02-23
* PCI: remove add_to_failed_list()Yinghai Lu2012-02-14
* PCI: add debug print out for add_sizeYinghai Lu2012-02-14
* PCI: make free_list() into a functionYinghai Lu2012-02-14
* PCI: Rename dev_res_x to add_res or fail_resYinghai Lu2012-02-14