aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/remove.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-22PCI: Create device tree node for bridgeGravatar Lizhi Hou 1-0/+1
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 1-0/+1
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+2
2023-04-18PCI/DOE: Create mailboxes on device enumerationGravatar Lukas Wunner 1-0/+1
2023-04-06PCI: Fix use-after-free in pci_bus_release_domain_nr()Gravatar Rob Herring 1-2/+3
2023-04-04PCI: Introduce pci_dev_for_each_resource()Gravatar Mika Westerberg 1-3/+2
2022-11-08PCI: Assign PCI domain IDs by ida_alloc()Gravatar Pali Rohár 1-0/+6
2021-08-17PCI: Remove reset_fn field from pci_devGravatar Amey Narkhede 1-1/+0
2021-04-27PCI/sysfs: Convert "reset" to static attributeGravatar Krzysztof Wilczyński 1-0/+2
2020-05-14PCI: Fix pci_host_bridge struct device release/free handlingGravatar Rob Herring 1-1/+1
2018-09-17PCI/ASPM: Fix link_state teardown on device removalGravatar Lukas Wunner 1-3/+1
2018-08-15Merge branch 'pci/aspm'Gravatar Bjorn Helgaas 1-1/+0
2018-08-06PCI: Remove unnecessary include of <linux/pci-aspm.h>Gravatar Bjorn Helgaas 1-1/+0
2018-07-31PCI: Fix is_added/is_busmaster race conditionGravatar Hari Vyas 1-2/+3
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedGravatar Bjorn Helgaas 1-0/+1
2017-10-25PCI: Detach driver before procfs & sysfs teardown on device removeGravatar Alex Williamson 1-1/+1
2016-11-17PCI: Autosense device removal in pci_bridge_d3_update()Gravatar Lukas Wunner 1-1/+1
2016-09-13PCI: Fix bridge_d3 update on device removalGravatar Lukas Wunner 1-2/+1
2016-06-13PCI: Put PCIe ports into D3 during suspendGravatar Mika Westerberg 1-0/+2
2016-03-15Merge branch 'pci/resource' into nextGravatar Bjorn Helgaas 1-1/+0
2016-03-12PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYGravatar Bjorn Helgaas 1-1/+0
2016-03-08PCI: Add pci_ops.{add,remove}_bus() callbacksGravatar Thierry Reding 1-0/+4
2015-04-08PCI: Export symbols required for loadable host driver modulesGravatar Ray Jui 1-0/+2
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Gravatar Rafael J. Wysocki 1-0/+17
2014-01-15PCI: Check parent kobject in pci_destroy_dev()Gravatar Rafael J. Wysocki 1-0/+3
2014-01-13PCI: Add global pci_lock_rescan_remove()Gravatar Rafael J. Wysocki 1-0/+8
2013-12-18PCI: Remove from bus_list and release resources in pci_release_dev()Gravatar Yinghai Lu 1-19/+0
2013-12-18PCI: Use device_release_driver() in pci_stop_root_bus()Gravatar Yinghai Lu 1-2/+2
2013-12-18PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Gravatar Rafael J. Wysocki 1-1/+3
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-1/+1
2013-04-12PCI: Add pcibios hooks for adding and removing PCI busesGravatar Jiang Liu 1-0/+1
2013-04-12PCI: When removing bus, always remove legacy files & unregisterGravatar Jiang Liu 1-3/+0
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2013-02-13PCI/PM: Clean up PME state when removing a deviceGravatar Rafael J. Wysocki 1-0/+2
2013-01-25PCI: Make device create/destroy logic symmetricGravatar Jiang Liu 1-2/+2
2012-11-03PCI: Add pci_stop_and_remove_root_bus()Gravatar Yinghai Lu 1-0/+36
2012-09-20PCI: Stop all children first, before removing all childrenGravatar Yinghai Lu 1-16/+35
2012-08-22PCI: Leave normal LIST_POISON in deleted list entriesGravatar Bjorn Helgaas 1-3/+0
2012-08-22PCI: Rename local variables to conventional namesGravatar Bjorn Helgaas 1-7/+7
2012-08-22PCI: Remove unused, commented-out, codeGravatar Bjorn Helgaas 1-19/+0
2012-08-22PCI: Stop and remove devices in one passGravatar Bjorn Helgaas 1-35/+7
2012-08-22PCI: Fold stop and remove helpers into their callersGravatar Bjorn Helgaas 1-33/+20
2012-08-22PCI: Use list_for_each_entry() for bus->devices traversalGravatar Bjorn Helgaas 1-7/+6
2012-08-22PCI: Remove pci_stop_and_remove_behind_bridge()Gravatar Bjorn Helgaas 1-25/+0
2012-08-22PCI: Don't export stop_bus_device and remove_bus_device interfacesGravatar Bjorn Helgaas 1-4/+4
2012-06-13PCI: release busn_res when removing busGravatar Yinghai Lu 1-0/+1
2012-02-27PCI: export __pci_remove_bus_deviceGravatar Yinghai Lu 1-1/+3
2012-02-27PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeGravatar Yinghai Lu 1-3/+4
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceGravatar Yinghai Lu 1-4/+4
2012-02-14PCI: make sriov work with hotplug removeGravatar Yinghai Lu 1-1/+9