| Commit message (Expand) | Author | Age |
* | drivers/pci/hotplug: Fix initial state for empty slot | Gavin Shan | 2017-03-14 |
* | drivers/pci/hotplug: Handle presence detection change properly | Gavin Shan | 2017-03-14 |
* | pci/hotplug/pnv-php: Disable surprise hotplug capability on conflicts | Gavin Shan | 2017-03-14 |
* | pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot() | Gavin Shan | 2017-03-14 |
* | pci/hotplug/pnv-php: Disable MSI and PCI device properly | Gavin Shan | 2017-03-12 |
* | powerpc/pci/rpadlpar: Fix device reference leaks | Johan Hovold | 2017-01-12 |
* | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-10-07 |
|\ |
|
| * | drivers/pci/hotplug: Use of_property_read_u32() in powernv driver | Gavin Shan | 2016-10-04 |
| * | drivers/pci/hotplug: Support surprise hotplug in powernv driver | Gavin Shan | 2016-09-29 |
| * | drivers/pci/hotplug: Remove likely() and unlikely() in powernv driver | Gavin Shan | 2016-09-29 |
* | | Merge branch 'pci/hotplug' into next | Bjorn Helgaas | 2016-10-03 |
|\ \ |
|
| * | | PCI: pciehp: Allow exclusive userspace control of indicators | Keith Busch | 2016-09-22 |
| * | | PCI: pciehp: Remove useless pciehp_get_latch_status() calls | Bjorn Helgaas | 2016-09-14 |
| * | | PCI: pciehp: Clean up dmesg "Slot(%s)" messages | Bjorn Helgaas | 2016-09-14 |
| * | | PCI: pciehp: Remove unnecessary guard | Bjorn Helgaas | 2016-09-14 |
| * | | PCI: pciehp: Don't re-read Slot Status when handling surprise event | Mayurkumar Patel | 2016-09-14 |
| * | | PCI: pciehp: Don't re-read Slot Status when queuing hotplug event | Mayurkumar Patel | 2016-09-14 |
| * | | PCI: pciehp: Process all hotplug events before looking for new ones | Mayurkumar Patel | 2016-09-14 |
| * | | PCI: pciehp: Return IRQ_NONE when we can't read interrupt status | Bjorn Helgaas | 2016-09-14 |
| * | | PCI: pciehp: Rename pcie_isr() locals for clarity | Bjorn Helgaas | 2016-09-12 |
| * | | PCI: pciehp: Clear attention LED on device add | Keith Busch | 2016-08-22 |
| |/ |
|
* | | PCI: pciehp: Make explicitly non-modular | Paul Gortmaker | 2016-08-24 |
* | | PCI: hotplug: Make core explicitly non-modular | Paul Gortmaker | 2016-08-24 |
|/ |
|
* | ACPI / hotplug / PCI: Runtime resume bridges before bus rescans | Rafael J. Wysocki | 2016-08-04 |
* | Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan" | Linus Torvalds | 2016-08-03 |
* | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-02 |
|\ |
|
| * | PCI: pciehp: Ignore interrupts during D3cold | Lukas Wunner | 2016-06-20 |
| * | ACPI / hotplug / PCI: Runtime resume bridge before rescan | Mika Westerberg | 2016-06-13 |
* | | PCI: rpaphp: Fix slot registration for multiple slots under a PHB | Tyrel Datwyler | 2016-07-19 |
* | | PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power state | Andrew Donnellan | 2016-07-14 |
* | | PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl | Andrew Donnellan | 2016-07-14 |
* | | PCI/hotplug: PowerPC PowerNV PCI hotplug driver | Gavin Shan | 2016-06-21 |
|/ |
|
* | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-05-20 |
|\ |
|
| * | powerpc/pci: Rename pcibios_find_pci_bus() | Gavin Shan | 2016-05-11 |
| * | powerpc/pci: Rename pcibios_{add, remove}_pci_devices() | Gavin Shan | 2016-05-11 |
* | | PCI: acpiphp_ibm: Avoid uninitialized variable reference | Dan Carpenter | 2016-04-15 |
|/ |
|
* | s390/pci: remove pdev pointer from arch data | Sebastian Ott | 2016-02-23 |
*-. | Merge branches 'acpi-video' and 'acpi-hotplug' | Rafael J. Wysocki | 2016-01-29 |
|\ \ |
|
| | * | ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot() | Insu Yun | 2016-01-23 |
| |/ |
|
* | | Merge branch 'pci/trivial' into next | Bjorn Helgaas | 2016-01-20 |
|\ \ |
|
| * | | PCI: shpchp: Constify hpc_ops structure | Julia Lawall | 2016-01-08 |
| * | | PCI: Use to_pci_dev() instead of open-coding it | Geliang Tang | 2016-01-08 |
| * | | PCI: Fix all whitespace issues | Bogicevic Sasa | 2016-01-08 |
| |/ |
|
| | | |
| \ | |
*-. | | Merge branches 'pci/hotplug' and 'pci/resource' into next | Bjorn Helgaas | 2016-01-15 |
|\ \| |
|
| * | | PCI: ibmphp: Remove unneeded NULL test | Julia Lawall | 2016-01-11 |
| * | | PCI: hotplug: Use list_for_each_entry() to simplify code | Geliang Tang | 2016-01-10 |
| * | | PCI: acpiphp_ibm: Fix null dereferences on null ibm_slot | Colin Ian King | 2016-01-08 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into next | Bjorn Helgaas | 2015-12-10 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| | * | PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmask | Bjorn Helgaas | 2015-12-10 |
| |/
|/| |
|
| * | PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutex | Guenter Roeck | 2015-11-25 |
|/ |
|