aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-res.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-26Ignore disabled ROM resources at setupLinus Torvalds1-1/+3
2005-08-08Revert "[PATCH] PCI: restore BAR values..."Linus Torvalds1-1/+1
2005-08-07[PATCH] Fix restore of 64-bit PCI BAR'sIvan Kokshaysky1-1/+6
2005-08-04[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+200