index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
search.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: Remove WARN_ON(in_interrupt())
Sebastian Andrzej Siewior
2021-02-10
1
-4
/
+0
*
Merge branch 'pci/host-vmd'
Bjorn Helgaas
2020-01-29
1
-0
/
+6
|
\
|
*
PCI: Introduce pci_real_dma_dev()
Jon Derrick
2020-01-24
1
-0
/
+6
*
|
PCI: Fix pci_add_dma_alias() bitmask size
James Sewart
2019-12-18
1
-2
/
+2
|
/
*
PCI: Unexport pci_bus_sem
Kelsey Skunberg
2019-07-23
1
-1
/
+0
*
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-06-24
1
-2
/
+2
*
PCI: Add pci_dev_id() helper
Heiner Kallweit
2019-04-29
1
-7
/
+3
*
PCI: Tidy comments
Bjorn Helgaas
2018-03-19
1
-4
/
+4
*
PCI: Add SPDX GPL-2.0 when no license was specified
Bjorn Helgaas
2018-01-26
1
-0
/
+1
*
PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT
Jayachandran C
2017-04-13
1
-0
/
+4
*
PCI: Add support for multiple DMA aliases
Jacek Lawrynowicz
2016-04-11
1
-5
/
+9
*
PCI: Delete unnecessary NULL pointer checks
Markus Elfring
2014-11-10
1
-2
/
+1
*
PCI: Remove unused pci_find_upstream_pcie_bridge()
Alex Williamson
2014-09-22
1
-34
/
+0
*
PCI: Whitespace cleanup
Ryan Desfosses
2014-06-10
1
-9
/
+7
*
PCI: Move EXPORT_SYMBOL so it immediately follows function/variable
Ryan Desfosses
2014-06-10
1
-9
/
+6
*
Merge branch 'pci/iommu' into next
Bjorn Helgaas
2014-06-02
1
-0
/
+87
|
\
|
*
PCI: Add support for PCIe-to-PCI bridge DMA alias quirks
Alex Williamson
2014-05-28
1
-2
/
+8
|
*
PCI: Add support for DMA alias quirks
Alex Williamson
2014-05-28
1
-0
/
+11
|
*
PCI: Add DMA alias iterator
Alex Williamson
2014-05-28
1
-0
/
+70
*
|
PCI: Remove unnecessary includes of <linux/init.h>
Paul Gortmaker
2014-04-14
1
-1
/
+0
|
/
*
PCI: Remove pci_bus_b() and use list_for_each_entry() directly
Yijing Wang
2014-02-14
1
-5
/
+5
*
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
2013-11-14
1
-6
/
+6
*
PCI: Fix reference count leak in pci_dev_present()
Jiang Liu
2013-01-25
1
-5
/
+5
*
Merge branch 'pci/feng-avoid-kmalloc' into next
Bjorn Helgaas
2012-09-10
1
-37
/
+18
|
\
|
*
PCI: Remove the obsolete no_pci_devices() check
Feng Tang
2012-09-10
1
-9
/
+0
|
*
PCI: Use pci_device_id on stack for pci_get_subsys/class() to avoid kmalloc
Feng Tang
2012-08-24
1
-27
/
+17
*
|
Merge branch 'pci/bjorn-cleanup-remove' into next
Bjorn Helgaas
2012-08-23
1
-4
/
+2
|
\
\
|
*
|
PCI: Use list_for_each_entry() for bus->devices traversal
Bjorn Helgaas
2012-08-22
1
-4
/
+2
|
|
/
*
/
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
Yijing Wang
2012-08-23
1
-1
/
+1
|
/
*
PCI: acpiphp: remove all functions in slot, even without ACPI _EJx
Amos Kong
2012-06-13
1
-0
/
+2
*
PCI: use for_each_pci_dev()
Kulikov Vasiliy
2010-07-30
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
PCI: change PCI nomenclature in drivers/pci/ (comment changes)
Stefan Assmann
2009-12-16
1
-3
/
+3
*
PCI: use pci_is_pcie() in pci core
Kenji Kaneshige
2009-11-24
1
-2
/
+2
*
PCI: add pci_get_domain_bus_and_slot function
Andrew Patterson
2009-11-04
1
-17
/
+17
*
PCI: disable pci_find_device warnings when deprecated pci functions are enabled
Andi Kleen
2009-09-09
1
-31
/
+0
*
PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge()
Kenji Kaneshige
2009-06-16
1
-1
/
+1
*
PCI: remove deprecated pci_find_slot() interface
Alex Chiang
2009-06-11
1
-30
/
+0
*
PCI: fix wrong assumption in pci_find_upstream_pcie_bridge
Kenji Kaneshige
2009-03-20
1
-1
/
+1
*
PCI: Fix reference counting bug
Matthew Wilcox
2008-10-22
1
-6
/
+3
*
PCI: fix compiler warnings in pci_get_subsys()
Greg KH
2008-09-16
1
-3
/
+3
*
PCI: fix reference leak in pci_get_dev_by_id()
Greg KH
2008-08-21
1
-0
/
+2
*
PCI: clean up search.c a lot
Greg Kroah-Hartman
2008-04-20
1
-137
/
+112
*
PCI: remove pci_get_device_reverse
Greg Kroah-Hartman
2008-04-20
1
-41
/
+0
*
PCI: remove pci_find_present
Greg Kroah-Hartman
2008-04-20
1
-20
/
+15
*
PCI: Add Kconfig option to disable deprecated pci_find_* API
Jeff Garzik
2007-11-05
1
-0
/
+9
*
Intel IOMMU: PCI generic helper function
Keshavamurthy, Anil S
2007-10-22
1
-0
/
+34
*
use no_pci_devices() in pci/search.c
Andrew Morton
2007-07-16
1
-2
/
+2
*
PCI: limit pci_get_bus_and_slot to domain 0
Randy Dunlap
2007-07-11
1
-2
/
+5
*
PCI: Fix pci_find_present
Ben Gardner
2007-05-31
1
-1
/
+2
[next]