summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-1/+1
2018-10-20Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2-117/+206
2018-10-20Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas7-654/+686
2018-10-20Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas1-8/+0
2018-10-20Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas9-30/+233
2018-10-20Merge branch 'remotes/lorenzo/pci/controller-misc'Bjorn Helgaas14-325/+767
2018-10-20Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2-14/+19
2018-10-20Merge branch 'pci/host-vmd'Bjorn Helgaas1-9/+3
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-18PCI: aardvark: Implement emulated root PCI bridge config spaceZachary Zhang2-3/+127
2018-10-18PCI: mvebu: Convert to PCI emulated bridge config spaceThomas Petazzoni2-270/+101
2018-10-18PCI: mvebu: Drop unused PCI express capability codeThomas Petazzoni1-14/+0
2018-10-18PCI: Introduce PCI bridge emulated config space common logicThomas Petazzoni4-0/+536
2018-10-18PCI: vmd: Detach resources after stopping root busJon Derrick1-1/+1
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-17PCI: mediatek: Add loadable kernel module supportHonghui Zhang2-5/+57
2018-10-17PCI: mediatek: Add system PM support for MT2712 and MT7622Honghui Zhang1-0/+50
2018-10-17PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocksHonghui Zhang1-71/+72
2018-10-17PCI: mediatek: Convert to use pci_host_probe()Honghui Zhang1-29/+8
2018-10-17PCI: mediatek: Remove the redundant dev->pm_domain checkHonghui Zhang1-12/+6
2018-10-17PCI: keystone: Cleanup macros defined in pci-keystone.cKishon Vijay Abraham I1-25/+16
2018-10-17PCI: keystone: Reorder header file in alphabetical orderKishon Vijay Abraham I1-4/+4
2018-10-17PCI: keystone: Add debug error message for all errorsKishon Vijay Abraham I1-9/+23
2018-10-17PCI: keystone: Use ERR_IRQ_STATUS instead of ERR_IRQ_STATUS_RAW to get interr...Kishon Vijay Abraham I1-2/+1
2018-10-17PCI: keystone: Cleanup ks_pcie_link_up()Kishon Vijay Abraham I2-8/+7
2018-10-17PCI: keystone: Cleanup set_dbi_mode() and get_dbi_mode()Kishon Vijay Abraham I1-5/+7
2018-10-17PCI: keystone: Cleanup outbound window configurationKishon Vijay Abraham I1-15/+17
2018-10-17PCI: keystone: Get number of outbound windows from DTKishon Vijay Abraham I1-2/+11
2018-10-17PCI: keystone: Cleanup configuration space accessKishon Vijay Abraham I1-50/+20