linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-31 09:20:17 to 2020-01-08 14:25:07 UTC [more...]

[PATCH RDMA/uverbs] RDMA/uverbs: Protect list_empty() by lock
 2020-01-08 14:23 UTC  (3+ messages)

[PATCH v6 00/25] RTRS (former IBTRS) rdma transport library and RNBD (former IBNBD) rdma network block device
 2020-01-08 14:22 UTC  (75+ messages)
` [PATCH v6 02/25] rtrs: public interface header to establish RDMA connections
` [PATCH v6 03/25] rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v6 04/25] rtrs: core: lib functions shared between client and server modules
` [PATCH v6 05/25] rtrs: client: private header with client structs and functions
` [PATCH v6 06/25] rtrs: client: main functionality
` [PATCH v6 07/25] rtrs: client: statistics functions
` [PATCH v6 08/25] rtrs: client: sysfs interface functions
` [PATCH v6 09/25] rtrs: server: private header with server structs and functions
` [PATCH v6 10/25] rtrs: server: main functionality
` [PATCH v6 11/25] rtrs: server: statistics functions
` [PATCH v6 12/25] rtrs: server: sysfs interface functions
` [PATCH v6 13/25] rtrs: include client and server modules into kernel compilation
` [PATCH v6 14/25] rtrs: a bit of documentation
` [PATCH v6 15/25] rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v6 16/25] rnbd: client: private header with client structs and functions
` [PATCH v6 17/25] rnbd: client: main functionality
` [PATCH v6 18/25] rnbd: client: sysfs interface functions
` [PATCH v6 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH rdma-rc 0/3] ODP Fixes
 2020-01-08 12:56 UTC  (3+ messages)
` [PATCH rdma-rc 3/3] IB/core: Fix ODP with IB_ACCESS_HUGETLB handling

[PATCH rdma-next v1 0/4] Let IB core distribute cache update events
 2020-01-08 11:42 UTC  (6+ messages)
` [PATCH rdma-next v1 2/4] IB/core: "

[PATCH rdma-next 0/5] VIRTIO_NET Emulation Offload
 2020-01-08  8:12 UTC  (5+ messages)
` [PATCH rdma-next 4/5] IB/mlx5: Introduce VAR object and its alloc/destroy methods

[PATCH for-next 0/7] RDMA/hns: Various cleanups
 2020-01-08  1:42 UTC  (11+ messages)
` [PATCH for-next 1/7] RDMA/hns: Avoid printing address of mtt page
` [PATCH for-next 2/7] RDMA/hns: Remove unused function hns_roce_init_eq_table()
` [PATCH for-next 3/7] RDMA/hns: Update the value of qp type
` [PATCH for-next 4/7] RDMA/hns: Delete unnessary parameters in hns_roce_v2_qp_modify()
` [PATCH for-next 5/7] RDMA/hns: Remove redundant print information
` [PATCH for-next 6/7] RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UP
` [PATCH for-next 7/7] RDMA/hns: Fix coding style issues

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-07 22:45 UTC  (23+ messages)
` [PATCH v12 01/22] mm/gup: factor out duplicate code from four routines
` [PATCH v12 02/22] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v12 03/22] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12 05/22] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v12 06/22] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v12 07/22] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v12 08/22] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v12 09/22] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v12 10/22] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v12 11/22] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v12 12/22] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v12 13/22] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v12 14/22] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v12 15/22] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v12 16/22] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v12 17/22] net/xdp: "
` [PATCH v12 18/22] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v12 19/22] vfio, mm: "
` [PATCH v12 20/22] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v12 21/22] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v12 22/22] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH 1/3] infiniband: hw: hfi1: verbs.c: Use built-in RCU list checking
 2020-01-07 20:33 UTC  (2+ messages)

[PATCH v10 0/3] Proposed trace points for RDMA/core
 2020-01-07 20:23 UTC  (3+ messages)

[PATCH 3/3] infiniband: sw: rdmavt: mcast.c: Use built-in RCU list checking
 2020-01-07 19:31 UTC 

[PATCH 2/3] infiniband: hw: qib: qib_verbs: Use built-in RCU list checking
 2020-01-07 19:30 UTC 

[PATCH rdma-rc] i40iw: Remove setting of VMA private data and use rdma_user_mmap_io
 2020-01-07 19:14 UTC  (2+ messages)

[PATCH rdma-rc v2 00/48] Organize code according to IBTA layout
 2020-01-07 18:40 UTC  (6+ messages)
` [PATCH rdma-rc v2 04/48] RDMA/cm: Add SET/GET implementations to hide IBA wire format
` [PATCH rdma-rc v2 05/48] RDMA/cm: Request For Communication (REQ) message definitions

[PATCH 1/3] infiniband: hw: hfi1: verbs.c: Use built-in RCU list checking
 2020-01-07 18:26 UTC  (4+ messages)
` [PATCH 2/3] infiniband: hw: qib: qib_verbs: "
` [PATCH 3/3] infiniband: sw: rdmavt: mcast.c: "

[PATCH v9 0/3] Proposed trace points for RDMA/core
 2020-01-07 14:39 UTC  (6+ messages)

[PATCH v5 00/25] RTRS (former IBTRS) rdma transport library and the corresponding RNBD (former IBNBD) rdma network block device
 2020-01-07 10:56 UTC  (6+ messages)

Recent trace observed in target code during iSer testing
 2020-01-07  2:56 UTC  (2+ messages)

[PATCH v4] infiniband: i40iw: fix a potential NULL pointer dereference
 2020-01-07  2:08 UTC  (4+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2020-01-07  1:26 UTC  (12+ messages)

[PATCH v2] net: mlx5: Use iowriteXbe() to ring doorbell and remove reduntant wmb()
 2020-01-06 22:05 UTC  (4+ messages)

[PATCH] mlx5: work around high stack usage with gcc
 2020-01-06 21:59 UTC  (3+ messages)

[PATCH rdma-core 0/2] pyverbs: Support CQ events properly
 2020-01-06 15:01 UTC  (3+ messages)
` [PATCH rdma-core 1/2] pyverbs: Handle "
` [PATCH rdma-core 2/2] tests: Add a test for completion events

[PATCH for-next 0/9] Clean ups, refactror, additions
 2020-01-06 13:44 UTC  (11+ messages)
` [PATCH for-next 1/9] IB/hfi1: Move chip specific functions to chip.c
` [PATCH for-next 2/9] IB/hfi1: Add fast and slow handlers for receive context
` [PATCH for-next 3/9] IB/hfi1: Move common receive IRQ code to function
` [PATCH for-next 4/9] IB/hfi1: IB/hfi1: Add an API to handle special case drop
` [PATCH for-next 5/9] IB/hfi1: Create API for auto activate
` [PATCH for-next 6/9] IB/hfi1: Decouple IRQ name from type
` [PATCH for-next 7/9] IB/hfi1: Return void in packet receiving functions
` [PATCH for-next 8/9] IB/hfi1: Add software counter for ctxt0 seq drop
` [PATCH for-next 9/9] IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats

[PATCH for-next v2] RDMA/siw: Simplify QP representation
 2020-01-04 17:26 UTC  (3+ messages)
`  "

[PATCH 0/5] RDMA: use true,false for bool variable
 2020-01-04 17:25 UTC  (3+ messages)

[PATCH for-next] RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs
 2020-01-04  5:57 UTC  (3+ messages)

[PATCH] RDMA/rxe: Fix error type of mmap_offset
 2020-01-03 23:45 UTC  (2+ messages)

[PATCH for-next] RDMA/core: Fix storing node_desc
 2020-01-03 23:12 UTC  (2+ messages)

[PATCH rdma-rc v1 0/3] ODP Fixes
 2020-01-03 21:07 UTC  (2+ messages)

[PATCH for-rc] IB/hfi1: Adjust flow PSN with the correct resync_psn
 2020-01-03 20:50 UTC  (2+ messages)

[PATCH for-rc 0/4] Patches for 5.5 rc
 2020-01-03 20:47 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx4: Redo TX checksum offload in line with docs
 2020-01-03 20:39 UTC  (2+ messages)

[PATCH rdma-next] RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()
 2020-01-03 20:36 UTC  (2+ messages)

[PATCH v2] scsi: RDMA/srpt: remove unnecessary assertion in srpt_queue_response
 2020-01-03 20:23 UTC  (2+ messages)

[PATCH RDMA/netlink v2] RDMA/netlink: Adhere to returning zero on success
 2020-01-03 20:10 UTC  (2+ messages)

[PATCH] IB/mlx5: Fix outstanding_pi index for GSI qps
 2020-01-03 20:01 UTC  (2+ messages)

[PATCH for-next v2 02/11] IB/hfi1: List all receive contexts from debugfs
 2020-01-03 19:48 UTC  (3+ messages)
` [PATCH for-next v3] "

[PATCH for-next 0/6] RDMA/bnxt_re driver update
 2020-01-03 19:46 UTC  (8+ messages)
` [PATCH for-next 4/6] RDMA/bnxt_re: Refactor device add/remove functionalities
` [PATCH for-next 5/6] RDMA/bnxt_re: Use driver_unregister and unregistration API
` [PATCH for-next 6/6] RDMA/bnxt_re: Report more number of completion vectors

[PATCH v2 rdma-next] RDMA/qedr: Add kernel capability flags for dpm enabled mode
 2020-01-03 19:18 UTC  (2+ messages)

[PATCH] net: mlx5: Use writeX() to ring doorbell and remove reduntant wmb()
 2020-01-03 19:06 UTC  (11+ messages)

[PATCH v1 0/9] NFS/RDMA client patches for v5.6
 2020-01-03 16:57 UTC  (10+ messages)
` [PATCH v1 1/9] xprtrdma: Eliminate ri_max_send_sges
` [PATCH v1 2/9] xprtrdma: Make sendctx queue lifetime the same as connection lifetime
` [PATCH v1 3/9] xprtrdma: Refactor initialization of ep->rep_max_requests
` [PATCH v1 4/9] xprtrdma: Eliminate per-transport "max pages"
` [PATCH v1 5/9] xprtrdma: Refactor frwr_is_supported
` [PATCH v1 6/9] xprtrdma: Allocate and map transport header buffers at connect time
` [PATCH v1 7/9] xprtrdma: Destroy rpcrdma_rep when Receive is flushed
` [PATCH v1 8/9] xprtrdma: Destroy reps from previous connection instance
` [PATCH v1 9/9] xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is created

[PATCH for-next] RDMA/hns: Add support for extended atomic
 2020-01-03 13:39 UTC  (4+ messages)

[PATCH v3 for-next] RDMA/hns: Add support for reporting wc as software mode
 2020-01-03  6:02 UTC  (2+ messages)

Is it possible to transfer a large file between two computers using RDMA UD?
 2020-01-02 19:45 UTC  (6+ messages)

[net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
 2020-01-02 18:06 UTC  (16+ messages)
` [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
` [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove i40iw

[PATCH rdma-core 0/8] pyverbs: Add support for the new post send API
 2019-12-31  9:19 UTC  (3+ messages)
` [PATCH rdma-core 7/8] Documentation: Add extended QP to pyverbs's doc
` [PATCH rdma-core 8/8] tests: Add test using the new post send API


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).