aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-res.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-04-15PCI: Remove unused variablesBjorn Helgaas1-2/+0
2012-07-18Merge branch 'pci/nikhil-big-bar-fixes' into nextBjorn Helgaas1-53/+54
2012-07-11PCI: reorder __pci_assign_resource() (no change)Bjorn Helgaas1-52/+52
2012-07-11PCI: fix truncation of resource size to 32 bitsNikhil P Rao1-1/+2
2012-07-09PCI: disable MEM decoding while updating 64-bit MEM BARsBjorn Helgaas1-0/+18
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu1-4/+0
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu1-47/+0
2012-02-14PCI : Calculate right add_sizeYinghai Lu1-2/+3
2012-02-14PCI: Fix typo in setup-res.cMasanari Iida1-1/+1
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe1-3/+21
2012-02-14PCI: Fix starting basis for resource requestsMyron Stowe1-5/+9
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin1-3/+3
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-01PCI : ability to relocate assigned pci-resourcesRam Pai1-57/+95
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas1-2/+1
2010-10-17PCI: fix message typoBjorn Helgaas1-1/+1
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas1-0/+32
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-03-24PCI: for address space collisions, show conflicting resourceBjorn Helgaas1-6/+8
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas1-28/+32
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-9/+11
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas1-16/+12
2009-10-06PCI: remove pci_assign_resource_fixed()Bjorn Helgaas1-37/+0
2009-09-09PCI: export pci_claim_resource for driver useJesse Barnes1-0/+1
2009-08-30PCI SR-IOV: correct broken resource alignment calculationsChris Wright1-4/+4
2009-08-02Make pci_claim_resource() use request_resource() rather than insert_resource()Linus Torvalds1-2/+2
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-13/+36
2009-06-17Fix pci_claim_resourceMatthew Wilcox1-2/+2
2009-06-11PCI: improve resource allocation under transparent bridgesYinghai Lu1-13/+36
2009-03-20PCI: allow assignment of memory resources with a specified alignmentYuji Shimada1-0/+15
2009-01-07PCI: add a new function to map BAR offsetsYu Zhao1-8/+5
2009-01-07PCI: remove unnecessary arg of pci_update_resource()Yu Zhao1-3/+4
2009-01-07PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar1-2/+2
2008-10-20PCI: use resource_size() everywhere.Zhao, Yu1-1/+1
2008-10-20pci: Use new %pR to print resource rangesBenjamin Herrenschmidt1-27/+13
2008-06-25PCI: use dev_printk when possibleBjorn Helgaas1-37/+33
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky1-19/+23
2008-04-20PCI: add generic pci_enable_resources()Bjorn Helgaas1-0/+43
2008-04-20PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk1-1/+1
2008-02-01PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resourcesBenjamin Herrenschmidt1-2/+4
2008-02-01PCI: drivers/pci/: remove unused exportsAdrian Bunk1-1/+0
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg1-4/+2
2006-12-20PCI legacy resource fixRalf Baechle1-2/+17
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-3/+3
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug driversGreg Kroah-Hartman1-11/+17
2006-06-21[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsKumar Gala1-0/+40
2006-01-31[PATCH] PCI Hotplug/powerpc: module build breaklinas1-0/+1
2005-09-08[PATCH] Make sparc64 use setup-res.cDavid S. Miller1-4/+1
2005-09-08[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville1-1/+1