Logan Gunthorpe ([email protected])

Number of posts: 2934 (0.88 per day)
First post: 2015-05-09 17:50:34
Last post: 2024-06-10 17:05:39

Date List Subject
2021-05-14 01:47:01 linux-kernel [PATCH v2 13/22] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
2021-05-14 01:46:23 linux-kernel [PATCH v2 12/22] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
2021-05-14 01:41:33 linux-kernel [PATCH v2 10/22] iommu: Return full error code from iommu_map_sg[_atomic]()
2021-05-14 01:35:52 linux-kernel [PATCH v2 07/22] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagemap and device
2021-05-14 01:35:08 linux-kernel [PATCH v2 08/22] dma-mapping: Allow map_sg() ops to return negative error codes
2021-05-14 01:32:19 linux-kernel [PATCH v2 15/22] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-05-14 01:32:09 linux-kernel [PATCH v2 14/22] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
2021-05-14 01:31:11 linux-kernel [PATCH v2 16/22] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
2021-05-14 01:29:31 linux-kernel [PATCH v2 17/22] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
2021-05-14 01:27:47 linux-kernel [PATCH v2 19/22] nvme-pci: Convert to using dma_map_sgtable()
2021-05-14 01:27:11 linux-kernel [PATCH v2 18/22] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
2021-05-14 01:25:59 linux-kernel [PATCH v2 20/22] RDMA/core: Introduce ib_dma_pci_p2p_dma_supported()
2021-05-14 01:25:19 linux-kernel [PATCH v2 00/22] Add new DMA mapping operation for P2PDMA
2021-05-14 01:23:11 linux-kernel [PATCH v2 04/22] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
2021-05-14 01:22:27 linux-kernel [PATCH v2 03/22] PCI/P2PDMA: Cleanup type for return value of calc_map_type_and_dist()
2021-05-14 01:19:53 linux-kernel [PATCH v2 01/22] PCI/P2PDMA: Rename upstream_bridge_distance() and rework documentation
2021-05-14 01:18:53 linux-kernel [PATCH v2 02/22] PCI/P2PDMA: Use a buffer on the stack for collecting the acs list
2021-05-11 16:37:54 linux-kernel Re: [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
2021-05-11 16:22:45 linux-kernel Re: [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
2021-05-11 16:21:05 linux-kernel Re: [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
2021-05-11 16:19:13 linux-kernel Re: [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
2021-05-11 16:17:06 linux-kernel Re: [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
2021-05-11 16:15:04 linux-kernel Re: [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
2021-05-07 05:03:42 linux-kernel Re: [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
2021-05-03 18:59:26 linux-kernel Re: [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
2021-05-03 18:48:04 linux-kernel Re: [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
2021-05-03 18:32:46 linux-kernel Re: [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
2021-05-03 18:22:10 linux-kernel Re: [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
2021-05-03 18:19:35 linux-kernel Re: [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
2021-05-03 18:12:43 linux-kernel Re: [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
2021-05-03 18:12:00 linux-kernel Re: [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
2021-05-03 18:11:37 linux-kernel Re: [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
2021-05-03 18:11:27 linux-kernel Re: [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
2021-05-03 18:11:24 linux-kernel Re: [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
2021-05-03 17:21:48 linux-kernel Re: [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages
2021-05-03 17:19:14 linux-kernel Re: [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
2021-05-03 17:18:25 linux-kernel Re: [PATCH 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
2021-05-03 17:14:32 linux-kernel Re: [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
2021-05-03 17:10:55 linux-kernel Re: [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-05-03 17:10:22 linux-kernel Re: [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-05-03 17:09:08 linux-kernel Re: [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-04-27 23:04:14 linux-kernel Re: [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
2021-04-27 23:01:26 linux-kernel Re: [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
2021-04-27 23:00:32 linux-kernel Re: [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
2021-04-27 22:57:49 linux-kernel Re: [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-04-27 22:52:10 linux-kernel Re: [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
2021-04-08 17:06:01 linux-kernel [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
2021-04-08 17:05:23 linux-kernel [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
2021-04-08 17:05:19 linux-kernel [PATCH 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
2021-04-08 17:05:07 linux-kernel [PATCH 06/16] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
2021-04-08 17:04:44 linux-kernel [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages