aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/search.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-10PCI: Delete unnecessary NULL pointer checksMarkus Elfring1-2/+1
2014-09-22PCI: Remove unused pci_find_upstream_pcie_bridge()Alex Williamson1-34/+0
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-9/+7
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-9/+6
2014-06-02Merge branch 'pci/iommu' into nextBjorn Helgaas1-0/+87
2014-05-28PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson1-2/+8
2014-05-28PCI: Add support for DMA alias quirksAlex Williamson1-0/+11
2014-05-28PCI: Add DMA alias iteratorAlex Williamson1-0/+70
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker1-1/+0
2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang1-5/+5
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-6/+6
2013-01-25PCI: Fix reference count leak in pci_dev_present()Jiang Liu1-5/+5
2012-09-10Merge branch 'pci/feng-avoid-kmalloc' into nextBjorn Helgaas1-37/+18
2012-09-10PCI: Remove the obsolete no_pci_devices() checkFeng Tang1-9/+0
2012-08-24PCI: Use pci_device_id on stack for pci_get_subsys/class() to avoid kmallocFeng Tang1-27/+17
2012-08-23Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas1-4/+2
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-1/+1
2012-08-22PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-4/+2
2012-06-13PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong1-0/+2
2010-07-30PCI: use for_each_pci_dev()Kulikov Vasiliy1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-3/+3
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige1-2/+2
2009-11-04PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson1-17/+17
2009-09-09PCI: disable pci_find_device warnings when deprecated pci functions are enabledAndi Kleen1-31/+0
2009-06-16PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge()Kenji Kaneshige1-1/+1
2009-06-11PCI: remove deprecated pci_find_slot() interfaceAlex Chiang1-30/+0
2009-03-20PCI: fix wrong assumption in pci_find_upstream_pcie_bridgeKenji Kaneshige1-1/+1
2008-10-22PCI: Fix reference counting bugMatthew Wilcox1-6/+3
2008-09-16PCI: fix compiler warnings in pci_get_subsys()Greg KH1-3/+3
2008-08-21PCI: fix reference leak in pci_get_dev_by_id()Greg KH1-0/+2
2008-04-20PCI: clean up search.c a lotGreg Kroah-Hartman1-137/+112
2008-04-20PCI: remove pci_get_device_reverseGreg Kroah-Hartman1-41/+0
2008-04-20PCI: remove pci_find_presentGreg Kroah-Hartman1-20/+15
2007-11-05PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik1-0/+9
2007-10-22Intel IOMMU: PCI generic helper functionKeshavamurthy, Anil S1-0/+34
2007-07-16use no_pci_devices() in pci/search.cAndrew Morton1-2/+2
2007-07-11PCI: limit pci_get_bus_and_slot to domain 0Randy Dunlap1-2/+5
2007-05-31PCI: Fix pci_find_presentBen Gardner1-1/+2
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg1-2/+1
2007-03-09pci: fix section mismatch warningSam Ravnborg1-1/+1
2007-02-07PCI: remove pci_find_device_reverse()Adrian Bunk1-38/+0
2007-02-01[PATCH] pci: remove warning messagesAndrew Morton1-8/+2
2007-01-05[PATCH] PCI: prevent down_read when pci_devices is emptyArd van Breemen1-0/+24
2006-12-20PCI: Fix multiple problems with VIA hardwareAlan Cox1-2/+1
2006-12-20pci: Introduce pci_find_presentAlan Cox1-17/+22
2006-10-18pci: Additional search functionsAlan Cox1-2/+70
2006-08-03PCI: pci/search: EXPORTs cannot be __devinitRandy Dunlap1-1/+1
2006-07-31[PATCH] pci/search: cleanups, add to kernel-api.tmplRandy Dunlap1-21/+25
2006-06-21[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_devZhang Yanmin1-16/+16