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
2022-04-07 21:05:25 linux-kernel [PATCH v6 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
2022-04-07 20:59:14 linux-kernel [PATCH v6 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
2022-04-07 20:49:25 linux-kernel [PATCH v6 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
2022-04-07 20:43:07 linux-kernel [PATCH v6 21/21] nvme-pci: allow mmaping the CMB in userspace
2022-04-07 20:41:10 linux-kernel [PATCH v6 10/21] nvme-pci: convert to using dma_map_sgtable()
2022-04-07 20:39:18 linux-kernel [PATCH v6 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
2022-04-07 20:37:50 linux-kernel [PATCH v1 6/7] md/raid5-ppl: Annotate with rcu_dereference_protected()
2022-04-07 20:37:22 linux-kernel [PATCH v1 5/8] md/raid5: Keep a reference to last stripe_head for batch
2022-04-07 20:36:12 linux-kernel [PATCH v6 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
2022-04-07 20:34:01 linux-kernel [PATCH v1 8/8] md/raid5: Pivot raid5_make_request()
2022-04-07 20:33:04 linux-kernel [PATCH v6 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
2022-04-07 20:32:37 linux-kernel [PATCH v6 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
2022-04-07 20:31:24 linux-kernel [PATCH v1 2/7] md/raid5: Un-nest struct raid5_percpu definition
2022-04-07 20:31:10 linux-kernel [PATCH v1 3/8] md/raid5: Move common stripe count increment code into __find_stripe()
2022-04-07 20:28:46 linux-kernel [PATCH v1 3/7] md/raid5: Add __rcu annotation to struct disk_info
2022-04-07 20:27:31 linux-kernel [PATCH v6 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
2022-04-07 20:20:58 linux-kernel [PATCH v1 4/8] md/raid5: Make common label for schedule/retry in raid5_make_request()
2022-04-07 20:20:10 linux-kernel [PATCH v6 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
2022-04-07 20:18:43 linux-kernel [PATCH v1 2/8] md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
2022-04-07 20:15:13 linux-kernel [PATCH v1 4/7] md/raid5: Annotate rdev/replacement accesses when nr_pending is elevated
2022-04-07 20:14:40 linux-kernel [PATCH v6 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
2022-04-07 20:11:55 linux-kernel [PATCH v6 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
2022-04-07 20:07:14 linux-kernel [PATCH v1 7/7] md/raid5: Annotate functions that hold device_lock with __must_hold
2022-04-07 20:04:50 linux-kernel [PATCH v6 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
2022-04-07 20:03:19 linux-kernel [PATCH v6 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
2022-04-07 20:03:03 linux-kernel [PATCH v1 6/8] md/raid5: Refactor add_stripe_bio()
2022-04-07 20:01:05 linux-kernel [PATCH v6 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
2022-04-07 19:59:48 linux-kernel [PATCH v1 1/7] md/raid5: Cleanup setup_conf() error returns
2022-04-07 19:53:50 linux-kernel [PATCH v1 0/7] Minor Raid5 Fixes and Cleanup
2022-04-07 19:52:34 linux-kernel [PATCH v6 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
2022-04-07 19:51:38 linux-kernel [PATCH v6 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
2022-04-07 19:51:32 linux-kernel [PATCH v6 16/21] block: add check when merging zone device pages
2022-04-07 19:49:31 linux-kernel [PATCH v1 1/8] md/raid5: Refactor raid5_make_request loop
2022-04-07 19:48:11 linux-kernel [PATCH v1 0/8] Improve Raid5 Lock Contention
2022-03-31 03:46:14 linux-kernel Re: [PATCH V4 1/1] Intel Sky Lake-E host root ports check.
2022-03-31 02:57:16 linux-kernel Re: [PATCH V4 1/1] Intel Sky Lake-E host root ports check.
2022-03-30 23:03:59 linux-kernel Re: [PATCH V4 1/1] Intel Sky Lake-E host root ports check.
2022-03-21 22:40:05 linux-kernel Re: [PATCH v1] Intel Sky Lake-E host root ports check.
2022-03-21 20:47:11 linux-kernel Re: [PATCH v1] Intel Sky Lake-E host root ports check.
2022-02-14 19:50:18 linux-kernel Re: [PATCH 09/27] mm: generalize the pgmap based page_free infrastructure
2022-02-09 11:51:27 linux-kernel Re: [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>
2022-02-09 08:10:54 linux-kernel Re: start sorting out the ZONE_DEVICE refcount mess
2022-02-03 00:16:43 linux-kernel Re: [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
2022-02-01 20:48:27 linux-kernel Re: [PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
2022-01-31 11:21:36 linux-kernel Re: [PATCH v5 22/24] mm: use custom page_free for P2PDMA pages
2022-01-31 11:21:31 linux-kernel Re: [PATCH v5 02/24] mm: remove extra ZONE_DEVICE struct page refcount
2022-01-29 00:22:00 linux-kernel [PATCH v5 13/24] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
2022-01-28 23:53:37 linux-kernel [PATCH v5 07/24] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
2022-01-28 23:53:35 linux-kernel [PATCH v5 11/24] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
2022-01-28 23:53:24 linux-kernel [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
2022-01-28 23:53:24 linux-kernel [PATCH v5 06/24] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations