public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-08 16:36:57 to 2016-03-14 17:48:14 UTC [more...]

[PATCH V4] IB/uverbs: Fix race between uverbs_close and remove_one
 2016-03-14 17:48 UTC  (4+ messages)

[PATCH V2] IB/uverbs: Fix race between uverbs_close and remove_one
 2016-03-14 17:29 UTC  (15+ messages)

[PATCH 1/5] mlx4: add missing braces in verify_qp_parameters
 2016-03-14 14:18 UTC 

[PATCH 00/16] IB/hfi1: Add a page pinning cache for PSM sdma
 2016-03-14 12:27 UTC  (28+ messages)
  ` [PATCH 01/16] IB/hfi1: Re-factor MMU notification code
  ` [PATCH 02/16] IB/hfi1: Allow MMU function execution in IRQ context
  ` [PATCH 03/16] IB/hfi1: Prevent NULL pointer dereference
  ` [PATCH 04/16] IB/hfi1: Allow remove MMU callbacks to free nodes
  ` [PATCH 05/16] IB/hfi1: Remove the use of add/remove RB function pointers
  ` [PATCH 06/16] IB/hfi1: Notify remove MMU/RB callback of calling context
  ` [PATCH 07/16] IB/hfi1: Use interval RB trees
  ` [PATCH 08/16] IB/hfi1: Add MMU tracing
  ` [PATCH 09/16] IB/hfi1: Remove compare callback
  ` [PATCH 10/16] IB/hfi1: Add filter callback
  ` [PATCH 11/16] IB/hfi1: Adjust last address values for intervals
  ` [PATCH 12/16] IB/hfi1: Implement SDMA-side buffer caching
  ` [PATCH 13/16] IB/hfi1: Add pin query function
  ` [PATCH 14/16] IB/hfi1: Specify mm when releasing pages
  ` [PATCH 15/16] IB/hfi1: Switch to using the pin query function
  ` [PATCH 16/16] IB/hfi1: Add SDMA cache eviction algorithm

[PATCH libmlx4 0/2] Misc fixes
 2016-03-14 11:47 UTC  (3+ messages)
  ` [PATCH libmlx4 1/2] Handling 0-length sge correctly
  ` [PATCH libmlx4 2/2] Update consumer index after resize CQ operation

[PATCH V3 libibverbs 0/2] Add memory re-registration support
 2016-03-14 10:59 UTC  (3+ messages)
  ` [PATCH V3 libibverbs 1/2] Change rereg_mr API between libibverbs and the provider's library
  ` [PATCH V3 libibverbs 2/2] Add MR re-registeration

[PATCH 3/4] infiniband: hns: add Hisilicon RoCE support(driver code)
 2016-03-14  6:49 UTC  (2+ messages)

[PATCH 0/3] infiniband: IB/hns: Hisilicon RoCE support
 2016-03-14  6:49 UTC  (11+ messages)
` [PATCH 1/3] infiniband: IB/hns: add "
` [PATCH 2/3] net: hns: "
  ` [PATCH 3/3] infiniband: IB/hns: add Hisilicon RoCE support with bindings

generic RDMA READ/WRITE API V4
 2016-03-14  1:04 UTC  (45+ messages)
` [PATCH v4 1/9] IB/cma: pass the port number to ib_create_qp
` [PATCH v4 2/9] IB/core: allow passing mapping an offset into the SG in ib_map_mr_sg
` [PATCH v4 3/9] IB/core: add a helper to check for READ WITH INVALIDATE support
` [PATCH v4 4/9] IB/core: refactor ib_create_qp
` [PATCH v4 5/9] IB/core: add a simple MR pool
  ` [PATCH v4 6/9] IB/core: add a need_inval flag to struct ib_mr
  ` [PATCH v4 7/9] IB/core: generic RDMA READ/WRITE API
  ` [PATCH v4 8/9] target: enhance and export target_alloc_sgl/target_free_sgl
` [PATCH v4 9/9] IB/srpt: convert to the generic RDMA READ/WRITE API

[PATCH v4 15/21] IB/srpt: Log private data associated with REJ
 2016-03-14  0:39 UTC 

sg_map failures when tuning SRP via ib_srp module parameters for maximum SG entries
 2016-03-13 22:15 UTC  (10+ messages)

[PATCH rdma-next V3 00/10] IB SR-IOV support
 2016-03-13 13:44 UTC  (12+ messages)
  ` [PATCH rdma-next V3 01/10] net/core: Add support for configuring VF GUIDs
  ` [PATCH rdma-next V3 02/10] IB/mlx5: Fix decision on using MAD_IFC
  ` [PATCH rdma-next V3 03/10] IB/core: Add subnet prefix to port info
  ` [PATCH rdma-next V3 04/10] IB/core: Support accessing SA in virtualized environment
  ` [PATCH rdma-next V3 05/10] IB/core: Add interfaces to control VF attributes
  ` [PATCH rdma-next V3 06/10] IB/ipoib: Add ndo operations for configuring VFs
  ` [PATCH rdma-next V3 07/10] net/mlx5_core: Add VF param when querying vport counter
  ` [PATCH rdma-next V3 08/10] net/mlx5_core: Implement modify HCA vport command
  ` [PATCH rdma-next V3 09/10] IB/mlx5: Implement callbacks for manipulating VFs
  ` [PATCH rdma-next V3 10/10] IB/ipoib: Allow mcast packets from other VFs

[PATCH V3] IB/uverbs: Fix race between uverbs_close and remove_on
 2016-03-12 15:00 UTC  (2+ messages)

[PATCH] nfs/rdma: add IPv6 rdma6 support
 2016-03-12 10:50 UTC  (2+ messages)

[PATCH rdma-next V1 0/8] Introduce vector CALC support
 2016-03-12 10:17 UTC  (3+ messages)

[PATCHv9 0/3] rdmacg: IB/core: rdma controller support
 2016-03-12  6:19 UTC  (9+ messages)
` [PATCHv9 1/3] rdmacg: Added rdma cgroup controller

RDMA power failure write atomicity
 2016-03-12  1:54 UTC  (5+ messages)

generic RDMA READ/WRITE API V5
 2016-03-11 18:53 UTC  (10+ messages)
` [PATCH v5 1/9] IB/cma: pass the port number to ib_create_qp
` [PATCH v5 2/9] IB/core: allow passing mapping an offset into the SG in ib_map_mr_sg
` [PATCH v5 3/9] IB/core: add a helper to check for READ WITH INVALIDATE support
` [PATCH v5 4/9] IB/core: refactor ib_create_qp
` [PATCH v5 5/9] IB/core: add a simple MR pool
` [PATCH v5 6/9] IB/core: add a need_inval flag to struct ib_mr
` [PATCH v5 7/9] IB/core: generic RDMA READ/WRITE API
  ` [PATCH v5 8/9] target: enhance and export target_alloc_sgl/target_free_sgl
  ` [PATCH v5 9/9] IB/srpt: convert to the generic RDMA READ/WRITE API

[PATCH V3] IB/uverbs: Fix race between uverbs_close and remove_one
 2016-03-11 15:24 UTC 

Good Day Sir/Madam
 2016-03-11 14:55 UTC 

[PATCH RESEND] qib:Fix concurrent access in the function, qib_init_iba6120_funcs
 2016-03-11  2:52 UTC  (4+ messages)

net/9p: convert to new CQ API
 2016-03-11  2:20 UTC  (6+ messages)
` [PATCH] "
  ` [V9fs-developer] "

[PATCH] configfs: switch ->default groups to a linked list
 2016-03-11  2:19 UTC  (3+ messages)

[PATCH rdma-next V1 00/10] IB SR-IOV support
 2016-03-10 23:52 UTC  (9+ messages)
` [PATCH rdma-next V1 04/10] IB/core: Support accessing SA in virtualized environment

[PATCH v3 00/11] NFS/RDMA client patches for v4.6
 2016-03-10 17:01 UTC  (31+ messages)
` [PATCH v3 01/11] xprtrdma: Clean up unused RPCRDMA_INLINE_PAD_THRESH macro
` [PATCH v3 02/11] xprtrdma: Clean up physical_op_map()
` [PATCH v3 03/11] xprtrdma: Clean up dprintk format string containing a newline
` [PATCH v3 05/11] xprtrdma: Do not wait if ib_post_send() fails
` [PATCH v3 06/11] rpcrdma: Add RPCRDMA_HDRLEN_ERR
` [PATCH v3 09/11] xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQs
` [PATCH v3 10/11] xprtrdma: Use an anonymous union in struct rpcrdma_mw

[PATCH v4 0/4] new ib_drain_qp() API
 2016-03-10  5:05 UTC  (6+ messages)
` [PATCH v4 2/4] iw_cxgb4: add queue drain functions

[PATCH 0/4] infiniband: hns: Hisilicon RoCE support
 2016-03-09 11:25 UTC  (14+ messages)
` [PATCH 1/4] net: hns: add Hisilicon RoCE support(the dependent routine)
` [PATCH 2/4] infiniband: hns: add Hisilicon RoCE support(binding)
` [PATCH 3/4] infiniband: hns: add Hisilicon RoCE support(driver code)
` [PATCH 4/4] infiniband: hns: add Hisilicon RoCE support(Kconfig)

[Bug 114061] New: xorg session flickers after resume from suspend
 2016-03-08 23:44 UTC 

[PATCH rdma-next V2 00/10] IB SR-IOV support
 2016-03-08 18:04 UTC  (6+ messages)
` [PATCH rdma-next V2 03/10] IB/core: Add subnet prefix to port info
  ` [PATCH rdma-next V2 09/10] IB/mlx5: Implement callbacks for manipulating VFs
  ` [PATCH rdma-next V2 10/10] IB/ipoib: Allow mcast packets from other VFs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox