LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2021-04-08 17:04:36
linux-kernel
[PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-04-08 17:04:19
linux-kernel
[PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
2021-04-08 17:03:59
linux-kernel
[PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
2021-04-08 17:03:35
linux-kernel
[PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
2021-04-08 17:03:30
linux-kernel
[PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
2021-04-08 17:03:27
linux-kernel
[PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
2021-04-08 17:03:14
linux-kernel
[PATCH 15/16] RDMA/rw: use dma_map_sg_p2pdma()
2021-04-08 17:03:12
linux-kernel
[PATCH 16/16] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
2021-04-08 17:03:12
linux-kernel
[PATCH 00/16] Add new DMA mapping operation for P2PDMA
2021-04-08 17:03:07
linux-kernel
[PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
2021-04-08 17:02:42
linux-kernel
[PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
2021-04-08 17:02:37
linux-kernel
[PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
2021-03-24 05:49:27
linux-kernel
Re: [PATCH] dmaengine: plx_dma: add a missing put_device() on error path
2021-03-16 20:49:49
linux-kernel
Re: [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-03-16 17:05:31
linux-kernel
Re: [RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA
2021-03-15 18:38:16
linux-kernel
Re: [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
2021-03-15 16:35:55
linux-kernel
Re: [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
2021-03-15 16:29:30
linux-kernel
Re: [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
2021-03-12 21:39:30
linux-kernel
Re: [RFC PATCH v2 02/11] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
2021-03-12 20:57:45
linux-kernel
Re: [RFC PATCH v2 01/11] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
2021-03-12 20:09:08
linux-kernel
Re: [RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
2021-03-12 18:29:55
linux-kernel
Re: [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-03-12 18:26:45
linux-kernel
Re: [RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
2021-03-12 17:05:51
linux-kernel
Re: [RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
2021-03-12 16:28:51
linux-kernel
Re: [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-03-12 16:21:25
linux-kernel
Re: [RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
2021-03-12 02:20:18
linux-kernel
Re: [RFC PATCH v2 11/11] nvme-pci: Convert to using dma_map_sg for p2pdma pages
2021-03-11 23:53:22
linux-kernel
[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
2021-03-11 23:51:36
linux-kernel
[RFC PATCH v2 03/11] PCI/P2PDMA: Attempt to set map_type if it has not been set
2021-03-11 23:51:33
linux-kernel
[RFC PATCH v2 11/11] nvme-pci: Convert to using dma_map_sg for p2pdma pages
2021-03-11 23:51:32
linux-kernel
[RFC PATCH v2 01/11] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
2021-03-11 23:51:25
linux-kernel
[RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA
2021-03-11 23:51:24
linux-kernel
[RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
2021-03-11 23:51:20
linux-kernel
[RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
2021-03-11 23:51:15
linux-kernel
[RFC PATCH v2 02/11] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
2021-03-11 23:51:14
linux-kernel
[RFC PATCH v2 05/11] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
2021-03-11 23:50:47
linux-kernel
[RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
2021-03-11 23:50:21
linux-kernel
[RFC PATCH v2 10/11] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
2021-03-11 23:50:21
linux-kernel
[RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
2021-01-20 20:11:43
linux-kernel
Re: [PATCH 1/3] cdev: Finish the cdev api with queued mode support
2020-12-10 20:42:21
linux-kernel
Re: [patch 17/30] NTB/msi: Use irq_has_action()
2020-12-10 16:48:28
linux-kernel
Re: [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
2020-12-10 02:44:10
linux-kernel
Re: [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
2020-12-02 18:03:48
linux-kernel
Re: [PATCH v3 3/6] mm: support THP migration to device private memory
2020-11-10 23:59:07
linux-kernel
Re: [PATCH][V2] PCI: Fix a potential uninitentional integer overflow issue
2020-11-10 23:48:19
linux-kernel
Re: [RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
2020-11-09 16:54:09
linux-kernel
Re: [RFC PATCH 15/15] nvme-pci: Allow mmaping the CMB in userspace
2020-11-09 16:49:19
linux-kernel
Re: [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
2020-11-07 02:52:38
linux-kernel
Re: [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
2020-11-06 20:06:35
linux-kernel
Re: [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
2020-11-06 19:49:19
linux-kernel
Re: [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()