summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Merge branch 'pci/msi'Bjorn Helgaas1-3/+6
2018-10-20Merge branch 'pci/misc'Bjorn Helgaas11-79/+55
2018-10-20Merge branch 'pci/hotplug'Bjorn Helgaas78-1682/+1350
2018-10-20Merge branch 'pci/enumeration'Bjorn Helgaas2-1/+17
2018-10-19PCI/AER: Refactor error injection fallbacksKeith Busch1-28/+38
2018-10-19PCI/AER: Abstract AER interrupt handlingKeith Busch3-7/+5
2018-10-19PCI/AER: Reuse existing pcie_port_find_device() interfaceKeith Busch2-21/+5
2018-10-19PCI/AER: Use managed resource allocationsKeith Busch1-12/+5
2018-10-18PCI: pcie: Remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz1-4/+0
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 Hellwig5-5/+5
2018-10-10PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig2-2/+2
2018-10-10PCI: Remove pci_unmap_addr() wrappers for DMA APIChristoph Hellwig2-6/+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-05PCI: 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-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep29-111/+0
2018-10-03PCI: pnv_php: Use kmemdup()YueHaibing1-2/+1
2018-10-03PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing1-2/+0
2018-10-03PCI/ERR: Remove duplicated include from err.cYueHaibing1-1/+0
2018-10-03PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick1-13/+15
2018-10-03PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg4-0/+56
2018-10-03ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg3-28/+70
2018-10-03PCI/PME: Implement runtime PM callbacksMika Westerberg1-0/+27
2018-10-03PCI: pciehp: Implement runtime PM callbacksMika Westerberg1-0/+18
2018-10-03PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg3-6/+28
2018-10-03PCI/portdrv: Resume upon exit from system suspend if left runtime suspendedMika Westerberg1-2/+2
2018-10-03PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg1-2/+4
2018-10-03PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg3-0/+30
2018-10-03PCI / ACPI: Enable wake automatically for power managed bridgesMika Westerberg1-1/+15
2018-10-03PCI: Do not skip power-managed bridges in pci_enable_wake()Mika Westerberg1-3/+6
2018-10-03PCI: Make link active reporting detection genericKeith Busch5-33/+33
2018-10-03PCI: Unify device inaccessibleKeith Busch2-11/+59
2018-10-03PCI/ERR: Always report current recovery status for udevKeith Busch1-3/+2
2018-10-03PCI/ERR: Simplify broadcast calloutsKeith Busch1-69/+38
2018-09-28PCI: Add support for Immediate ReadinessFelipe Balbi1-1/+12
2018-09-26PCI/ERR: Run error recovery callbacks for all affected devicesKeith Busch1-64/+21
2018-09-26PCI/ERR: Handle fatal error recoveryKeith Busch4-77/+18
2018-09-25PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang1-3/+6
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-21PCI/DPC: Save and restore config stateKeith Busch3-6/+65
2018-09-21PCI: portdrv: Restore PCI config state on slot resetKeith Busch1-0/+8