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-09-17 11:23:51 linux-kernel [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()
2021-09-17 11:23:45 linux-kernel [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
2021-09-17 11:22:44 linux-kernel [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
2021-09-17 11:22:34 linux-kernel [PATCH v3 03/20] PCI/P2PDMA: make pci_p2pdma_map_type() non-static
2021-09-17 11:22:34 linux-kernel [PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
2021-09-17 11:22:34 linux-kernel [PATCH v3 02/20] PCI/P2PDMA: attempt to set map_type if it has not been set
2021-09-17 10:49:39 linux-kernel [PATCH v3 06/20] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
2021-09-17 10:47:58 linux-kernel [PATCH v3 07/20] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
2021-09-17 10:47:55 linux-kernel [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()
2021-09-17 10:47:49 linux-kernel [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
2021-09-17 10:47:42 linux-kernel [PATCH v3 15/20] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
2021-09-17 10:47:41 linux-kernel [PATCH v3 16/20] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
2021-09-17 10:47:41 linux-kernel [PATCH v3 14/20] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
2021-09-17 09:56:13 linux-kernel [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
2021-09-17 09:54:29 linux-kernel [PATCH v3 08/20] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
2021-09-17 09:53:29 linux-kernel [PATCH v3 18/20] mm: use custom page_free for P2PDMA pages
2021-09-09 16:53:52 linux-kernel Re: [PATCH] PCI/P2PDMA: fix the wrong dma address calculation when map sg
2021-07-29 20:19:44 linux-kernel [PATCH v3 14/21] sparc/iommu: return error codes from .map_sg() ops
2021-07-29 20:19:11 linux-kernel [PATCH v3 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
2021-07-29 20:19:10 linux-kernel [PATCH v3 10/21] powerpc/iommu: return error code from .map_sg() ops
2021-07-29 20:19:02 linux-kernel [PATCH v3 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
2021-07-29 20:18:48 linux-kernel [PATCH v3 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
2021-07-29 20:18:47 linux-kernel [PATCH v3 06/21] ARM/dma-mapping: return error code from .map_sg() ops
2021-07-29 20:18:43 linux-kernel [PATCH v3 16/21] parisc: return error code from .map_sg() ops
2021-07-29 20:18:42 linux-kernel [PATCH v3 20/21] dma-mapping: return error code from dma_dummy_map_sg()
2021-07-29 20:18:16 linux-kernel [PATCH v3 05/21] alpha: return error code from alpha_pci_map_sg()
2021-07-29 20:18:15 linux-kernel [PATCH v3 18/21] x86/amd_gart: return error code from gart_map_sg()
2021-07-29 20:18:10 linux-kernel [PATCH v3 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
2021-07-29 20:17:58 linux-kernel [PATCH v3 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
2021-07-29 20:17:57 linux-kernel [PATCH v3 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
2021-07-29 20:17:44 linux-kernel [PATCH v3 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
2021-07-29 20:17:43 linux-kernel [PATCH v3 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
2021-07-29 20:17:39 linux-kernel [PATCH v3 12/21] s390/pci: return error code from s390_dma_map_sg()
2021-07-29 20:17:39 linux-kernel [PATCH v3 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
2021-07-29 20:17:33 linux-kernel [PATCH v3 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
2021-07-29 20:17:33 linux-kernel [PATCH v3 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
2021-07-29 20:17:08 linux-kernel [PATCH v3 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error
2021-07-29 20:17:08 linux-kernel [PATCH v3 00/21] .map_sg() error cleanup
2021-07-29 20:17:08 linux-kernel [PATCH v3 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
2021-07-23 17:53:30 linux-kernel [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
2021-07-23 17:53:05 linux-kernel [PATCH v2 14/21] sparc/iommu: return error codes from .map_sg() ops
2021-07-23 17:53:05 linux-kernel [PATCH v2 12/21] s390/pci: return error code from s390_dma_map_sg()
2021-07-23 17:52:57 linux-kernel [PATCH v2 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
2021-07-23 17:52:56 linux-kernel [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops
2021-07-23 17:52:29 linux-kernel [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
2021-07-23 17:52:28 linux-kernel [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops
2021-07-23 17:52:28 linux-kernel [PATCH v2 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
2021-07-23 17:52:21 linux-kernel [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
2021-07-23 17:52:20 linux-kernel [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg()
2021-07-23 17:52:16 linux-kernel [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
2021-07-23 17:52:04 linux-kernel [PATCH v2 04/21] dma-iommu: Return error code from iommu_dma_map_sg()