summaryrefslogtreecommitdiffstats
path: root/drivers/pci/search.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add support for multiple DMA aliasesJacek Lawrynowicz2016-04-111-5/+9
* PCI: Delete unnecessary NULL pointer checksMarkus Elfring2014-11-101-2/+1
* PCI: Remove unused pci_find_upstream_pcie_bridge()Alex Williamson2014-09-221-34/+0
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-9/+7
* PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-101-9/+6
* Merge branch 'pci/iommu' into nextBjorn Helgaas2014-06-021-0/+87
|\
| * PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson2014-05-281-2/+8
| * PCI: Add support for DMA alias quirksAlex Williamson2014-05-281-0/+11
| * PCI: Add DMA alias iteratorAlex Williamson2014-05-281-0/+70
* | PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-141-1/+0
|/
* PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang2014-02-141-5/+5
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-6/+6
* PCI: Fix reference count leak in pci_dev_present()Jiang Liu2013-01-251-5/+5
* Merge branch 'pci/feng-avoid-kmalloc' into nextBjorn Helgaas2012-09-101-37/+18
|\
| * PCI: Remove the obsolete no_pci_devices() checkFeng Tang2012-09-101-9/+0
| * PCI: Use pci_device_id on stack for pci_get_subsys/class() to avoid kmallocFeng Tang2012-08-241-27/+17
* | Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas2012-08-231-4/+2
|\ \
| * | PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2012-08-221-4/+2
| |/
* | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-1/+1
|/
* PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong2012-06-131-0/+2
* PCI: use for_each_pci_dev()Kulikov Vasiliy2010-07-301-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann2009-12-161-3/+3
* PCI: use pci_is_pcie() in pci coreKenji Kaneshige2009-11-241-2/+2
* PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson2009-11-041-17/+17
* PCI: disable pci_find_device warnings when deprecated pci functions are enabledAndi Kleen2009-09-091-31/+0
* PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge()Kenji Kaneshige2009-06-161-1/+1
* PCI: remove deprecated pci_find_slot() interfaceAlex Chiang2009-06-111-30/+0
* PCI: fix wrong assumption in pci_find_upstream_pcie_bridgeKenji Kaneshige2009-03-201-1/+1
* PCI: Fix reference counting bugMatthew Wilcox2008-10-221-6/+3
* PCI: fix compiler warnings in pci_get_subsys()Greg KH2008-09-161-3/+3
* PCI: fix reference leak in pci_get_dev_by_id()Greg KH2008-08-211-0/+2
* PCI: clean up search.c a lotGreg Kroah-Hartman2008-04-201-137/+112
* PCI: remove pci_get_device_reverseGreg Kroah-Hartman2008-04-201-41/+0
* PCI: remove pci_find_presentGreg Kroah-Hartman2008-04-201-20/+15
* PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik2007-11-051-0/+9
* Intel IOMMU: PCI generic helper functionKeshavamurthy, Anil S2007-10-221-0/+34
* use no_pci_devices() in pci/search.cAndrew Morton2007-07-161-2/+2
* PCI: limit pci_get_bus_and_slot to domain 0Randy Dunlap2007-07-111-2/+5
* PCI: Fix pci_find_presentBen Gardner2007-05-311-1/+2
* pci: do not mark exported functions as __devinitSam Ravnborg2007-05-021-2/+1
* pci: fix section mismatch warningSam Ravnborg2007-03-091-1/+1
* PCI: remove pci_find_device_reverse()Adrian Bunk2007-02-071-38/+0
* [PATCH] pci: remove warning messagesAndrew Morton2007-02-011-8/+2
* [PATCH] PCI: prevent down_read when pci_devices is emptyArd van Breemen2007-01-051-0/+24
* PCI: Fix multiple problems with VIA hardwareAlan Cox2006-12-201-2/+1
* pci: Introduce pci_find_presentAlan Cox2006-12-201-17/+22
* pci: Additional search functionsAlan Cox2006-10-181-2/+70
* PCI: pci/search: EXPORTs cannot be __devinitRandy Dunlap2006-08-031-1/+1
* [PATCH] pci/search: cleanups, add to kernel-api.tmplRandy Dunlap2006-07-311-21/+25
OpenPOWER on IntegriCloud