linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 22:49:41 to 2019-12-12 09:38:48 UTC [more...]

[PATCH rdma-rc v2 00/48] Organize code according to IBTA layout
 2019-12-12  9:37 UTC  (3+ messages)
` [PATCH rdma-rc v2 01/48] RDMA/cm: Provide private data size to CM users
` [PATCH rdma-rc v2 03/48] RDMA/ucma: Mask QPN to be 24 bits according to IBTA

[net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
 2019-12-12  9:12 UTC  (42+ messages)
` [PATCH v3 01/20] virtual-bus: Implementation of Virtual Bus
` [PATCH v3 02/20] ice: Initialize and register a virtual bus to provide RDMA
` [PATCH v3 03/20] ice: Implement peer communications
` [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
` [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions
` [PATCH v3 06/20] RDMA/irdma: Implement device initialization definitions
` [PATCH v3 07/20] RDMA/irdma: Implement HW Admin Queue OPs
` [PATCH v3 08/20] RDMA/irdma: Add HMC backing store setup functions
` [PATCH v3 09/20] RDMA/irdma: Add privileged UDA queue implementation
` [PATCH v3 10/20] RDMA/irdma: Add QoS definitions
` [PATCH v3 11/20] RDMA/irdma: Add connection manager
` [PATCH v3 12/20] RDMA/irdma: Add PBLE resource manager
` [PATCH v3 13/20] RDMA/irdma: Implement device supported verb APIs
` [PATCH v3 14/20] RDMA/irdma: Add RoCEv2 UD OP support
` [PATCH v3 15/20] RDMA/irdma: Add user/kernel shared libraries
` [PATCH v3 16/20] RDMA/irdma: Add miscellaneous utility definitions
` [PATCH v3 17/20] RDMA/irdma: Add dynamic tracing for CM
` [PATCH v3 18/20] RDMA/irdma: Add ABI definitions
` [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove i40iw
` [PATCH v3 20/20] RDMA/irdma: Update MAINTAINERS file

[PATCH rdma-rc 0/3] Fixes for 5.5
 2019-12-12  9:12 UTC  (4+ messages)
` [PATCH rdma-rc 1/3] RDMA/counter: Prevent auto-binding a QP which are not tracked with res
` [PATCH rdma-rc 2/3] IB/mlx4: Follow mirror sequence of device add during device removal
` [PATCH rdma-rc 3/3] IB/mlx5: Fix steering rule of drop and count

[PATCH] RDMA/cma: Fix checkpatch error
 2019-12-12  8:49 UTC  (4+ messages)

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

[ANNOUNCE] rdma-core v27.0 has been tagged/released
 2019-12-12  8:18 UTC 

Problem installing rdma-core 25+ due to incorrect file name in rdma_man_pages
 2019-12-12  7:14 UTC  (2+ messages)

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

[GIT PULL] Please pull hmm changes
 2019-12-11 22:57 UTC  (8+ messages)

[PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
 2019-12-11 19:31 UTC  (5+ messages)

[PATCH for-next v2 00/11] rdmavt/hfi1 updates for next
 2019-12-11 16:33 UTC  (4+ messages)

[PATCH for-next 0/6] RDMA/bnxt_re driver update
 2019-12-11 16:20 UTC  (3+ messages)

[PATCH 1/2] Update mailmap info for Steve Wise
 2019-12-11 14:42 UTC  (9+ messages)
` [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads

[PATCH AUTOSEL 4.9 11/91] IB/iser: bound protection_sg size by data_sg size
 2019-12-11  7:45 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 75/91] RDMA/qib: Validate ->show()/store() callbacks before calling them

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

[PATCH AUTOSEL 4.4 07/71] IB/iser: bound protection_sg size by data_sg size
 2019-12-10 22:33 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 61/71] RDMA/qib: Validate ->show()/store() callbacks before calling them

KASAN: slab-out-of-bounds Read in ip6_tnl_parse_tlv_enc_lim
 2019-12-10 22:11 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 011/130] IB/iser: bound protection_sg size by data_sg size
 2019-12-10 22:02 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 061/130] RDMA/qedr: Fix memory leak in user qp and mr
` [PATCH AUTOSEL 4.14 110/130] RDMA/qib: Validate ->show()/store() callbacks before calling them

[PATCH AUTOSEL 4.19 014/177] IB/iser: bound protection_sg size by data_sg size
 2019-12-10 21:31 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 083/177] RDMA/qedr: Fix memory leak in user qp and mr
` [PATCH AUTOSEL 4.19 146/177] RDMA/qib: Validate ->show()/store() callbacks before calling them

[PATCH AUTOSEL 5.4 135/350] RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_que
 2019-12-10 21:07 UTC  (13+ messages)
` [PATCH AUTOSEL 5.4 140/350] RDMA/siw: Fix SQ/RQ drain logic
` [PATCH AUTOSEL 5.4 171/350] RDMA/qedr: Fix memory leak in user qp and mr
` [PATCH AUTOSEL 5.4 172/350] RDMA/hns: Fix memory leak on 'context' on error return path
` [PATCH AUTOSEL 5.4 173/350] RDMA/qedr: Fix srqs xarray initialization
` [PATCH AUTOSEL 5.4 174/350] RDMA/core: Set DMA parameters correctly
` [PATCH AUTOSEL 5.4 189/350] net/mlx5e: Verify that rule has at least one fwd/drop action
` [PATCH AUTOSEL 5.4 215/350] RDMA/core: Fix return code when modify_port isn't supported
` [PATCH AUTOSEL 5.4 285/350] RDMA/qib: Validate ->show()/store() callbacks before calling them
` [PATCH AUTOSEL 5.4 286/350] RDMA/efa: Clear the admin command buffer prior to its submission
` [PATCH AUTOSEL 5.4 344/350] RDMA/bnxt_re: Fix missing le16_to_cpu
` [PATCH AUTOSEL 5.4 345/350] RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devices
` [PATCH AUTOSEL 5.4 347/350] RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series

[PATCH AUTOSEL 5.3 025/292] IB/iser: bound protection_sg size by data_sg size
 2019-12-10 21:20 UTC 

[PATCH AUTOSEL 5.4 031/350] IB/iser: bound protection_sg size by data_sg size
 2019-12-10 20:58 UTC 

install-step fails for pandoc-prebuilt man-pages in infiniband-diags/man
 2019-12-10 17:29 UTC  (4+ messages)

[PATCH for-next v2] RDMA/siw: Simplify QP representation
 2019-12-10 16:17 UTC 

[PATCH for-next] RDMA/hns: Add support for extended atomic
 2019-12-10 13:10 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs
 2019-12-10 12:45 UTC 

[PATCH for-next] RDMA/siw: Simplify QP representation
 2019-12-10 12:36 UTC  (5+ 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).