aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18PCI/AER: Abstract AER interrupt handlingKeith Busch3-7/+5
2018-10-18PCI/AER: Reuse existing pcie_port_find_device() interfaceKeith Busch2-21/+5
2018-10-18PCI/AER: Use managed resource allocationsKeith Busch1-12/+5
2018-10-18PCI: pcie: Remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz1-4/+0
2018-10-11NTB: switchtec_ntb: Update switchtec documentation with prerequisites for NTBWesley Yung1-10/+20
2018-10-11PCI: Fix Switchtec DMA aliasing quirk dmesg noiseLogan Gunthorpe1-2/+2
2018-10-11PCI: Add macro for Switchtec quirk declarationsLogan Gunthorpe1-56/+34
2018-10-11PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng1-0/+4
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig6-14/+5
2018-10-10PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig3-11/+2
2018-10-10PCI: Remove pci_unmap_addr() wrappers for DMA APIChristoph Hellwig4-19/+6
2018-10-08PCI/AER: Use threaded IRQ for bottom halfKeith Busch1-47/+13
2018-10-08PCI/AER: Use kfifo_in_spinlocked() to insert locked elementsKeith Busch1-4/+2
2018-10-08PCI/AER: Use kfifo for tracking events instead of reimplementing itKeith Busch1-77/+11
2018-10-08PCI/AER: Remove error source from AER struct aer_rpcKeith Busch1-17/+16
2018-10-08PCI/AER: Remove unused aer_error_resume()Keith Busch1-13/+0
2018-10-04PCI: Uninline PCI bus accessors for better ftracingKeith Busch1-2/+2
2018-10-04PCI / ACPI: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep29-111/+0
2018-10-02PCI: pnv_php: Use kmemdup()YueHaibing1-2/+1
2018-10-02PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing1-2/+0
2018-10-02PCI/ERR: Remove duplicated include from err.cYueHaibing1-1/+0
2018-10-02PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick1-13/+15
2018-10-02PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg4-0/+56
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg5-29/+86
2018-10-02PCI/PME: Implement runtime PM callbacksMika Westerberg1-0/+27
2018-10-02PCI: pciehp: Implement runtime PM callbacksMika Westerberg1-0/+18
2018-10-02PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg3-6/+28
2018-10-02PCI/portdrv: Resume upon exit from system suspend if left runtime suspendedMika Westerberg1-2/+2
2018-10-02PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg1-2/+4
2018-10-02PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg3-0/+30
2018-10-02PCI / ACPI: Enable wake automatically for power managed bridgesMika Westerberg1-1/+15
2018-10-02PCI: Do not skip power-managed bridges in pci_enable_wake()Mika Westerberg1-3/+6
2018-10-02PCI: Make link active reporting detection genericKeith Busch6-33/+34
2018-10-02PCI: Unify device inaccessibleKeith Busch2-11/+59
2018-10-02PCI/ERR: Always report current recovery status for udevKeith Busch1-3/+2
2018-10-02PCI/ERR: Simplify broadcast calloutsKeith Busch1-69/+38
2018-09-28PCI: Add support for Immediate ReadinessFelipe Balbi3-1/+14
2018-09-26PCI/ERR: Run error recovery callbacks for all affected devicesKeith Busch1-64/+21
2018-09-26PCI/ERR: Handle fatal error recoveryKeith Busch5-102/+28
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch5-3/+41
2018-09-21PCI/AER: Don't read upstream ports below fatal errorsKeith Busch1-2/+3
2018-09-21PCI/AER: Take reference on error devicesKeith Busch1-1/+2
2018-09-20PCI/DPC: Save and restore config stateKeith Busch3-6/+65
2018-09-20PCI: portdrv: Restore PCI config state on slot resetKeith Busch1-0/+8
2018-09-20PCI: portdrv: Initialize service drivers directlyKeith Busch6-8/+37