| Commit message (Expand) | Author | Files | Lines |
2018-10-19 | PCI/AER: Abstract AER interrupt handling | Keith Busch | 3 | -7/+5 |
2018-10-19 | PCI/AER: Reuse existing pcie_port_find_device() interface | Keith Busch | 2 | -21/+5 |
2018-10-19 | PCI/AER: Use managed resource allocations | Keith Busch | 1 | -12/+5 |
2018-10-18 | PCI: pcie: Remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz | 1 | -4/+0 |
2018-10-18 | PCI: aardvark: Implement emulated root PCI bridge config space | Zachary Zhang | 2 | -3/+127 |
2018-10-18 | PCI: mvebu: Convert to PCI emulated bridge config space | Thomas Petazzoni | 2 | -270/+101 |
2018-10-18 | PCI: mvebu: Drop unused PCI express capability code | Thomas Petazzoni | 1 | -14/+0 |
2018-10-18 | PCI: Introduce PCI bridge emulated config space common logic | Thomas Petazzoni | 4 | -0/+536 |
2018-10-18 | PCI: vmd: Detach resources after stopping root bus | Jon Derrick | 1 | -1/+1 |
2018-10-17 | nvmet: Optionally use PCI P2P memory | Logan Gunthorpe | 5 | -1/+230 |
2018-10-17 | nvmet: Introduce helper functions to allocate and free request SGLs | Logan Gunthorpe | 3 | -8/+32 |
2018-10-17 | nvme-pci: Add support for P2P memory in requests | Logan Gunthorpe | 3 | -4/+18 |
2018-10-17 | nvme-pci: Use PCI p2pmem subsystem to manage the CMB | Logan Gunthorpe | 1 | -35/+45 |
2018-10-17 | IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]() | Logan Gunthorpe | 1 | -2/+9 |
2018-10-17 | block: Add PCI P2P flag for request queue | Logan Gunthorpe | 1 | -0/+3 |
2018-10-17 | PCI/P2PDMA: Add P2P DMA driver writer's documentation | Logan Gunthorpe | 2 | -0/+146 |
2018-10-17 | docs-rst: Add a new directory for PCI documentation | Logan Gunthorpe | 3 | -1/+22 |
2018-10-17 | PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers | Logan Gunthorpe | 2 | -0/+97 |
2018-10-17 | PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset | Logan Gunthorpe | 3 | -0/+51 |
2018-10-17 | PCI/P2PDMA: Add sysfs group to display p2pmem stats | Logan Gunthorpe | 2 | -0/+78 |
2018-10-17 | PCI: mediatek: Add loadable kernel module support | Honghui Zhang | 2 | -5/+57 |
2018-10-17 | PCI: mediatek: Add system PM support for MT2712 and MT7622 | Honghui Zhang | 1 | -0/+50 |
2018-10-17 | PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocks | Honghui Zhang | 1 | -71/+72 |
2018-10-17 | PCI: mediatek: Convert to use pci_host_probe() | Honghui Zhang | 1 | -29/+8 |
2018-10-17 | PCI: mediatek: Remove the redundant dev->pm_domain check | Honghui Zhang | 1 | -12/+6 |
2018-10-17 | PCI: keystone: Cleanup macros defined in pci-keystone.c | Kishon Vijay Abraham I | 1 | -25/+16 |
2018-10-17 | PCI: keystone: Reorder header file in alphabetical order | Kishon Vijay Abraham I | 1 | -4/+4 |
2018-10-17 | PCI: keystone: Add debug error message for all errors | Kishon Vijay Abraham I | 1 | -9/+23 |
2018-10-17 | PCI: keystone: Use ERR_IRQ_STATUS instead of ERR_IRQ_STATUS_RAW to get interr... | Kishon Vijay Abraham I | 1 | -2/+1 |
2018-10-17 | PCI: keystone: Cleanup ks_pcie_link_up() | Kishon Vijay Abraham I | 2 | -8/+7 |
2018-10-17 | PCI: keystone: Cleanup set_dbi_mode() and get_dbi_mode() | Kishon Vijay Abraham I | 1 | -5/+7 |
2018-10-17 | PCI: keystone: Cleanup outbound window configuration | Kishon Vijay Abraham I | 1 | -15/+17 |
2018-10-17 | PCI: keystone: Get number of outbound windows from DT | Kishon Vijay Abraham I | 1 | -2/+11 |
2018-10-17 | PCI: keystone: Cleanup configuration space access | Kishon Vijay Abraham I | 1 | -50/+20 |
2018-10-17 | PCI: keystone: Invoke runtime PM APIs to enable clock | Kishon Vijay Abraham I | 1 | -16/+12 |
2018-10-17 | PCI: keystone: Cleanup PHY handling | Kishon Vijay Abraham I | 1 | -16/+106 |
2018-10-17 | PCI: keystone: Use SYSCON APIs to get device ID from control module | Kishon Vijay Abraham I | 1 | -13/+32 |
2018-10-17 | dt-bindings: PCI: keystone: Add bindings to get device control module | Kishon Vijay Abraham I | 1 | -0/+3 |
2018-10-17 | PCI: keystone: Use uniform function naming convention | Kishon Vijay Abraham I | 1 | -110/+111 |
2018-10-17 | PCI: keystone: Remove redundant platform_set_drvdata() invocation | Kishon Vijay Abraham I | 1 | -2/+0 |
2018-10-17 | PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.c | Kishon Vijay Abraham I | 5 | -542/+490 |
2018-10-17 | PCI: keystone: Remove unused argument from ks_dw_pcie_host_init() | Kishon Vijay Abraham I | 3 | -5/+3 |
2018-10-17 | PCI: keystone: Do not initiate link training multiple times | Kishon Vijay Abraham I | 1 | -6/+4 |
2018-10-17 | PCI: keystone: Move dw_pcie_setup_rc() out of ks_pcie_establish_link() | Kishon Vijay Abraham I | 1 | -3/+2 |
2018-10-17 | PCI: keystone: Use quirk to set MRRS for PCI host bridge | Kishon Vijay Abraham I | 1 | -22/+15 |
2018-10-17 | PCI: keystone: Use quirk to limit MRRS for K2G | Kishon Vijay Abraham I | 1 | -0/+3 |
2018-10-15 | PCI: mediatek: Fix class type for MT7622 to PCI_CLASS_BRIDGE_PCI | Honghui Zhang | 1 | -1/+1 |
2018-10-15 | PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic | Honghui Zhang | 1 | -0/+11 |
2018-10-12 | dt-bindings: PCI: rcar: Add device tree support for r8a7744 | Biju Das | 1 | -0/+1 |
2018-10-12 | PCI: cadence: Write MSI data with 32bits | Alan Douglas | 1 | -1/+1 |