aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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