aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-res.c
Commit message (Expand)AuthorAgeFilesLines
* PCI : Calculate right add_sizeYinghai Lu2012-11-261-2/+3
* PCI : ability to relocate assigned pci-resourcesRam Pai2012-11-261-57/+95
* PCI: fix message typoBjorn Helgaas2010-10-171-1/+1
* PCI: fall back to original BIOS BAR addressesBjorn Helgaas2010-07-161-0/+32
* PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas2010-06-111-5/+5
* PCI: for address space collisions, show conflicting resourceBjorn Helgaas2010-03-241-6/+8
* PCI: improve discovery/configuration messagesBjorn Helgaas2009-11-041-28/+32
* vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-041-9/+11
* PCI: print resources consistently with %pRtBjorn Helgaas2009-11-041-16/+12
* PCI: remove pci_assign_resource_fixed()Bjorn Helgaas2009-10-061-37/+0
* PCI: export pci_claim_resource for driver useJesse Barnes2009-09-091-0/+1
* PCI SR-IOV: correct broken resource alignment calculationsChris Wright2009-08-301-4/+4
* Make pci_claim_resource() use request_resource() rather than insert_resource()Linus Torvalds2009-08-021-2/+2
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-06-221-13/+36
|\
| * PCI: improve resource allocation under transparent bridgesYinghai Lu2009-06-111-13/+36
* | Fix pci_claim_resourceMatthew Wilcox2009-06-171-2/+2
|/
* PCI: allow assignment of memory resources with a specified alignmentYuji Shimada2009-03-201-0/+15
* PCI: add a new function to map BAR offsetsYu Zhao2009-01-071-8/+5
* PCI: remove unnecessary arg of pci_update_resource()Yu Zhao2009-01-071-3/+4
* PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar2009-01-071-2/+2
* PCI: use resource_size() everywhere.Zhao, Yu2008-10-201-1/+1
* pci: Use new %pR to print resource rangesBenjamin Herrenschmidt2008-10-201-27/+13
* PCI: use dev_printk when possibleBjorn Helgaas2008-06-251-37/+33
* PCI: clean up resource alignment managementIvan Kokshaysky2008-04-201-19/+23
* PCI: add generic pci_enable_resources()Bjorn Helgaas2008-04-201-0/+43
* PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk2008-04-201-1/+1
* PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resourcesBenjamin Herrenschmidt2008-02-011-2/+4
* PCI: drivers/pci/: remove unused exportsAdrian Bunk2008-02-011-1/+0
* pci: do not mark exported functions as __devinitSam Ravnborg2007-05-021-4/+2
* PCI legacy resource fixRalf Baechle2006-12-201-2/+17
* [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-3/+3
* [PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Greg Kroah-Hartman2006-06-271-11/+17
* [PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsKumar Gala2006-06-211-0/+40
* [PATCH] PCI Hotplug/powerpc: module build breaklinas2006-01-311-0/+1
* [PATCH] Make sparc64 use setup-res.cDavid S. Miller2005-09-081-4/+1
* [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville2005-09-081-1/+1
* Ignore disabled ROM resources at setupLinus Torvalds2005-08-261-1/+3
* Revert "[PATCH] PCI: restore BAR values..."Linus Torvalds2005-08-081-1/+1
* [PATCH] Fix restore of 64-bit PCI BAR'sIvan Kokshaysky2005-08-071-1/+6
* [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville2005-08-041-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+200