summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)Author
2018-08-24PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner
2018-08-24PCI: pciehp: Fix use-after-free on unplugLukas Wunner
2018-08-24PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner
2018-07-03PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg
2018-04-24ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()Mika Westerberg
2017-09-27PCI: pciehp: Report power fault only once until we clear itKeith Busch
2017-09-27PCI: shpchp: Enable bridge bus mastering if MSI is enabledAleksandr Bezzubikov
2017-03-15drivers/pci/hotplug: Fix initial state for empty slotGavin Shan
2017-03-15drivers/pci/hotplug: Handle presence detection change properlyGavin Shan
2017-03-15pci/hotplug/pnv-php: Disable surprise hotplug capability on conflictsGavin Shan
2017-03-15pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()Gavin Shan
2017-03-12pci/hotplug/pnv-php: Disable MSI and PCI device properlyGavin Shan
2017-01-12powerpc/pci/rpadlpar: Fix device reference leaksJohan Hovold
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-10-04drivers/pci/hotplug: Use of_property_read_u32() in powernv driverGavin Shan
2016-10-03Merge branch 'pci/hotplug' into nextBjorn Helgaas
2016-09-29drivers/pci/hotplug: Support surprise hotplug in powernv driverGavin Shan
2016-09-29drivers/pci/hotplug: Remove likely() and unlikely() in powernv driverGavin Shan
2016-09-22PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch
2016-09-14PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas
2016-09-14PCI: pciehp: Remove unnecessary guardBjorn Helgaas
2016-09-14PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel
2016-09-14PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventMayurkumar Patel
2016-09-14PCI: pciehp: Process all hotplug events before looking for new onesMayurkumar Patel
2016-09-14PCI: pciehp: Return IRQ_NONE when we can't read interrupt statusBjorn Helgaas
2016-09-12PCI: pciehp: Rename pcie_isr() locals for clarityBjorn Helgaas
2016-08-24PCI: pciehp: Make explicitly non-modularPaul Gortmaker
2016-08-24PCI: hotplug: Make core explicitly non-modularPaul Gortmaker
2016-08-22PCI: pciehp: Clear attention LED on device addKeith Busch
2016-08-04ACPI / hotplug / PCI: Runtime resume bridges before bus rescansRafael J. Wysocki
2016-08-03Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan"Linus Torvalds
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-20PCI: rpaphp: Fix slot registration for multiple slots under a PHBTyrel Datwyler
2016-07-14PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power stateAndrew Donnellan
2016-07-14PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan
2016-06-21PCI/hotplug: PowerPC PowerNV PCI hotplug driverGavin Shan
2016-06-20PCI: pciehp: Ignore interrupts during D3coldLukas Wunner
2016-06-13ACPI / hotplug / PCI: Runtime resume bridge before rescanMika Westerberg
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-05-11powerpc/pci: Rename pcibios_find_pci_bus()Gavin Shan
2016-05-11powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan
2016-04-15PCI: acpiphp_ibm: Avoid uninitialized variable referenceDan Carpenter
2016-02-23s390/pci: remove pdev pointer from arch dataSebastian Ott
2016-01-29Merge branches 'acpi-video' and 'acpi-hotplug'Rafael J. Wysocki
2016-01-24ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()Insu Yun
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas
2016-01-15Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas
2016-01-11PCI: ibmphp: Remove unneeded NULL testJulia Lawall
2016-01-10PCI: hotplug: Use list_for_each_entry() to simplify codeGeliang Tang