summaryrefslogtreecommitdiffstats
path: root/drivers/pci/remove.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner2016-11-171-1/+1
* PCI: Fix bridge_d3 update on device removalLukas Wunner2016-09-131-2/+1
* PCI: Put PCIe ports into D3 during suspendMika Westerberg2016-06-131-0/+2
* Merge branch 'pci/resource' into nextBjorn Helgaas2016-03-151-1/+0
|\
| * PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas2016-03-121-1/+0
* | PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding2016-03-081-0/+4
|/
* PCI: Export symbols required for loadable host driver modulesRay Jui2015-04-081-0/+2
* Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2014-02-011-0/+17
* PCI: Check parent kobject in pci_destroy_dev()Rafael J. Wysocki2014-01-151-0/+3
* PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki2014-01-131-0/+8
* PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu2013-12-181-19/+0
* PCI: Use device_release_driver() in pci_stop_root_bus()Yinghai Lu2013-12-181-2/+2
* PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki2013-12-181-1/+3
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu2013-04-121-0/+1
* PCI: When removing bus, always remove legacy files & unregisterJiang Liu2013-04-121-3/+0
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-2/+2
|\
| * PCI: Make device create/destroy logic symmetricJiang Liu2013-01-251-2/+2
* | PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki2013-02-131-0/+2
|/
* PCI: Add pci_stop_and_remove_root_bus()Yinghai Lu2012-11-031-0/+36
* PCI: Stop all children first, before removing all childrenYinghai Lu2012-09-201-16/+35
* PCI: Leave normal LIST_POISON in deleted list entriesBjorn Helgaas2012-08-221-3/+0
* PCI: Rename local variables to conventional namesBjorn Helgaas2012-08-221-7/+7
* PCI: Remove unused, commented-out, codeBjorn Helgaas2012-08-221-19/+0
* PCI: Stop and remove devices in one passBjorn Helgaas2012-08-221-35/+7
* PCI: Fold stop and remove helpers into their callersBjorn Helgaas2012-08-221-33/+20
* PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2012-08-221-7/+6
* PCI: Remove pci_stop_and_remove_behind_bridge()Bjorn Helgaas2012-08-221-25/+0
* PCI: Don't export stop_bus_device and remove_bus_device interfacesBjorn Helgaas2012-08-221-4/+4
* PCI: release busn_res when removing busYinghai Lu2012-06-131-0/+1
* PCI: export __pci_remove_bus_deviceYinghai Lu2012-02-271-1/+3
* PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu2012-02-271-3/+4
* PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-4/+4
* PCI: make sriov work with hotplug removeYinghai Lu2012-02-141-1/+9
* PCI: Fix pci cardbus removalYinghai Lu2012-02-101-6/+22
* PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu2012-01-061-3/+7
* PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu2011-05-211-2/+0
* PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev()Alex Chiang2009-06-111-2/+0
* PCI: fix kernel oops on bridge removalKenji Kaneshige2009-03-261-0/+1
* PCI: check if a bus is added when removing itYu Zhao2009-03-191-0/+3
* PCI: fix sparse warning in pci_remove_behind_bridgeStephen Hemminger2008-10-201-7/+3
* PCI: make CPU list affinity visibleMike Travis2008-10-201-0/+1
* PCI: add PCI Express ASPM supportShaohua Li2008-04-201-0/+4
* PCI: remove global list of PCI devicesGreg Kroah-Hartman2008-04-201-4/+0
* PCI: add is_added flag to struct pci_devGreg Kroah-Hartman2008-04-201-4/+2
* Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman2008-02-021-4/+0
* PCI: make pci_bus a struct deviceGreg Kroah-Hartman2008-02-011-4/+2
* PCI: PCIE ASPM supportShaohua Li2008-02-011-0/+4
* PCI: add pci_stop_bus_deviceSatoru Takeuchi2006-09-261-1/+36
* [PATCH] PCI: fix race with pci_walk_bus and pci_destroy_devZhang Yanmin2006-06-211-6/+6
OpenPOWER on IntegriCloud