aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
Commit message (Expand)AuthorAgeFilesLines
* PCI : Calculate right add_sizeYinghai Lu2012-11-261-2/+2
* PCI : ability to relocate assigned pci-resourcesRam Pai2012-11-261-10/+17
* PCI: honor child buses add_size in hot plug configurationYinghai Lu2012-10-071-0/+26
* 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
* PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman2009-09-091-5/+17
* PCI SR-IOV: correct broken resource alignment calculationsChris Wright2009-08-301-2/+2
* PCI: improve resource allocation under transparent bridgesYinghai Lu2009-06-111-1/+0
* PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu2009-06-111-10/+42
* PCI: cleanup debug output resourcesYinghai Lu2009-04-221-2/+4
* PCI: Setup disabled bridges even if buses are addedYuji Shimada2009-04-061-1/+1
* PCI: do not initialize bridges more than onceAlex Chiang2009-03-201-0/+3
* PCI: constify pci_bus_assign_resources()Andrew Morton2009-03-191-2/+2
* PCI: use dev_printk for PCI bus resource mssagesBjorn Helgaas2009-01-071-3/+2
* PCI: make PCI bus resource messages more meaningfulBjorn Helgaas2009-01-071-3/+3
* PCI: use resource_size() everywhere.Zhao, Yu2008-10-201-2/+2
* pci: Use new %pR to print resource rangesBenjamin Herrenschmidt2008-10-201-9/+4
*---. Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-5/+4
|\ \ \
| | * | generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge2008-09-141-5/+4
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-09-131-1/+5
|\ \ \ | |/ / |/| |
| * | PCI: Fix printk warnings in setup-bus.cJohann Felix Soden2008-09-091-1/+5
* | | PCI: fix pbus_size_mem() resource alignment for CardBus controllersLinus Torvalds2008-09-041-2/+3
|/ /
* | Merge branch 'linus' into pci-for-jesseIngo Molnar2008-07-181-25/+18
|\ \ | |/
| * PCI: use dev_printk when possibleBjorn Helgaas2008-06-251-25/+18