aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-25PCI: Add root bus children dev's res to fail listYinghai Lu1-1/+1
2012-11-03PCI: Move out pci_enable_bridges out of assign_unsigned_bus_resYinghai Lu1-2/+0
2012-11-03PCI: Move pci_rescan_bus() back to probe.cYinghai Lu1-23/+0
2012-10-30PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu1-14/+19
2012-09-11PCI: Refactor pbus_size_mem()Gavin Shan1-13/+23
2012-09-11PCI: Align P2P windows using pcibios_window_alignment()Gavin Shan1-9/+6
2012-09-11PCI: Add weak pcibios_window_alignment() interfaceGavin Shan1-0/+32
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-21/+44
2012-07-24pci: hotplug: Fix typo in pciMasanari Iida1-1/+1
2012-07-10Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas1-8/+31
2012-07-09PCI: support sizing P2P bridge I/O windows with 1K granularityYinghai Lu1-6/+22
2012-07-09PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas1-2/+9
2012-06-22Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas1-1/+1
2012-06-20PCI: cleanup assign_requested_resources_sorted() kernel-doc warningWanpeng Li1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-12/+12
2012-02-24Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-helgaas/linux into linux-nextJesse Barnes1-0/+3
2012-02-24PCI: add a PCI resource reallocation config optionYinghai Lu1-0/+28
2012-02-24PCI: print out suggestion about using pci=reallocYinghai Lu1-0/+3
2012-02-24PCI: prepare pci=realloc for multiple optionsYinghai Lu1-7/+27
2012-02-24PCI: Retry on IORESOURCE_IO type allocationsYinghai Lu1-11/+1
2012-02-23PCI: make pci_flags non-weakBjorn Helgaas1-1/+1
2012-02-23PCI: make pci_flags always availableBjorn Helgaas1-0/+3
2012-02-23PCI: Skip cardbus assigned resource reset during pci bus rescanYinghai Lu1-0/+14
2012-02-23PCI: Fix "cardbus bridge resources as optional" size handlingYinghai Lu1-28/+37
2012-02-23PCI: Disable cardbus bridge MEM1 prefetchable bitYinghai Lu1-0/+8
2012-02-14PCI: remove add_to_failed_list()Yinghai Lu1-10/+4
2012-02-14PCI: add debug print out for add_sizeYinghai Lu1-6/+18
2012-02-14PCI: make free_list() into a functionYinghai Lu1-17/+19
2012-02-14PCI: Rename dev_res_x to add_res or fail_resYinghai Lu1-55/+55
2012-02-14PCI: Merge pci_dev_resource_x and pci_dev_resourceYinghai Lu1-21/+15
2012-02-14PCI: Replace resource_list with generic listYinghai Lu1-192/+182
2012-02-14PCI: Move struct resource_list to setup-bus.cYinghai Lu1-0/+6
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu1-0/+46
2012-02-14PCI: make re-allocation try harder by reassigning ranges higher in the heirarchyYinghai Lu1-18/+28
2012-02-14PCI: Make pci_rescan_bus handle add_listYinghai Lu1-0/+39
2012-02-14PCI: Use add_list in pcie hotplug path.Yinghai Lu1-6/+12
2012-02-14PCI: try to assign required+option size firstYinghai Lu1-1/+82
2012-02-14PCI: Move get_res_add_size() functionYinghai Lu1-14/+15
2012-02-14PCI: Make add_to_list() return statusYinghai Lu1-2/+4
2012-02-14PCI : Calculate right add_sizeYinghai Lu1-2/+2
2011-10-14PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt1-1/+1
2011-08-01PCI: code and comments cleanupRam Pai1-55/+55
2011-08-01PCI: make cardbus-bridge resources optionalRam Pai1-9/+32
2011-08-01PCI: make SRIOV resources optionalYinghai Lu1-0/+10
2011-08-01PCI : ability to relocate assigned pci-resourcesRam Pai1-10/+17
2011-08-01PCI: honor child buses add_size in hot plug configurationYinghai Lu1-0/+26
2011-07-22PCI: remove printks about disabled bridge windowsBjorn Helgaas1-3/+0
2011-07-08PCI: conditional resource-reallocation through kernel parameter pci=reallocRam Pai1-0/+15
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-8/+117
2011-05-21PCI: update bridge resources to get more big ranges when allocating space (again)Yinghai Lu1-8/+117