summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)Author
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
2016-01-08PCI: acpiphp_ibm: Fix null dereferences on null ibm_slotColin Ian King
2016-01-08PCI: shpchp: Constify hpc_ops structureJulia Lawall
2016-01-08PCI: Use to_pci_dev() instead of open-coding itGeliang Tang
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa
2015-12-10Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas
2015-12-10PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmaskBjorn Helgaas
2015-11-25PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutexGuenter Roeck
2015-10-21PCI: pciehp: Queue power work requests in dedicated functionGuenter Roeck
2015-08-10PCI: pciehp: Remove ignored MRL sensor interrupt eventsBjorn Helgaas
2015-08-10PCI: pciehp: Remove unused interrupt eventsBjorn Helgaas
2015-08-10PCI: pciehp: Handle invalid data when reading from non-existent devicesJarod Wilson
2015-07-15PCI: pciehp: Simplify pcie_poll_cmd()Yijing Wang