aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/setup-res.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-01PCI : ability to relocate assigned pci-resourcesGravatar Ram Pai 1-57/+95
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Gravatar Bjorn Helgaas 1-2/+1
2010-10-17PCI: fix message typoGravatar Bjorn Helgaas 1-1/+1
2010-07-16PCI: fall back to original BIOS BAR addressesGravatar Bjorn Helgaas 1-0/+32
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOGravatar Bjorn Helgaas 1-5/+5
2010-03-24PCI: for address space collisions, show conflicting resourceGravatar Bjorn Helgaas 1-6/+8
2009-11-04PCI: improve discovery/configuration messagesGravatar Bjorn Helgaas 1-28/+32
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfGravatar Bjorn Helgaas 1-9/+11
2009-11-04PCI: print resources consistently with %pRtGravatar Bjorn Helgaas 1-16/+12
2009-10-06PCI: remove pci_assign_resource_fixed()Gravatar Bjorn Helgaas 1-37/+0
2009-09-09PCI: export pci_claim_resource for driver useGravatar Jesse Barnes 1-0/+1
2009-08-30PCI SR-IOV: correct broken resource alignment calculationsGravatar Chris Wright 1-4/+4
2009-08-02Make pci_claim_resource() use request_resource() rather than insert_resource()Gravatar Linus Torvalds 1-2/+2
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-13/+36
2009-06-17Fix pci_claim_resourceGravatar Matthew Wilcox 1-2/+2
2009-06-11PCI: improve resource allocation under transparent bridgesGravatar Yinghai Lu 1-13/+36
2009-03-20PCI: allow assignment of memory resources with a specified alignmentGravatar Yuji Shimada 1-0/+15
2009-01-07PCI: add a new function to map BAR offsetsGravatar Yu Zhao 1-8/+5
2009-01-07PCI: remove unnecessary arg of pci_update_resource()Gravatar Yu Zhao 1-3/+4
2009-01-07PCI: Don't carp about BAR allocation failures in quiet bootGravatar Ingo Molnar 1-2/+2
2008-10-20PCI: use resource_size() everywhere.Gravatar Zhao, Yu 1-1/+1
2008-10-20pci: Use new %pR to print resource rangesGravatar Benjamin Herrenschmidt 1-27/+13
2008-06-25PCI: use dev_printk when possibleGravatar Bjorn Helgaas 1-37/+33
2008-04-20PCI: clean up resource alignment managementGravatar Ivan Kokshaysky 1-19/+23
2008-04-20PCI: add generic pci_enable_resources()Gravatar Bjorn Helgaas 1-0/+43
2008-04-20PCI: #if 0 pci_assign_resource_fixed()Gravatar Adrian Bunk 1-1/+1
2008-02-01PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resourcesGravatar Benjamin Herrenschmidt 1-2/+4
2008-02-01PCI: drivers/pci/: remove unused exportsGravatar Adrian Bunk 1-1/+0
2007-05-02pci: do not mark exported functions as __devinitGravatar Sam Ravnborg 1-4/+2
2006-12-20PCI legacy resource fixGravatar Ralf Baechle 1-2/+17
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGravatar Greg Kroah-Hartman 1-3/+3
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Gravatar Greg Kroah-Hartman 1-11/+17
2006-06-21[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsGravatar Kumar Gala 1-0/+40
2006-01-31[PATCH] PCI Hotplug/powerpc: module build breakGravatar linas 1-0/+1
2005-09-08[PATCH] Make sparc64 use setup-res.cGravatar David S. Miller 1-4/+1
2005-09-08[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itGravatar John W. Linville 1-1/+1
2005-08-26Ignore disabled ROM resources at setupGravatar Linus Torvalds 1-1/+3
2005-08-08Revert "[PATCH] PCI: restore BAR values..."Gravatar Linus Torvalds 1-1/+1
2005-08-07[PATCH] Fix restore of 64-bit PCI BAR'sGravatar Ivan Kokshaysky 1-1/+6
2005-08-04[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itGravatar John W. Linville 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+200