index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-25
PCI: Fix reference count leak in pci_dev_present()
Jiang Liu
1
-5
/
+5
2012-09-10
Merge branch 'pci/feng-avoid-kmalloc' into next
Bjorn Helgaas
1
-37
/
+18
2012-09-10
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-23
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-13
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-16
PCI: change PCI nomenclature in drivers/pci/ (comment changes)
Stefan Assmann
1
-3
/
+3
2009-11-24
PCI: use pci_is_pcie() in pci core
Kenji Kaneshige
1
-2
/
+2
2009-11-04
PCI: add pci_get_domain_bus_and_slot function
Andrew Patterson
1
-17
/
+17
2009-09-09
PCI: disable pci_find_device warnings when deprecated pci functions are enabled
Andi Kleen
1
-31
/
+0
2009-06-16
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-22
PCI: Fix reference counting bug
Matthew Wilcox
1
-6
/
+3
2008-09-16
PCI: fix compiler warnings in pci_get_subsys()
Greg KH
1
-3
/
+3
2008-08-21
PCI: fix reference leak in pci_get_dev_by_id()
Greg KH
1
-0
/
+2
2008-04-20
PCI: clean up search.c a lot
Greg Kroah-Hartman
1
-137
/
+112
2008-04-20
PCI: remove pci_get_device_reverse
Greg Kroah-Hartman
1
-41
/
+0
2008-04-20
PCI: remove pci_find_present
Greg Kroah-Hartman
1
-20
/
+15
2007-11-05
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-11
PCI: limit pci_get_bus_and_slot to domain 0
Randy Dunlap
1
-2
/
+5
2007-05-31
PCI: Fix pci_find_present
Ben Gardner
1
-1
/
+2
2007-05-02
pci: do not mark exported functions as __devinit
Sam Ravnborg
1
-2
/
+1
2007-03-09
pci: fix section mismatch warning
Sam Ravnborg
1
-1
/
+1
2007-02-07
PCI: remove pci_find_device_reverse()
Adrian Bunk
1
-38
/
+0
2007-02-01
[PATCH] pci: remove warning messages
Andrew Morton
1
-8
/
+2
2007-01-05
[PATCH] PCI: prevent down_read when pci_devices is empty
Ard van Breemen
1
-0
/
+24
2006-12-20
PCI: Fix multiple problems with VIA hardware
Alan Cox
1
-2
/
+1
2006-12-20
pci: Introduce pci_find_present
Alan Cox
1
-17
/
+22
2006-10-18
pci: Additional search functions
Alan Cox
1
-2
/
+70
2006-08-03
PCI: pci/search: EXPORTs cannot be __devinit
Randy Dunlap
1
-1
/
+1
2006-07-31
[PATCH] pci/search: cleanups, add to kernel-api.tmpl
Randy Dunlap
1
-21
/
+25
2006-06-21
[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev
Zhang Yanmin
1
-16
/
+16
2006-03-23
[PATCH] PCI: Move pci_dev_put outside a spinlock
Alan Stern
1
-2
/
+2
2005-07-06
[IA64] hotplug/ia64: SN Hotplug Driver - pci_find_next_bus export
Prarit Bhargava
1
-0
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+388