index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
PCI: Remove WARN_ON(in_interrupt())
Sebastian Andrzej Siewior
1
-4
/
+0
2020-01-30
Merge branch 'pci/host-vmd'
Bjorn Helgaas
1
-0
/
+6
2020-01-24
PCI: Introduce pci_real_dma_dev()
Jon Derrick
1
-0
/
+6
2019-12-18
PCI: Fix pci_add_dma_alias() bitmask size
James Sewart
1
-2
/
+2
2019-07-24
PCI: Unexport pci_bus_sem
Kelsey Skunberg
1
-1
/
+0
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-2
/
+2
2019-04-30
PCI: Add pci_dev_id() helper
Heiner Kallweit
1
-7
/
+3
2018-03-19
PCI: Tidy comments
Bjorn Helgaas
1
-4
/
+4
2018-01-26
PCI: Add SPDX GPL-2.0 when no license was specified
Bjorn Helgaas
1
-0
/
+1
2017-04-14
PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT
Jayachandran C
1
-0
/
+4
2016-04-11
PCI: Add support for multiple DMA aliases
Jacek Lawrynowicz
1
-5
/
+9
2014-11-11
PCI: Delete unnecessary NULL pointer checks
Markus Elfring
1
-2
/
+1
2014-09-23
PCI: Remove unused pci_find_upstream_pcie_bridge()
Alex Williamson
1
-34
/
+0
2014-06-11
PCI: Whitespace cleanup
Ryan Desfosses
1
-9
/
+7
2014-06-10
PCI: Move EXPORT_SYMBOL so it immediately follows function/variable
Ryan Desfosses
1
-9
/
+6
2014-06-03
Merge branch 'pci/iommu' into next
Bjorn Helgaas
1
-0
/
+87
2014-05-29
PCI: Add support for PCIe-to-PCI bridge DMA alias quirks
Alex Williamson
1
-2
/
+8
2014-05-29
PCI: Add support for DMA alias quirks
Alex Williamson
1
-0
/
+11
2014-05-28
PCI: Add DMA alias iterator
Alex Williamson
1
-0
/
+70
2014-04-15
PCI: Remove unnecessary includes of <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-02-14
PCI: Remove pci_bus_b() and use list_for_each_entry() directly
Yijing Wang
1
-5
/
+5
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-6
/
+6
2013-01-26
PCI: Fix reference count leak in pci_dev_present()
Jiang Liu
1
-5
/
+5
2012-09-11
Merge branch 'pci/feng-avoid-kmalloc' into next
Bjorn Helgaas
1
-37
/
+18
2012-09-11
PCI: Remove the obsolete no_pci_devices() check
Feng Tang
1
-9
/
+0
2012-08-24
PCI: Use pci_device_id on stack for pci_get_subsys/class() to avoid kmalloc
Feng Tang
1
-27
/
+17
2012-08-24
Merge branch 'pci/bjorn-cleanup-remove' into next
Bjorn Helgaas
1
-4
/
+2
2012-08-23
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
Yijing Wang
1
-1
/
+1
2012-08-22
PCI: Use list_for_each_entry() for bus->devices traversal
Bjorn Helgaas
1
-4
/
+2
2012-06-14
PCI: acpiphp: remove all functions in slot, even without ACPI _EJx
Amos Kong
1
-0
/
+2
2010-07-30
PCI: use for_each_pci_dev()
Kulikov Vasiliy
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-17
PCI: change PCI nomenclature in drivers/pci/ (comment changes)
Stefan Assmann
1
-3
/
+3
2009-11-25
PCI: use pci_is_pcie() in pci core
Kenji Kaneshige
1
-2
/
+2
2009-11-05
PCI: add pci_get_domain_bus_and_slot function
Andrew Patterson
1
-17
/
+17
2009-09-10
PCI: disable pci_find_device warnings when deprecated pci functions are enabled
Andi Kleen
1
-31
/
+0
2009-06-17
PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge()
Kenji Kaneshige
1
-1
/
+1
2009-06-11
PCI: remove deprecated pci_find_slot() interface
Alex Chiang
1
-30
/
+0
2009-03-20
PCI: fix wrong assumption in pci_find_upstream_pcie_bridge
Kenji Kaneshige
1
-1
/
+1
2008-10-23
PCI: Fix reference counting bug
Matthew Wilcox
1
-6
/
+3
2008-09-17
PCI: fix compiler warnings in pci_get_subsys()
Greg KH
1
-3
/
+3
2008-08-22
PCI: fix reference leak in pci_get_dev_by_id()
Greg KH
1
-0
/
+2
2008-04-21
PCI: clean up search.c a lot
Greg Kroah-Hartman
1
-137
/
+112
2008-04-21
PCI: remove pci_get_device_reverse
Greg Kroah-Hartman
1
-41
/
+0
2008-04-21
PCI: remove pci_find_present
Greg Kroah-Hartman
1
-20
/
+15
2007-11-06
PCI: Add Kconfig option to disable deprecated pci_find_* API
Jeff Garzik
1
-0
/
+9
2007-10-22
Intel IOMMU: PCI generic helper function
Keshavamurthy, Anil S
1
-0
/
+34
2007-07-16
use no_pci_devices() in pci/search.c
Andrew Morton
1
-2
/
+2
2007-07-12
PCI: limit pci_get_bus_and_slot to domain 0
Randy Dunlap
1
-2
/
+5
2007-06-01
PCI: Fix pci_find_present
Ben Gardner
1
-1
/
+2
[next]