summaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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/+0
* PCI: conditional resource-reallocation through kernel parameter pci=reallocRam Pai2011-07-081-0/+15
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-05-231-8/+117
|\
| * PCI: update bridge resources to get more big ranges when allocating space (ag...Yinghai Lu2011-05-211-8/+117
* | PCI: Clear bridge resource flags if requested size is 0Yinghai Lu2011-05-161-2/+2
|/
* pci: fix PCI bus allocation alignment handlingLinus Torvalds2011-04-111-2/+2
* PCI: pre-allocate additional resources to devices only after successful alloc...Ram Pai2011-03-041-47/+184
* PCI: introduce reset_resource()Ram Pai2011-03-041-3/+8
* PCI: data structure agnostic free list functionRam Pai2011-03-041-15/+12
* PCI: refactor io size calculation codeRam Pai2011-03-041-24/+42
* PCI hotplug: make sure child bridges are enabled at hotplug timeYinghai Lu2010-07-301-5/+7
* Revert "PCI: update bridge resources to get more big ranges in PCI assign uns...Linus Torvalds2010-05-121-112/+2
* pci: don't reassign to ROM res if it is not going to be enabledYinghai Lu2010-03-011-2/+10
* PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-6/+4
* PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_rangesYinghai Lu2010-02-221-1/+4
* PCI: pciehp: second try to get big range for pcie devicesYinghai Lu2010-02-221-1/+50
* PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu2010-02-221-27/+89
* PCI: update bridge resources to get more big ranges in PCI assign unssignedYinghai Lu2010-02-221-2/+112
* PCI: don't shrink bridge resourcesYinghai Lu2010-02-221-2/+12
* PCI: add failed_list to pci_bus_assign_resourcesYinghai Lu2010-02-221-4/+57
* PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resourcesYinghai Lu2010-02-221-0/+82
* PCI: don't dump resource when bus resource flags indicates unusedYinghai Lu2010-02-221-1/+2
* PCI: separate pci_setup_bridge to small functionsYinghai Lu2010-02-221-16/+50
* PCI: Always set prefetchable base/limit upper32 registersAlex Williamson2009-12-041-8/+3
* PCI: improve discovery/configuration messagesBjorn Helgaas2009-11-041-6/+15
* vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-041-43/+36
* PCI: print resources consistently with %pRtBjorn Helgaas2009-11-041-6/+3
* Revert "PCI: get larger bridge ranges when space is available"Jesse Barnes2009-10-271-11/+2
* PCI: get larger bridge ranges when space is availableYinghai Lu2009-10-071-2/+11
OpenPOWER on IntegriCloud