aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/bus.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu2011-05-211-6/+0
* Revert "PCI: allocate bus resources from the top down"Bjorn Helgaas2010-12-171-48/+5
* Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"Bjorn Helgaas2010-12-171-49/+21
* PCI: fix pci_bus_alloc_resource() hang, prefer positive decodeBjorn Helgaas2010-11-121-21/+49
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-281-0/+1
|\
| * x86/PCI: Export pci_walk_bus function.Konrad Rzeszutek Wilk2010-10-181-0/+1
* | PCI: allocate bus resources from the top downBjorn Helgaas2010-10-261-5/+48
|/
* PCI: check return value of pci_enable_device() when enabling bridgesJunchang Wang2010-07-301-0/+2
* PCI: sparse warning (trivial)Stephen Hemminger2010-07-301-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-071-2/+2
* PCI: augment bus resource table with a listBjorn Helgaas2010-02-231-0/+46
* PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-2/+2
* resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
* resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-2/+4
* PCI AER: support Multiple Error Received and no error source idZhang, Yanmin2009-06-161-2/+9
* PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu2009-06-111-1/+6
* PCI: Setup disabled bridges even if buses are addedYuji Shimada2009-04-061-1/+1
* PCI: do not enable bridges more than onceAlex Chiang2009-03-201-2/+4
* PCI: constify pci_bus_add_devices()akpm@linux-foundation.org2009-03-191-1/+1
* PCI: factor pci_bus_add_child() from pci_bus_add_devices()Yu Zhao2009-01-071-23/+33
* PCI: cleanup pci_bus_add_devices()Yu Zhao2009-01-071-27/+28
* PCI: Add legacy_io/mem to all bussesBenjamin Herrenschmidt2009-01-071-0/+4
* PCI: make CPU list affinity visibleMike Travis2008-10-201-0/+7
* PCI: remove global list of PCI devicesGreg Kroah-Hartman2008-04-201-4/+0
* PCI: add is_added flag to struct pci_devGreg Kroah-Hartman2008-04-201-7/+4
* PCI: fix issue with busses registering multiple times in sysfsGreg Kroah-Hartman2008-03-131-1/+5
* PCI: fix up error messages for pci_bus registeringGreg Kroah-Hartman2008-03-041-4/+6
* PCI: make pci_bus a struct deviceGreg Kroah-Hartman2008-02-011-4/+13
* PCI: drivers/pci/: remove unused exportsAdrian Bunk2008-02-011-1/+0
* pci: do not mark exported functions as __devinitSam Ravnborg2007-05-021-2/+2
* PCI: fix __must_check warningsGreg Kroah-Hartman2006-09-261-6/+16
* [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-5/+5
* [PATCH] PCI: fix race with pci_walk_bus and pci_destroy_devZhang Yanmin2006-06-211-12/+9
* [PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive)Paul Mackerras2005-09-081-0/+48
* [PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman2005-09-081-1/+2
* pci: make bus resource start address override minimum IO addressLinus Torvalds2005-08-021-1/+3
* [PATCH] acpi bridge hotadd: Link newly created pci child bus to its parent on...Rajesh Shah2005-06-271-4/+7
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+151