summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | PCI: Introduce PCI bridge emulated config space common logicThomas Petazzoni2018-10-184-0/+536
| * | dt-bindings: PCI: rcar: Add device tree support for r8a7744Biju Das2018-10-121-0/+1
| * | dt-bindings: PCI: rcar: Add device tree support for r8a7744Biju Das2018-10-041-0/+1
| * | DT: pci: rcar-pci: document R8A77990 bindingsTho Vu2018-10-021-0/+1
| * | PCI: Remove unnecessary check of device_type == pciRob Herring2018-09-255-38/+0
| |/
* | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2018-10-202-14/+19
|\ \
| * | PCI: cadence: Write MSI data with 32bitsAlan Douglas2018-10-121-1/+1
| * | PCI: cadence: Use AXI region 0 to signal interrupts from EPAlan Douglas2018-10-121-5/+6
| * | PCI: cadence: Correct probe behaviour when failing to get PHYAlan Douglas2018-09-281-8/+12
| |/
* | Merge branch 'pci/host-vmd'Bjorn Helgaas2018-10-201-9/+3
|\ \
| * | x86/PCI: Apply VMD's AERSID fixup genericallyJon Derrick2018-10-021-9/+3
| |/
* | Merge branch 'pci/virtualization'Bjorn Helgaas2018-10-203-1/+20
|\ \
| * | PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>Bjorn Helgaas2018-10-111-1/+0
| * | PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed2018-10-113-0/+20
| |/
* | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-10-2022-50/+1493
|\ \
| * | nvmet: Optionally use PCI P2P memoryLogan Gunthorpe2018-10-175-1/+230
| * | nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe2018-10-173-8/+32
| * | nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe2018-10-173-4/+18
| * | nvme-pci: Use PCI p2pmem subsystem to manage the CMBLogan Gunthorpe2018-10-171-35/+45
| * | IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()Logan Gunthorpe2018-10-171-2/+9
| * | block: Add PCI P2P flag for request queueLogan Gunthorpe2018-10-171-0/+3
| * | PCI/P2PDMA: Add P2P DMA driver writer's documentationLogan Gunthorpe2018-10-172-0/+146
| * | docs-rst: Add a new directory for PCI documentationLogan Gunthorpe2018-10-173-1/+22
| * | PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpersLogan Gunthorpe2018-10-172-0/+97
| * | PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe2018-10-173-0/+51
| * | PCI/P2PDMA: Add sysfs group to display p2pmem statsLogan Gunthorpe2018-10-172-0/+78
| * | PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe2018-10-107-0/+763
| |/
* | Merge branch 'pci/msi'Bjorn Helgaas2018-10-201-3/+6
|\ \
| * | PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang2018-09-251-3/+6
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2018-10-2016-122/+75
|\ \
| * | PCI: pcie: Remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-181-4/+0
| * | NTB: switchtec_ntb: Update switchtec documentation with prerequisites for NTBWesley Yung2018-10-111-10/+20
| * | PCI: Fix Switchtec DMA aliasing quirk dmesg noiseLogan Gunthorpe2018-10-111-2/+2
| * | PCI: Add macro for Switchtec quirk declarationsLogan Gunthorpe2018-10-111-56/+34
| * | PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng2018-10-111-0/+4
| * | PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-106-14/+5
| * | PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig2018-10-103-11/+2
| * | PCI: Remove pci_unmap_addr() wrappers for DMA APIChristoph Hellwig2018-10-104-19/+6
| * | PCI / ACPI: Mark expected switch fall-throughGustavo A. R. Silva2018-10-041-0/+1
| * | PCI: Remove set but unused variableJoshua Abraham2018-09-171-2/+0
| * | PCI: Fix pci.c kernel-doc parameter warningRandy Dunlap2018-09-171-1/+1
| * | PCI: Allocate dma_alias_mask with bitmap_zalloc()Andy Shevchenko2018-09-172-3/+2
| * | PCI: Remove unused NFP32xx IDsJakub Kicinski2018-09-171-2/+0
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-10-2084-1747/+1383
|\ \
| * | PCI/AER: Refactor error injection fallbacksKeith Busch2018-10-191-28/+38
| * | PCI/AER: Abstract AER interrupt handlingKeith Busch2018-10-193-7/+5
| * | PCI/AER: Reuse existing pcie_port_find_device() interfaceKeith Busch2018-10-192-21/+5
| * | PCI/AER: Use managed resource allocationsKeith Busch2018-10-191-12/+5
| * | PCI/AER: Use threaded IRQ for bottom halfKeith Busch2018-10-081-47/+13
| * | PCI/AER: Use kfifo_in_spinlocked() to insert locked elementsKeith Busch2018-10-081-4/+2