aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/remove.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-17PCI/ASPM: Fix link_state teardown on device removalLukas Wunner1-3/+1
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas1-1/+0
2018-08-06PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas1-2/+3
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2017-10-25PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson1-1/+1
2016-11-17PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner1-1/+1
2016-09-13PCI: Fix bridge_d3 update on device removalLukas Wunner1-2/+1
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg1-0/+2
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+0
2016-03-12PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas1-1/+0
2016-03-08PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding1-0/+4
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui1-0/+2
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki1-0/+17
2014-01-15PCI: Check parent kobject in pci_destroy_dev()Rafael J. Wysocki1-0/+3
2014-01-13PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki1-0/+8
2013-12-18PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu1-19/+0
2013-12-18PCI: Use device_release_driver() in pci_stop_root_bus()Yinghai Lu1-2/+2
2013-12-18PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki1-1/+3
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-04-12PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu1-0/+1
2013-04-12PCI: When removing bus, always remove legacy files & unregisterJiang Liu1-3/+0
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2013-02-13PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki1-0/+2
2013-01-25PCI: Make device create/destroy logic symmetricJiang Liu1-2/+2
2012-11-03PCI: Add pci_stop_and_remove_root_bus()Yinghai Lu1-0/+36
2012-09-20PCI: Stop all children first, before removing all childrenYinghai Lu1-16/+35
2012-08-22PCI: Leave normal LIST_POISON in deleted list entriesBjorn Helgaas1-3/+0
2012-08-22PCI: Rename local variables to conventional namesBjorn Helgaas1-7/+7
2012-08-22PCI: Remove unused, commented-out, codeBjorn Helgaas1-19/+0
2012-08-22PCI: Stop and remove devices in one passBjorn Helgaas1-35/+7
2012-08-22PCI: Fold stop and remove helpers into their callersBjorn Helgaas1-33/+20
2012-08-22PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-7/+6
2012-08-22PCI: Remove pci_stop_and_remove_behind_bridge()Bjorn Helgaas1-25/+0
2012-08-22PCI: Don't export stop_bus_device and remove_bus_device interfacesBjorn Helgaas1-4/+4
2012-06-13PCI: release busn_res when removing busYinghai Lu1-0/+1
2012-02-27PCI: export __pci_remove_bus_deviceYinghai Lu1-1/+3
2012-02-27PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu1-3/+4
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-4/+4
2012-02-14PCI: make sriov work with hotplug removeYinghai Lu1-1/+9
2012-02-10PCI: Fix pci cardbus removalYinghai Lu1-6/+22
2012-01-06PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu1-3/+7
2011-05-21PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu1-2/+0
2009-06-11PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev()Alex Chiang1-2/+0
2009-03-26PCI: fix kernel oops on bridge removalKenji Kaneshige1-0/+1
2009-03-19PCI: check if a bus is added when removing itYu Zhao1-0/+3
2008-10-20PCI: fix sparse warning in pci_remove_behind_bridgeStephen Hemminger1-7/+3
2008-10-20PCI: make CPU list affinity visibleMike Travis1-0/+1
2008-04-20PCI: add PCI Express ASPM supportShaohua Li1-0/+4
2008-04-20PCI: remove global list of PCI devicesGreg Kroah-Hartman1-4/+0