summaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
AgeCommit message (Expand)Author
2012-02-14PCI: Merge pci_dev_resource_x and pci_dev_resourceYinghai Lu
2012-02-14PCI: Replace resource_list with generic listYinghai Lu
2012-02-14PCI: Move struct resource_list to setup-bus.cYinghai Lu
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu
2012-02-14PCI: make re-allocation try harder by reassigning ranges higher in the heirarchyYinghai Lu
2012-02-14PCI: Make pci_rescan_bus handle add_listYinghai Lu
2012-02-14PCI: Use add_list in pcie hotplug path.Yinghai Lu
2012-02-14PCI: try to assign required+option size firstYinghai Lu
2012-02-14PCI: Move get_res_add_size() functionYinghai Lu
2012-02-14PCI: Make add_to_list() return statusYinghai Lu
2012-02-14PCI : Calculate right add_sizeYinghai Lu
2011-10-14PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt
2011-08-01PCI: code and comments cleanupRam Pai
2011-08-01PCI: make cardbus-bridge resources optionalRam Pai
2011-08-01PCI: make SRIOV resources optionalYinghai Lu
2011-08-01PCI : ability to relocate assigned pci-resourcesRam Pai
2011-08-01PCI: honor child buses add_size in hot plug configurationYinghai Lu
2011-07-22PCI: remove printks about disabled bridge windowsBjorn Helgaas
2011-07-08PCI: conditional resource-reallocation through kernel parameter pci=reallocRam Pai
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-05-21PCI: update bridge resources to get more big ranges when allocating space (ag...Yinghai Lu
2011-05-16PCI: Clear bridge resource flags if requested size is 0Yinghai Lu
2011-04-11pci: fix PCI bus allocation alignment handlingLinus Torvalds
2011-03-04PCI: pre-allocate additional resources to devices only after successful alloc...Ram Pai
2011-03-04PCI: introduce reset_resource()Ram Pai
2011-03-04PCI: data structure agnostic free list functionRam Pai
2011-03-04PCI: refactor io size calculation codeRam Pai
2010-07-30PCI hotplug: make sure child bridges are enabled at hotplug timeYinghai Lu
2010-05-12Revert "PCI: update bridge resources to get more big ranges in PCI assign uns...Linus Torvalds
2010-03-01pci: don't reassign to ROM res if it is not going to be enabledYinghai Lu
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas
2010-02-22PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_rangesYinghai Lu
2010-02-22PCI: pciehp: second try to get big range for pcie devicesYinghai Lu
2010-02-22PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu
2010-02-22PCI: update bridge resources to get more big ranges in PCI assign unssignedYinghai Lu
2010-02-22PCI: don't shrink bridge resourcesYinghai Lu
2010-02-22PCI: add failed_list to pci_bus_assign_resourcesYinghai Lu
2010-02-22PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resourcesYinghai Lu
2010-02-22PCI: don't dump resource when bus resource flags indicates unusedYinghai Lu
2010-02-22PCI: separate pci_setup_bridge to small functionsYinghai Lu
2009-12-04PCI: Always set prefetchable base/limit upper32 registersAlex Williamson
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas
2009-10-27Revert "PCI: get larger bridge ranges when space is available"Jesse Barnes
2009-10-07PCI: get larger bridge ranges when space is availableYinghai Lu
2009-09-09PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman
2009-08-30PCI SR-IOV: correct broken resource alignment calculationsChris Wright
2009-06-11PCI: improve resource allocation under transparent bridgesYinghai Lu
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu