summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-311-0/+14
* | PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-311-0/+7
* | PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-311-2/+43
* | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-311-11/+6Star
* | PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-311-7/+7
* | PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-241-7/+2Star
* | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-241-8/+2Star
* | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-241-0/+5
* | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-241-1/+0Star
* | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-241-3/+11
* | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-241-0/+5
* | PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-241-8/+1Star
* | PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-241-19/+8Star
* | PCI: pciehp: Convert to threaded pollingLukas Wunner2018-07-241-35/+32Star
* | PCI: pciehp: Convert to threaded IRQLukas Wunner2018-07-241-32/+38
* | PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner2018-07-241-10/+3Star
* | PCI: pciehp: Fix use-after-free on unplugLukas Wunner2018-07-241-3/+2Star
|/
* Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-061-13/+51
|\
| * PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg2018-05-241-1/+12
| * PCI: pciehp: Add quirk for Command Completed errataBjorn Helgaas2018-05-071-12/+39
* | PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep2018-05-171-17/+3Star
|/
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-15/+1Star
|\
| * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1Star
* | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-311-3/+2Star
|\ \
| * | PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring2018-01-171-3/+2Star
| |/
* / PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner2018-01-231-0/+7
|/
* PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg2017-11-071-3/+8
* PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-071-1/+1
* PCI: pciehp: Convert timers to use timer_setup()Kees Cook2017-11-071-8/+4Star
* PCI: pciehp: Report power fault only once until we clear itKeith Busch2017-08-151-0/+8
* PCI: pciehp: Prioritize data-link event over presence detectAshok Raj2016-12-081-9/+12
* PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch2016-09-231-0/+27
* PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2016-09-141-6/+6
* PCI: pciehp: Remove unnecessary guardBjorn Helgaas2016-09-141-3/+0Star
* PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventMayurkumar Patel2016-09-141-2/+5
* PCI: pciehp: Process all hotplug events before looking for new onesMayurkumar Patel2016-09-141-26/+32
* PCI: pciehp: Return IRQ_NONE when we can't read interrupt statusBjorn Helgaas2016-09-141-1/+1
* PCI: pciehp: Rename pcie_isr() locals for clarityBjorn Helgaas2016-09-121-21/+25
* PCI: pciehp: Ignore interrupts during D3coldLukas Wunner2016-06-201-0/+4
* PCI: pciehp: Remove ignored MRL sensor interrupt eventsBjorn Helgaas2015-08-101-14/+3Star
* PCI: pciehp: Handle invalid data when reading from non-existent devicesJarod Wilson2015-08-101-0/+17
* PCI: pciehp: Simplify pcie_poll_cmd()Yijing Wang2015-07-161-9/+5Star
* PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas2015-06-181-9/+30
* PCI: pciehp: Clean up debug loggingBjorn Helgaas2015-06-181-44/+10Star
* PCI: pciehp: Wait for hotplug command completion where necessaryAlex Williamson2015-06-091-14/+38
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-6/+11
|\