linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-25 00:53:55 to 2019-12-08 22:40:39 UTC [more...]

[PATCH rdma-next v1 00/48] Organize code according to IBTA layout
 2019-12-08 22:40 UTC  (8+ messages)
` [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 v2] RDMA/cma: add missed unregister_pernet_subsys in init failure
 2019-12-06  4:32 UTC  (2+ messages)

[GIT PULL] Please pull hmm changes
 2019-12-05 23:03 UTC  (7+ messages)

[PATCH v4 0/8] Raspberry Pi 4 PCIe support
 2019-12-05 22:30 UTC  (12+ messages)
` [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
` [PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations

[PATCH] xprtrdma: Fix oops in Receive handler after device removal
 2019-12-05 19:46 UTC 

[PATCH] RDMA/cma: add missed unregister_pernet_subsys in init failure
 2019-12-05 18:49 UTC  (2+ messages)

Data corruption in kernel 5.1+ with iSER attached ramdisk
 2019-12-05 14:44 UTC  (24+ messages)

[PATCH for-next v2 00/11] rdmavt/hfi1 updates for next
 2019-12-05 13:49 UTC  (15+ messages)
` [PATCH for-next v2 01/11] IB/hfi1: Add accessor API routines to access context members
` [PATCH for-next v2 02/11] IB/hfi1: List all receive contexts from debugfs
  ` [PATCH for-next v3] "
` [PATCH for-next v2 03/11] IB/hfi1: Move chip specific functions to chip.c
` [PATCH for-next v2 04/11] IB/hfi1: Add fast and slow handlers for receive context
` [PATCH for-next v2 05/11] IB/hfi1: Move common receive IRQ code to function
` [PATCH for-next v2 06/11] IB/hfi1: IB/hfi1: Add an API to handle special case drop
` [PATCH for-next v2 07/11] IB/hfi1: Create API for auto activate
` [PATCH for-next v2 08/11] IB/hfi1: Decouple IRQ name from type
` [PATCH for-next v2 09/11] IB/hfi1: Return void in packet receiving functions
` [PATCH for-next v2 10/11] IB/rdmavt: Correct comments in rdmavt_qp.h header
` [PATCH for-next v2 11/11] IB/hfi1: Don't cancel unused work item

install-step fails for pandoc-prebuilt man-pages in infiniband-diags/man
 2019-12-05  8:12 UTC  (2+ messages)

[PATCH v2 0/2] IB/umem: use get_user_pages_fast() to pin DMA pages
 2019-12-04 21:36 UTC  (3+ messages)
` [PATCH v2 1/2] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v2 2/2] IB/umem: use get_user_pages_fast() to pin DMA pages

[PATCH 1/2] Update mailmap info for Steve Wise
 2019-12-04  0:46 UTC  (5+ messages)
` [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads

[question]can hard roce and soft roce communicate with each other?
 2019-12-03 21:48 UTC  (7+ messages)

[PATCH RFC v7 net-next 2/1] mlx4: use new txqueue timeout argument
 2019-12-03 18:09 UTC  (3+ messages)
  ` [PATCH RFC v7 net-next 3/1] netronome: use the "

[PATCH 0/2] xprtrdma device removal bug fixes
 2019-12-02 16:40 UTC  (4+ messages)
` [PATCH 1/2] xprtrdma: Fix create_qp crash on device unload
` [PATCH 2/2] xprtrdma: Fix completion wait during device removal

[PATCH v8 0/3] Proposed trace points for RDMA/core
 2019-12-02 16:21 UTC  (4+ messages)
` [PATCH v8 1/3] RDMA/cma: Add trace points in RDMA Connection Manager
` [PATCH v8 2/3] RDMA/core: Trace points for diagnosing completion queue issues
` [PATCH v8 3/3] RDMA/core: Add trace points to follow MR allocation

[PATCH v7 17/24] mm/gup: track FOLL_PIN pages
 2019-11-30 18:59 UTC  (2+ messages)

[PATCH] net/mlx5e: Fix build error without IPV6
 2019-11-30 17:42 UTC  (5+ messages)

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

[PATCH for-next] RDMA/siw: Simplify QP representation
 2019-11-29 16:25 UTC 

[ANNOUNCE] rdma-core: new stable releases
 2019-11-28 14:18 UTC 

[PATCHv2 1/1] RDMA/core: avoid kernel NULL pointer error
 2019-11-28  5:06 UTC  (4+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2019-11-27 19:23 UTC  (4+ messages)

[PATCH v3 0/7] Raspberry Pi 4 PCIe support
 2019-11-27 19:16 UTC  (11+ messages)
` [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions

[net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-27 11:03 UTC  (9+ messages)

[PATCH rdma-core 0/2] bnxt_re/lib: libbnxt_re bug fixes
 2019-11-27 10:43 UTC  (3+ messages)
` [PATCH rdma-core 1/2] bnxt_re/lib: Add remaining pci ids for gen P5 devices
` [PATCH rdma-core 2/2] bnxt_re/lib: Recognize additional 5750x device ID's

[PATCH for-next 00/11] rdmavt/hfi1 updates for next
 2019-11-26 14:04 UTC  (12+ messages)
` [PATCH for-next 01/11] IB/hfi1: Add accessor API routines to access context members
` [PATCH for-next 02/11] IB/hfi1: List all receive contexts from debugfs
` [PATCH for-next 03/11] IB/hfi1: Move chip specific functions to chip.c
` [PATCH for-next 04/11] IB/hfi1: Add fast and slow handlers for receive context
` [PATCH for-next 05/11] IB/hfi1: Move common receive IRQ code to function
` [PATCH for-next 06/11] IB/hfi1: IB/hfi1: Add an API to handle special case drop
` [PATCH for-next 07/11] IB/hfi1: Create API for auto activate
` [PATCH for-next 08/11] IB/hfi1: Decouple IRQ name from type
` [PATCH for-next 09/11] IB/hfi1: Return void in packet receiving functions
` [PATCH for-next 10/11] IB/rdmavt: Correct comments in rdmavt_qp.h header
` [PATCH for-next 11/11] IB/hfi1: Don't cancel unused work item

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

[PATCH] rdma-core: Recognize IBV_DEVICE_LOCAL_DMA_LKEY in ibv_devinfo
 2019-11-25 20:08 UTC  (4+ messages)

[ANNOUNCE] rdma-core v24.2, v25.3 and v26.1 have been tagged/released
 2019-11-25 15:56 UTC 

[net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-25 12:59 UTC  (12+ messages)

[PATCH for-next 0/6] RDMA/bnxt_re driver update
 2019-11-25  8:39 UTC  (7+ messages)
` [PATCH for-next 1/6] RDMA/bnxt_re: Avoid freeing MR resources if dereg fails
` [PATCH for-next 2/6] RDMA/bnxt_re: Fix Send Work Entry state check while polling completions
` [PATCH for-next 3/6] RDMA/bnxt_re: Add more flags in device init and uninit path
` [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 0/2] mm/gup + IB: allow FOLL_FORCE for gup_fast and use in IB
 2019-11-25  2:07 UTC  (2+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-25  0:53 UTC  (7+ messages)
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages


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