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
/
remove.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
PCI: Autosense device removal in pci_bridge_d3_update()
Lukas Wunner
1
-1
/
+1
2016-09-14
PCI: Fix bridge_d3 update on device removal
Lukas Wunner
1
-2
/
+1
2016-06-13
PCI: Put PCIe ports into D3 during suspend
Mika Westerberg
1
-0
/
+2
2016-03-15
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-1
/
+0
2016-03-12
PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPY
Bjorn Helgaas
1
-1
/
+0
2016-03-09
PCI: Add pci_ops.{add,remove}_bus() callbacks
Thierry Reding
1
-0
/
+4
2015-04-08
PCI: Export symbols required for loadable host driver modules
Ray Jui
1
-0
/
+2
2014-02-01
Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"
Rafael J. Wysocki
1
-0
/
+17
2014-01-15
PCI: Check parent kobject in pci_destroy_dev()
Rafael J. Wysocki
1
-0
/
+3
2014-01-14
PCI: Add global pci_lock_rescan_remove()
Rafael J. Wysocki
1
-0
/
+8
2013-12-19
PCI: Remove from bus_list and release resources in pci_release_dev()
Yinghai Lu
1
-19
/
+0
2013-12-19
PCI: Use device_release_driver() in pci_stop_root_bus()
Yinghai Lu
1
-2
/
+2
2013-12-19
PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()
Rafael J. Wysocki
1
-1
/
+3
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-1
/
+1
2013-04-13
PCI: Add pcibios hooks for adding and removing PCI buses
Jiang Liu
1
-0
/
+1
2013-04-13
PCI: When removing bus, always remove legacy files & unregister
Jiang Liu
1
-3
/
+0
2013-02-26
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2013-02-13
PCI/PM: Clean up PME state when removing a device
Rafael J. Wysocki
1
-0
/
+2
2013-01-26
PCI: Make device create/destroy logic symmetric
Jiang Liu
1
-2
/
+2
2012-11-04
PCI: Add pci_stop_and_remove_root_bus()
Yinghai Lu
1
-0
/
+36
2012-09-21
PCI: Stop all children first, before removing all children
Yinghai Lu
1
-16
/
+35
2012-08-22
PCI: Leave normal LIST_POISON in deleted list entries
Bjorn Helgaas
1
-3
/
+0
2012-08-22
PCI: Rename local variables to conventional names
Bjorn Helgaas
1
-7
/
+7
2012-08-22
PCI: Remove unused, commented-out, code
Bjorn Helgaas
1
-19
/
+0
2012-08-22
PCI: Stop and remove devices in one pass
Bjorn Helgaas
1
-35
/
+7
2012-08-22
PCI: Fold stop and remove helpers into their callers
Bjorn Helgaas
1
-33
/
+20
2012-08-22
PCI: Use list_for_each_entry() for bus->devices traversal
Bjorn Helgaas
1
-7
/
+6
2012-08-22
PCI: Remove pci_stop_and_remove_behind_bridge()
Bjorn Helgaas
1
-25
/
+0
2012-08-22
PCI: Don't export stop_bus_device and remove_bus_device interfaces
Bjorn Helgaas
1
-4
/
+4
2012-06-14
PCI: release busn_res when removing bus
Yinghai Lu
1
-0
/
+1
2012-02-28
PCI: export __pci_remove_bus_device
Yinghai Lu
1
-1
/
+3
2012-02-28
PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge
Yinghai Lu
1
-3
/
+4
2012-02-28
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
1
-4
/
+4
2012-02-14
PCI: make sriov work with hotplug remove
Yinghai Lu
1
-1
/
+9
2012-02-11
PCI: Fix pci cardbus removal
Yinghai Lu
1
-6
/
+22
2012-01-07
PCI: Only call pci_stop_bus_device() one time for child devices at remove
Yinghai Lu
1
-3
/
+7
2011-05-21
PCI/sysfs: move bus cpuaffinity to class dev_attrs
Yinghai Lu
1
-2
/
+0
2009-06-11
PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev()
Alex Chiang
1
-2
/
+0
2009-03-27
PCI: fix kernel oops on bridge removal
Kenji Kaneshige
1
-0
/
+1
2009-03-20
PCI: check if a bus is added when removing it
Yu Zhao
1
-0
/
+3
2008-10-20
PCI: fix sparse warning in pci_remove_behind_bridge
Stephen Hemminger
1
-7
/
+3
2008-10-20
PCI: make CPU list affinity visible
Mike Travis
1
-0
/
+1
2008-04-21
PCI: add PCI Express ASPM support
Shaohua Li
1
-0
/
+4
2008-04-21
PCI: remove global list of PCI devices
Greg Kroah-Hartman
1
-4
/
+0
2008-04-21
PCI: add is_added flag to struct pci_dev
Greg Kroah-Hartman
1
-4
/
+2
2008-02-02
Revert "PCI: PCIE ASPM support"
Greg Kroah-Hartman
1
-4
/
+0
2008-02-02
PCI: make pci_bus a struct device
Greg Kroah-Hartman
1
-4
/
+2
2008-02-02
PCI: PCIE ASPM support
Shaohua Li
1
-0
/
+4
2006-09-27
PCI: add pci_stop_bus_device
Satoru Takeuchi
1
-1
/
+36
2006-06-21
[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev
Zhang Yanmin
1
-6
/
+6
[next]