summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-283-4/+4
|\
| * Update email addressMatthew Wilcox2018-09-303-4/+4
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-1/+1
|\ \
| * | powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff2018-10-131-1/+1
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2529-981/+691Star
|\ \ \ | |_|/ |/| |
| * | PCI: pnv_php: Use kmemdup()YueHaibing2018-10-021-2/+1Star
| * | PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing2018-10-021-2/+0Star
| * | PCI: pciehp: Implement runtime PM callbacksMika Westerberg2018-10-021-0/+18
| * | PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg2018-10-021-2/+4
| * | PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg2018-10-023-0/+30
| * | PCI: Make link active reporting detection genericKeith Busch2018-10-022-26/+2Star
| * | PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-201-2/+1Star
| * | PCI: hotplug: Document TODOsLukas Wunner2018-09-191-0/+74
| * | PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-1924-283/+202Star
| * | PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-1920-289/+63Star
| * | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-1912-24/+25
| * | PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner2018-09-191-26/+31
| * | PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-194-39/+39
| * | PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-195-282/+210Star
| * | PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-194-18/+26
| * | PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-174-47/+18Star
| * | PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-175-10/+0Star
| * | PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-173-13/+34
| * | PCI: Simplify disconnected markingLukas Wunner2018-09-171-6/+3Star
* | | ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg2018-09-261-5/+6
|/ /
* / PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch2018-09-111-9/+9
|/
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-2/+3
|\
| * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-201-1/+1
| * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-201-2/+3
* | Merge branch 'pci/misc'Bjorn Helgaas2018-08-151-0/+2
|\ \
| * | PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva2018-07-122-0/+4
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-1519-905/+658Star
|\ \
| * | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-312-31/+46
| * | PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner2018-07-311-0/+5
| * | PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-312-0/+21
| * | PCI: pciehp: Resume to D0 on enable/disableLukas Wunner2018-07-311-0/+6
| * | PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-312-2/+48
| * | PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner2018-07-311-0/+4
| * | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-313-16/+20
| * | PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-313-7/+14
| * | PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-242-15/+6Star
| * | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-243-53/+40Star
| * | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-241-0/+5
| * | PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-242-4/+5
| * | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-243-15/+0Star
| * | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-244-60/+93
| * | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-243-13/+35
| * | PCI: pciehp: Publish to user space last on probeLukas Wunner2018-07-241-5/+15
| * | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-2413-158/+149Star
| * | PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-244-17/+2Star