summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Merge branch 'pci/virtualization'Bjorn Helgaas3-1/+20
2018-10-20Merge branch 'pci/peer-to-peer'Bjorn Helgaas22-50/+1493
2018-10-20Merge branch 'pci/msi'Bjorn Helgaas1-3/+6
2018-10-20Merge branch 'pci/misc'Bjorn Helgaas16-122/+75
2018-10-20Merge branch 'pci/hotplug'Bjorn Helgaas84-1747/+1383
2018-10-20Merge branch 'pci/enumeration'Bjorn Helgaas6-5/+22
2018-10-20Merge branch 'pci/aspm'Bjorn Helgaas3-9/+16
2018-10-18PCI/AER: Refactor error injection fallbacksKeith Busch1-28/+38
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-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe5-1/+230
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe3-8/+32
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe3-4/+18
2018-10-17nvme-pci: Use PCI p2pmem subsystem to manage the CMBLogan Gunthorpe1-35/+45
2018-10-17IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()Logan Gunthorpe1-2/+9
2018-10-17block: Add PCI P2P flag for request queueLogan Gunthorpe1-0/+3
2018-10-17PCI/P2PDMA: Add P2P DMA driver writer's documentationLogan Gunthorpe2-0/+146
2018-10-17docs-rst: Add a new directory for PCI documentationLogan Gunthorpe3-1/+22
2018-10-17PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpersLogan Gunthorpe2-0/+97
2018-10-17PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe3-0/+51
2018-10-17PCI/P2PDMA: Add sysfs group to display p2pmem statsLogan Gunthorpe2-0/+78
2018-10-11PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>Bjorn Helgaas1-1/+0
2018-10-11PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed3-0/+20
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-10PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe7-0/+763
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