summaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* PCI: Move pci_rescan_bus() back to probe.cYinghai Lu2012-11-031-23/+0Star
* PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu2012-10-301-14/+19
* PCI: Refactor pbus_size_mem()Gavin Shan2012-09-121-13/+23
* PCI: Align P2P windows using pcibios_window_alignment()Gavin Shan2012-09-121-9/+6Star
* PCI: Add weak pcibios_window_alignment() interfaceGavin Shan2012-09-121-0/+32
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-251-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-101-6/+22
| | * PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas2012-07-101-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-241-1/+1
| * PCI: make pci_flags always availableBjorn Helgaas2012-02-241-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/+1Star
|/
* 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/+4Star
* 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/+15Star
* PCI: Replace resource_list with generic listYinghai Lu2012-02-141-192/+182Star
* PCI: Move struct resource_list to setup-bus.cYinghai Lu2012-02-141-0/+6
* PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu2012-02-141-0/+46
* PCI: make re-allocation try harder by reassigning ranges higher in the heirarchyYinghai Lu2012-02-141-18/+28
* PCI: Make pci_rescan_bus handle add_listYinghai Lu2012-02-141-0/+39
* PCI: Use add_list in pcie hotplug path.Yinghai Lu2012-02-141-6/+12
* PCI: try to assign required+option size firstYinghai Lu2012-02-141-1/+82
* PCI: Move get_res_add_size() functionYinghai Lu2012-02-141-14/+15
* PCI: Make add_to_list() return statusYinghai Lu2012-02-141-2/+4
* PCI : Calculate right add_sizeYinghai Lu2012-02-141-2/+2
* PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt2011-10-141-1/+1
* PCI: code and comments cleanupRam Pai2011-08-011-55/+55
* PCI: make cardbus-bridge resources optionalRam Pai2011-08-011-9/+32
* PCI: make SRIOV resources optionalYinghai Lu2011-08-011-0/+10
* PCI : ability to relocate assigned pci-resourcesRam Pai2011-08-011-10/+17
* PCI: honor child buses add_size in hot plug configurationYinghai Lu2011-08-011-0/+26
* PCI: remove printks about disabled bridge windowsBjorn Helgaas2011-07-221-3/+0Star
* PCI: conditional resource-reallocation through kernel parameter pci=reallocRam Pai2011-07-091-0/+15