aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07Merge branch 'pci/misc' into nextBjorn Helgaas11-15/+15
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring5-9/+9
2017-08-15PCI: pciehp: Report power fault only once until we clear itKeith Busch1-0/+8
2017-08-10PCI: Constify hotplug pci_device_id structuresArvind Yadav5-5/+5
2017-08-10PCI: Constify hotplug attribute_group structuresArvind Yadav1-1/+1
2017-08-02PCI: shpchp: Enable bridge bus mastering if MSI is enabledAleksandr Bezzubikov1-0/+2
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/pci/hotplug/David Howells1-1/+1
2017-03-29PCI: Add device disconnected stateKeith Busch1-0/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar4-3/+4
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-17/+64
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-4/+2
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-17pci/hotplug/pnv-php: Disable MSI and PCI device properlyGavin Shan1-8/+14
2017-02-17pci/hotplug/pnv-php: Disable surprise hotplug capability on conflictsGavin Shan1-0/+8
2017-02-17pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()Gavin Shan1-1/+1
2017-02-15drivers/pci/hotplug: Mask PDC interrupt if requiredGavin Shan1-5/+22
2017-02-15drivers/pci/hotplug: Fix initial state for empty slotGavin Shan1-2/+14
2017-02-15drivers/pci/hotplug: Handle presence detection change properlyGavin Shan1-1/+5
2017-02-03Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas1-6/+0
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-11PCI: acpiphp_ibm: Make ibm_apci_table_attr __ro_after_initBhumika Goyal1-1/+1
2017-01-11PCI: rpadlpar: Remove unnecessary return statementRahul Krishnan1-3/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+9
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds6-53/+29
2016-12-12Merge branch 'pci/pm' into nextBjorn Helgaas2-30/+7
2016-12-12Merge branch 'pci/misc' into nextBjorn Helgaas2-12/+7
2016-12-12PCI: pciehp: Remove loading messageBjorn Helgaas1-5/+4
2016-12-12PCI: hotplug: Remove hotplug core messageBjorn Helgaas1-7/+3
2016-12-08PCI: pciehp: Leave power indicator on when enabling already-enabled slotAshok Raj1-1/+1
2016-12-07PCI: pciehp: Prioritize data-link event over presence detectAshok Raj1-9/+12
2016-11-23PCI: cpqphp: Add missing call to pci_disable_device()Quentin Lambert1-1/+2
2016-11-17PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner1-0/+6
2016-11-17ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() publicLukas Wunner1-27/+1
2016-11-17ACPI / hotplug / PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bitLukas Wunner1-4/+1
2016-11-14powerpc/pci/rpadlpar: Fix device reference leaksJohan Hovold1-1/+9
2016-10-31s390: hotplug: make pci_hpc explicitly non-modularPaul Gortmaker1-5/+2
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-34/+249
2016-10-04drivers/pci/hotplug: Use of_property_read_u32() in powernv driverGavin Shan1-9/+10
2016-10-03Merge branch 'pci/hotplug' into nextBjorn Helgaas4-95/+116
2016-09-29drivers/pci/hotplug: Support surprise hotplug in powernv driverGavin Shan1-0/+214
2016-09-29drivers/pci/hotplug: Remove likely() and unlikely() in powernv driverGavin Shan1-28/+28
2016-09-22PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch3-0/+33
2016-09-14PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas1-8/+1
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2-35/+33
2016-09-14PCI: pciehp: Remove unnecessary guardBjorn Helgaas1-3/+0
2016-09-14PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel1-16/+2
2016-09-14PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventMayurkumar Patel1-2/+5