summaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-res.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Remove unused variablesBjorn Helgaas2013-04-151-2/+0
* Merge branch 'pci/nikhil-big-bar-fixes' into nextBjorn Helgaas2012-07-181-53/+54
|\
| * PCI: reorder __pci_assign_resource() (no change)Bjorn Helgaas2012-07-111-52/+52
| * PCI: fix truncation of resource size to 32 bitsNikhil P Rao2012-07-111-1/+2
* | PCI: disable MEM decoding while updating 64-bit MEM BARsBjorn Helgaas2012-07-091-0/+18
|/
* PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu2012-02-241-4/+0
* PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu2012-02-141-47/+0
* PCI : Calculate right add_sizeYinghai Lu2012-02-141-2/+3
* PCI: Fix typo in setup-res.cMasanari Iida2012-02-141-1/+1
* x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe2012-02-141-3/+21
* PCI: Fix starting basis for resource requestsMyron Stowe2012-02-141-5/+9
* PCI/PM/Runtime: make PCI traces quieterVincent Palatin2012-01-061-3/+3
* pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* PCI : ability to relocate assigned pci-resourcesRam Pai2011-08-011-57/+95
* PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas2011-07-221-2/+1
* 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