summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-091-1/+4
|\
| * PCI: acpiphp_ibm: prepare for acpi_get_object_info() no longer returning statusHans de Goede2018-02-041-1/+4
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-0648-818/+153
|\ \
| * \ Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-0148-656/+48
| |\ \
| | * | PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statementBjorn Helgaas2018-01-291-2/+1
| | * | PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-2845-650/+45
| | * | PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas2018-01-281-4/+1
| | * | PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
| | |/
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-3110-131/+80
| |\ \
| | * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-184-43/+39
| | * | PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring2018-01-178-88/+41
| | |/
| * | Merge branch 'pci/hotplug' into nextBjorn Helgaas2018-01-313-24/+7
| |\ \
| | * | PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner2018-01-231-0/+7
| | * | PCI: hotplug: Drop checking of PCI_BRIDGE_CONTROL in *_unconfigure_device()Mika Westerberg2017-12-182-24/+0
| | |/
| * | PCI: ibmphp: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-171-3/+4
| * | PCI: cpqhp: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-171-4/+14
| |/
* | hotplug/drc-info: Add code to search ibm,drc-info propertyMichael Bringmann2018-01-214-37/+94
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1511-63/+60
|\
| * PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg2017-11-061-3/+8
| * PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-063-5/+10
| * PCI: Add for_each_pci_bridge() helperAndy Shevchenko2017-11-064-21/+12
| * PCI: shpchp: Convert timers to use timer_setup()Kees Cook2017-11-061-6/+3
| * PCI: cpqphp: Convert timers to use timer_setup()Kees Cook2017-11-063-12/+12
| * PCI: pciehp: Convert timers to use timer_setup()Kees Cook2017-11-061-8/+4
| * PCI: ibmphp: Use common error handling code in unconfigure_boot_device()Markus Elfring2017-11-061-8/+11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'pci/misc' into nextBjorn Helgaas2017-09-0711-15/+15
|\
| * PCI: Convert to using %pOF instead of full_name()Rob Herring2017-08-245-9/+9
| * PCI: Constify hotplug pci_device_id structuresArvind Yadav2017-08-105-5/+5
| * PCI: Constify hotplug attribute_group structuresArvind Yadav2017-08-101-1/+1
* | PCI: pciehp: Report power fault only once until we clear itKeith Busch2017-08-151-0/+8
* | PCI: shpchp: Enable bridge bus mastering if MSI is enabledAleksandr Bezzubikov2017-08-021-0/+2
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-1/+1
|\
| * Annotate hardware config module parameters in drivers/pci/hotplug/David Howells2017-04-201-1/+1
* | PCI: Add device disconnected stateKeith Busch2017-03-291-0/+6
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-024-3/+4
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-17/+64
|\
| * pci/hotplug/pnv-php: Disable MSI and PCI device properlyGavin Shan2017-02-171-8/+14
| * pci/hotplug/pnv-php: Disable surprise hotplug capability on conflictsGavin Shan2017-02-171-0/+8
| * pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()Gavin Shan2017-02-171-1/+1
| * drivers/pci/hotplug: Mask PDC interrupt if requiredGavin Shan2017-02-151-5/+22
| * drivers/pci/hotplug: Fix initial state for empty slotGavin Shan2017-02-151-2/+14
| * drivers/pci/hotplug: Handle presence detection change properlyGavin Shan2017-02-151-1/+5
* | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-232-4/+2
|\ \
| * | PCI: acpiphp_ibm: Make ibm_apci_table_attr __ro_after_initBhumika Goyal2017-01-111-1/+1
| * | PCI: rpadlpar: Remove unnecessary return statementRahul Krishnan2017-01-111-3/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \
| * | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
| |/
* | Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas2017-02-031-6/+0
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
OpenPOWER on IntegriCloud