aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/setup-res.c
AgeCommit message (Expand)Author
2013-04-15PCI: Remove unused variablesBjorn Helgaas
2012-07-18Merge branch 'pci/nikhil-big-bar-fixes' into nextBjorn Helgaas
2012-07-11PCI: reorder __pci_assign_resource() (no change)Bjorn Helgaas
2012-07-11PCI: fix truncation of resource size to 32 bitsNikhil P Rao
2012-07-09PCI: disable MEM decoding while updating 64-bit MEM BARsBjorn Helgaas
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu
2012-02-14PCI : Calculate right add_sizeYinghai Lu
2012-02-14PCI: Fix typo in setup-res.cMasanari Iida
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe
2012-02-14PCI: Fix starting basis for resource requestsMyron Stowe
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-08-01PCI : ability to relocate assigned pci-resourcesRam Pai
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas
2010-10-17PCI: fix message typoBjorn Helgaas
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas
2010-03-24PCI: for address space collisions, show conflicting resourceBjorn Helgaas
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas
2009-10-06PCI: remove pci_assign_resource_fixed()Bjorn Helgaas
2009-09-09PCI: export pci_claim_resource for driver useJesse Barnes
2009-08-30PCI SR-IOV: correct broken resource alignment calculationsChris Wright
2009-08-02Make pci_claim_resource() use request_resource() rather than insert_resource()Linus Torvalds
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-06-17Fix pci_claim_resourceMatthew Wilcox
2009-06-11PCI: improve resource allocation under transparent bridgesYinghai Lu
2009-03-20PCI: allow assignment of memory resources with a specified alignmentYuji Shimada
2009-01-07PCI: add a new function to map BAR offsetsYu Zhao
2009-01-07PCI: remove unnecessary arg of pci_update_resource()Yu Zhao
2009-01-07PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar
2008-10-20PCI: use resource_size() everywhere.Zhao, Yu
2008-10-20pci: Use new %pR to print resource rangesBenjamin Herrenschmidt
2008-06-25PCI: use dev_printk when possibleBjorn Helgaas
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky
2008-04-20PCI: add generic pci_enable_resources()Bjorn Helgaas
2008-04-20PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk
2008-02-01PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resourcesBenjamin Herrenschmidt
2008-02-01PCI: drivers/pci/: remove unused exportsAdrian Bunk
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg
2006-12-20PCI legacy resource fixRalf Baechle
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Greg Kroah-Hartman
2006-06-21[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsKumar Gala
2006-01-31[PATCH] PCI Hotplug/powerpc: module build breaklinas
2005-09-08[PATCH] Make sparc64 use setup-res.cDavid S. Miller
2005-09-08[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville
2005-08-26Ignore disabled ROM resources at setupLinus Torvalds