aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-20PCI: remove global list of PCI devicesGreg Kroah-Hartman1-4/+0
2008-04-20PCI: add is_added flag to struct pci_devGreg Kroah-Hartman1-7/+4
2008-03-13PCI: fix issue with busses registering multiple times in sysfsGreg Kroah-Hartman1-1/+5
2008-03-04PCI: fix up error messages for pci_bus registeringGreg Kroah-Hartman1-4/+6
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman1-4/+13
2008-02-01PCI: drivers/pci/: remove unused exportsAdrian Bunk1-1/+0
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg1-2/+2
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman1-6/+16
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-5/+5
2006-06-21[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_devZhang Yanmin1-12/+9
2005-09-08[PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive)Paul Mackerras1-0/+48
2005-09-08[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman1-1/+2
2005-08-02pci: make bus resource start address override minimum IO addressLinus Torvalds1-1/+3
2005-06-27[PATCH] acpi bridge hotadd: Link newly created pci child bus to its parent on creationRajesh Shah1-4/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+151