linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 15:49:14 to 2019-11-21 18:14:41 UTC [more...]

[PATCH rdma-next v1 00/48] Organize code according to IBTA layout
 2019-11-21 18:12 UTC  (24+ messages)
` [PATCH rdma-next v1 01/48] RDMA/cm: Provide private data size to CM users
` [PATCH rdma-next v1 02/48] RDMA/srpt: Use private_data_len instead of hardcoded value
` [PATCH rdma-next v1 03/48] RDMA/ucma: Mask QPN to be 24 bits according to IBTA
` [PATCH rdma-next v1 04/48] RDMA/cm: Add SET/GET implementations to hide IBA wire format
` [PATCH rdma-next v1 05/48] RDMA/cm: Request For Communication (REQ) message definitions
` [PATCH rdma-next v1 06/48] RDMA/cm: Message Receipt Acknowledgment (MRA) "
` [PATCH rdma-next v1 07/48] RDMA/cm: Reject (REJ) "
` [PATCH rdma-next v1 08/48] RDMA/cm: Reply To Request for communication (REP) definitions
` [PATCH rdma-next v1 09/48] RDMA/cm: Ready To Use (RTU) definitions
` [PATCH rdma-next v1 10/48] RDMA/cm: Request For Communication Release (DREQ) definitions
` [PATCH rdma-next v1 11/48] RDMA/cm: Reply To Request For Communication Release (DREP) definitions
` [PATCH rdma-next v1 12/48] RDMA/cm: Load Alternate Path (LAP) definitions
` [PATCH rdma-next v1 13/48] RDMA/cm: Alternate Path Response (APR) message definitions
` [PATCH rdma-next v1 14/48] RDMA/cm: Service ID Resolution Request (SIDR_REQ) definitions
` [PATCH rdma-next v1 15/48] RDMA/cm: Service ID Resolution Response (SIDR_REP) definitions
` [PATCH rdma-next v1 16/48] RDMA/cm: Convert QPN and EECN to be u32 variables
` [PATCH rdma-next v1 17/48] RDMA/cm: Convert REQ responded resources to the new scheme
` [PATCH rdma-next v1 18/48] RDMA/cm: Convert REQ initiator depth "
` [PATCH rdma-next v1 19/48] RDMA/cm: Convert REQ remote response timeout
` [PATCH rdma-next v1 20/48] RDMA/cm: Simplify QP type to wire protocol translation
` [PATCH rdma-next v1 21/48] RDMA/cm: Convert REQ flow control
` [PATCH rdma-next v1 22/48] RDMA/cm: Convert starting PSN to be u32 variable
` [PATCH rdma-next v1 23/48] RDMA/cm: Update REQ local response timeout

[PATCH rdma-next 0/4] Get IB port and node GUIDs through rtnetlink
 2019-11-21 17:36 UTC  (3+ messages)

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

[PATCH rdma-core 0/4] pyverbs: Introduce parent domain
 2019-11-21 16:31 UTC  (6+ messages)
` [PATCH rdma-core 2/4] pyverbs: Introduce ParentDomain class

[net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-21 15:10 UTC  (64+ messages)

[PATCH for-next v2 0/3] EFA RDMA read support
 2019-11-21 14:15 UTC  (4+ messages)
` [PATCH for-next v2 1/3] RDMA/efa: Store network attributes in device attributes
` [PATCH for-next v2 2/3] RDMA/efa: Support remote read access in MR registration
` [PATCH for-next v2 3/3] RDMA/efa: Expose RDMA read related attributes

[PATCH RFC rdma-core] verbs: relaxed ordering memory regions
 2019-11-21 13:38 UTC  (3+ messages)

[PATCH v2 0/6] Raspberry Pi 4 PCIe support
 2019-11-21 12:18 UTC  (11+ messages)
` [PATCH v2 1/6] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions

[PATCH v2 rdma-next] RDMA/qedr: Add kernel capability flags for dpm enabled mode
 2019-11-21 11:29 UTC 

[PATCH v3 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-11-21 11:20 UTC  (3+ messages)
` [PATCH v3 for-next 1/2] RDMA/hns: Add the workqueue framework for flush cqe handler
` [PATCH v3 for-next 2/2] RDMA/hns: Delayed flush cqe process with workqueue

[PATCH rdma-next] RDMA/qedr: Add kernel capability flags for dpm enabled mode
 2019-11-21  8:12 UTC  (3+ messages)
  ` [EXT] "

[PATCH V3 for-next 0/3] Broadcom's roce driver bug fixes
 2019-11-21  6:22 UTC  (4+ messages)
` [PATCH V3 for-next 1/3] RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series
` [PATCH V3 for-next 2/3] RDMA/bnxt_re: fix stat push into dma buffer on gen p5 devices
` [PATCH V3 for-next 3/3] RDMA/bnxt_re: fix sparse warnings

[PATCH rdma-core 0/7] libhns: Bugfix for hip08
 2019-11-21  1:19 UTC  (8+ messages)
` [PATCH rdma-core 1/7] libhns: Fix calculation errors with ilog32()
` [PATCH rdma-core 2/7] libhns: Optimize bind_mw for fixing null pointer access
` [PATCH rdma-core 3/7] libhns: Bugfix for assigning sl
` [PATCH rdma-core 4/7] libhns: Bugfix for cleaning cq
` [PATCH rdma-core 5/7] libhns: Bugfix for updating qp params
` [PATCH rdma-core 6/7] libhns: Avoid null pointer operation
` [PATCH rdma-core 7/7] libhns: Return correct value of cqe num when flushing cqe failed

[PATCH mlx5-next 0/5] Mellanox, mlx5-next updates 2019-11-20
 2019-11-20 22:22 UTC  (6+ messages)
` [PATCH mlx5-next 1/5] net/mlx5: Add structures layout for new MCAM access reg groups
` [PATCH mlx5-next 2/5] net/mlx5: Read MCAM register groups 1 and 2
` [PATCH mlx5-next 3/5] net/mlx5: Add structures and defines for MIRC register
` [PATCH mlx5-next 4/5] net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT command
` [PATCH mlx5-next 5/5] net/mlx5: Expose resource dump register mapping

[PATCH net] net: rtnetlink: prevent underflows in do_setvfinfo()
 2019-11-20 18:07 UTC  (3+ messages)

[PATCH for-rc 0/3] Broadcom's roce dirver bug fixes
 2019-11-20 16:17 UTC  (8+ messages)
` [PATCH for-rc 1/3] RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series
` [PATCH for-rc 2/3] RDMA/bnxt_re: fix stat push into dma buffer on gen p5 devices
` [PATCH for-rc 3/3] RDMA/bnxt_re: fix sparse warnings

[PATCH] infiniband: Fix Kconfig indentation
 2019-11-20 13:41 UTC 

[PATCH v2 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-11-20 11:00 UTC  (8+ messages)
` [PATCH v2 for-next 1/2] RDMA/hns: Add the workqueue framework for flush cqe handler

[PATCH v6 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-20  7:17 UTC  (7+ messages)
` [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v6 17/24] mm/gup: track FOLL_PIN pages

[PATCH v7 0/2] Proposed trace points for RDMA/core
 2019-11-20  6:29 UTC  (4+ messages)
` [PATCH v7 1/2] RDMA/core: Trace points for diagnosing completion queue issues
` [PATCH v7 2/2] RDMA/cma: Add trace points in RDMA Connection Manager

[PATCH V2 for-rc 0/2] Broadcom's roce driver bug fixes
 2019-11-20  6:20 UTC  (3+ messages)
` [PATCH V2 for-rc 1/2] RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series
` [PATCH V2 for-rc 2/2] RDMA/bnxt_re: fix stat push into dma buffer on gen p5 devices

[question] ibv_reg_mr() returning EACCESS
 2019-11-20  4:05 UTC  (5+ messages)

[PATCH iproute2-next] rdma: Rewrite custom JSON and prints logic to use common API
 2019-11-20  2:33 UTC  (2+ messages)

[PATCH iproute2-next v2] ip link: Add support to get SR-IOV VF node GUID and port GUID
 2019-11-20  2:32 UTC  (2+ messages)

[PATCH v2 0/2] rxe should use same buffer size for SGE's and inline data
 2019-11-20  0:08 UTC  (7+ messages)
` [PATCH v2 1/2] Introduce maximum WQE size to check limits

[PATCH for-next 0/3] EFA RDMA read support
 2019-11-19 21:10 UTC  (5+ messages)
` [PATCH for-next 3/3] RDMA/efa: Expose RDMA read related attributes

[PATCH rdma-next] RDMA/qedr: Fix null-pointer dereference when calling rdma_user_mmap_get_offset
 2019-11-19 20:18 UTC  (2+ messages)

[PATCH rdma-next] RDMA/cm: Use refcount_t type for refcount variable
 2019-11-19 20:14 UTC  (2+ messages)

[PATCH rdma-next] IB/mlx5: Support extended number of strides for Striding RQ
 2019-11-19 20:09 UTC  (2+ messages)

[PATCH rdma-next] IB/mlx4: Update HW GID table while adding vlan GID
 2019-11-19 20:04 UTC  (2+ messages)

[PATCH hmm v3 00/14] Consolidate the mmu notifier interval_tree and locking
 2019-11-19 19:59 UTC  (3+ messages)
` [PATCH v3 12/14] drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirror

[PATCH v6 0/2] Proposed trace points for RDMA/core
 2019-11-19 17:07 UTC  (4+ messages)
` [PATCH v6 1/2] RDMA/core: Trace points for diagnosing completion queue issues

[PATCH v6 2/2] RDMA/cma: Add trace points in RDMA Connection Manager
 2019-11-19 17:00 UTC  (3+ messages)


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).