summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas2023-12-201-6/+3
* PCI: pciehp: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-09-231-9/+3
* PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root busIgor Mammedov2023-08-301-1/+7
* PCI: acpiphp: Reassign resources on bridge if necessaryIgor Mammedov2023-08-301-4/+1
* PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lockLukas Wunner2023-05-171-0/+15
* PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errorsHans de Goede2023-05-173-3/+21
* PCI: pciehp: Add Qualcomm quirk for Command Completed erratumManivannan Sadhasivam2022-04-151-0/+2
* PCI: pciehp: Clear cmd_busy bit in polling modeLiguang Zhang2022-04-151-0/+2
* PCI: pciehp: Fix infinite loop in IRQ handler upon power faultLukas Wunner2022-03-081-3/+4
* ACPI / hotplug / PCI: Fix reference count leak in enable_slot()Feilong Lin2021-05-221-0/+1
* PCI: rpadlpar: Fix potential drc_name corruption in store functionsTyrel Datwyler2021-03-241-8/+6
* PCI: pciehp: Fix MSI interrupt raceStuart Hayes2020-10-011-6/+20
* PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context()Rafael J. Wysocki2020-08-211-3/+11
* PCI: pciehp: Fix indefinite wait on sysfs requestsLukas Wunner2020-04-171-7/+7
* PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-infoTyrel Datwyler2020-01-041-2/+3
* PCI: rpaphp: Annotate and correctly byte swap DRC propertiesTyrel Datwyler2020-01-041-14/+15
* PCI: rpaphp: Don't rely on firmware feature to imply drc-info supportTyrel Datwyler2020-01-041-1/+1
* PCI: rpaphp: Fix up pointer to first drc-info entryTyrel Datwyler2020-01-041-0/+2
* PCI: pciehp: Avoid returning prematurely from sysfs requestsLukas Wunner2019-12-213-2/+8
* ACPI / hotplug / PCI: Allocate resources directly under the non-hotplug bridgeMika Westerberg2019-12-171-3/+9
* PCI: portdrv: Initialize service drivers directlyKeith Busch2019-11-201-2/+1
* PCI: rpaphp: Avoid a sometimes-uninitialized warningNathan Chancellor2019-10-071-11/+7
* PCI: rpadlpar: Fix leaked device_node references in add/remove pathsTyrel Datwyler2019-06-151-0/+4
* PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko2019-04-171-0/+4
* ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg2018-09-261-5/+6
* PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch2018-09-111-9/+9
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-2/+3
|\
| * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-191-1/+1
| * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-191-2/+3
* | Merge branch 'pci/misc'Bjorn Helgaas2018-08-151-0/+2
|\ \
| * | PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva2018-07-122-0/+4
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-1519-905/+658
|\ \
| * | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-312-31/+46
| * | PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner2018-07-311-0/+5
| * | PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-312-0/+21
| * | PCI: pciehp: Resume to D0 on enable/disableLukas Wunner2018-07-311-0/+6
| * | PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-312-2/+48
| * | PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner2018-07-311-0/+4
| * | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-313-16/+20
| * | PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-313-7/+14
| * | PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-232-15/+6
| * | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-233-53/+40
| * | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-231-0/+5
| * | PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-232-4/+5
| * | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-233-15/+0
| * | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-234-60/+93
| * | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-233-13/+35
| * | PCI: pciehp: Publish to user space last on probeLukas Wunner2018-07-231-5/+15
| * | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-2313-158/+149
| * | PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-234-17/+2