summaryrefslogtreecommitdiff
path: root/drivers/pci/search.c
AgeCommit message (Expand)Author
2010-07-30PCI: use for_each_pci_dev()Kulikov Vasiliy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige
2009-11-04PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson
2009-09-09PCI: disable pci_find_device warnings when deprecated pci functions are enabledAndi Kleen
2009-06-16PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge()Kenji Kaneshige
2009-06-11PCI: remove deprecated pci_find_slot() interfaceAlex Chiang
2009-03-20PCI: fix wrong assumption in pci_find_upstream_pcie_bridgeKenji Kaneshige
2008-10-22PCI: Fix reference counting bugMatthew Wilcox
2008-09-16PCI: fix compiler warnings in pci_get_subsys()Greg KH
2008-08-21PCI: fix reference leak in pci_get_dev_by_id()Greg KH
2008-04-20PCI: clean up search.c a lotGreg Kroah-Hartman
2008-04-20PCI: remove pci_get_device_reverseGreg Kroah-Hartman
2008-04-20PCI: remove pci_find_presentGreg Kroah-Hartman
2007-11-05PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik
2007-10-22Intel IOMMU: PCI generic helper functionKeshavamurthy, Anil S
2007-07-16use no_pci_devices() in pci/search.cAndrew Morton
2007-07-11PCI: limit pci_get_bus_and_slot to domain 0Randy Dunlap
2007-05-31PCI: Fix pci_find_presentBen Gardner
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg
2007-03-09pci: fix section mismatch warningSam Ravnborg
2007-02-07PCI: remove pci_find_device_reverse()Adrian Bunk
2007-02-01[PATCH] pci: remove warning messagesAndrew Morton
2007-01-05[PATCH] PCI: prevent down_read when pci_devices is emptyArd van Breemen
2006-12-20PCI: Fix multiple problems with VIA hardwareAlan Cox
2006-12-20pci: Introduce pci_find_presentAlan Cox
2006-10-18pci: Additional search functionsAlan Cox
2006-08-03PCI: pci/search: EXPORTs cannot be __devinitRandy Dunlap
2006-07-31[PATCH] pci/search: cleanups, add to kernel-api.tmplRandy Dunlap
2006-06-21[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_devZhang Yanmin
2006-03-23[PATCH] PCI: Move pci_dev_put outside a spinlockAlan Stern
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - pci_find_next_bus exportPrarit Bhargava
2005-01-13[PATCH] PCI: Lock initializer cleanup - batch 4Thomas Gleixner
2004-10-05[PATCH] PCI: Create new function to see if a pci device is presentGreg Kroah-Hartman
2004-10-05[PATCH] PCI: delete the pci_find_class() function as it's unsafe in hotplugga...Greg Kroah-Hartman
2004-10-05[PATCH] PCI: clean up the comments in search.c to be correct.Greg Kroah-Hartman
2004-10-05[PATCH] PCI: add pci_get_class() to make a safe pci_find_class() like call.Greg Kroah-Hartman
2004-10-05[PATCH] PCI: make pci_find_class() warn if in interrupt like all other find/g...Greg Kroah-Hartman
2004-10-05[PATCH] PCI: make pci_find_subsys() static, as it should not be used anymoreGreg Kroah-Hartman
2004-01-28[PATCH] PCI: fix pci_get_slot() bugMatthew Wilcox
2004-01-28[PATCH] PCI: add pci_get_slot() functionMatthew Wilcox
2003-07-03[PATCH] PCI: Remove pci_bus_existsMatthew Wilcox
2003-07-03[PATCH] PCI: pci_find_bus needs a domainMatthew Wilcox
2003-07-01[PATCH] PCI: change WARN_ON(irqs_disabled()) to WARN_ON(in_interrupt()) to ke...Greg Kroah-Hartman
2003-06-19[PATCH] PCI: rename pci_get_dev() and pci_put_dev() to pci_dev_get() and pci_...Greg Kroah-Hartman
2003-06-19PCI: add locking to the pci device lists.Greg Kroah-Hartman
2003-06-10[PATCH] PCI: pci_present() can finally be removed, as there are no more users...Greg Kroah-Hartman
2003-06-09[PATCH] PCI: add pci_find_next_bus() function to prevent people from walking ...Greg Kroah-Hartman
2003-06-04[PATCH] PCI: move pci_present() into drivers/pci/search.cGreg Kroah-Hartman