linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 12:10:19 to 2019-11-13 00:37:16 UTC [more...]

[PATCH rdma-next 00/16] MAD cleanup
 2019-11-13  0:37 UTC  (7+ messages)
` [PATCH rdma-next 16/16] RDMA: Change MAD processing function to remove extra casting and parameter

[PATCH for-rc] RDMA/efa: Clear the admin command buffer prior to its submission
 2019-11-13  0:17 UTC  (2+ messages)

[PATCH v4 0/2] HMM tests and minor fixes
 2019-11-13  0:08 UTC  (9+ messages)
` [PATCH v4 1/2] mm/hmm: make full use of walk_page_range()
` [PATCH v4 2/2] mm/hmm/test: add self tests for HMM

[net-next 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-13  0:08 UTC  (5+ messages)

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

[PATCH 0/1] IB/umem: use get_user_pages_fast() to pin DMA pages
 2019-11-12 20:29 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH hmm v3 00/14] Consolidate the mmu notifier interval_tree and locking
 2019-11-12 20:22 UTC  (15+ messages)
` [PATCH v3 01/14] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier
` [PATCH v3 03/14] mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirror
` [PATCH v3 04/14] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH v3 05/14] RDMA/odp: Use mmu_interval_notifier_insert()
` [PATCH v3 06/14] RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcv
` [PATCH v3 07/14] drm/radeon: use mmu_interval_notifier_insert
` [PATCH v3 08/14] nouveau: use mmu_notifier directly for invalidate_range_start
` [PATCH v3 09/14] nouveau: use mmu_interval_notifier instead of hmm_mirror
` [PATCH v3 10/14] drm/amdgpu: Call find_vma under mmap_sem
` [PATCH v3 11/14] drm/amdgpu: Use mmu_interval_insert instead of hmm_mirror
` [PATCH v3 12/14] drm/amdgpu: Use mmu_interval_notifier "
` [PATCH v3 13/14] mm/hmm: remove hmm_mirror and related
` [PATCH v3 14/14] xen/gntdev: use mmu_interval_notifier_insert

Investment opportunity
 2019-11-12 17:57 UTC 

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

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

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

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-11 21:46 UTC  (6+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion

[PATCH mlx5-next 0/5] Mellanox, mlx5 roce enable devlink parameter
 2019-11-11 20:18 UTC  (7+ messages)
` [PATCH mlx5-next 1/5] devlink: Add new "enable_roce" generic device param
` [PATCH mlx5-next 2/5] net/mlx5: Document flow_steering_mode devlink param
` [PATCH mlx5-next 3/5] net/mlx5: Handle "enable_roce" "
` [PATCH mlx5-next 4/5] IB/mlx5: Rename profile and init methods
` [PATCH mlx5-next 5/5] IB/mlx5: Load profile according to RoCE enablement state

[PATCH net-next 00/19] Mellanox, mlx5 sub function support
 2019-11-11 15:06 UTC  (110+ messages)
` [PATCH net-next 01/19] net/mlx5: E-switch, Move devlink port close to eswitch port
  ` [PATCH net-next 06/19] net/mlx5: Add support for mediated devices in switchdev mode
  ` [PATCH net-next 07/19] vfio/mdev: Introduce sha1 based mdev alias
  ` [PATCH net-next 08/19] vfio/mdev: Make mdev alias unique among all mdevs
  ` [PATCH net-next 09/19] vfio/mdev: Expose mdev alias in sysfs tree
  ` [PATCH net-next 11/19] vfio/mdev: Improvise mdev life cycle and parent removal scheme
  ` [PATCH net-next 12/19] devlink: Introduce mdev port flavour
  ` [PATCH net-next 16/19] net/mlx5: Implement dma ops and params for mediated device
  ` [PATCH net-next 19/19] mtty: Optionally support mtty alias

[PATCH rdma-core 0/6] verbs: Custom parent-domain allocators
 2019-11-11  7:46 UTC  (2+ messages)

[PATCH for-next] RDMA/qedr: Make qedr_iw_load_qp() static
 2019-11-10 12:38 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 032/191] RDMA/i40iw: Fix incorrect iterator type
 2019-11-10  2:40 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 126/191] iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrs
` [PATCH AUTOSEL 4.19 149/191] RDMA: Fix dependencies for rdma_user_mmap_io
` [PATCH AUTOSEL 4.19 187/191] IB/iser: Fix possible NULL deref at iser_inv_desc()

[PATCH AUTOSEL 4.14 014/109] RDMA/i40iw: Fix incorrect iterator type
 2019-11-10  2:45 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 108/109] IB/iser: Fix possible NULL deref at iser_inv_desc()

[PATCH AUTOSEL 4.9 07/66] RDMA/i40iw: Fix incorrect iterator type
 2019-11-10  2:48 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 66/66] IB/iser: Fix possible NULL deref at iser_inv_desc()

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

[PATCH v2 for-next 0/9] RDMA/hns: Cleanups for hip08
 2019-11-09  2:18 UTC  (3+ messages)

[PATCH v2 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-11-08 20:19 UTC  (21+ messages)
` [PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH v2 09/15] xen/gntdev: use mmu_range_notifier_insert

RDMA/hns: Checking two kfree() calls in hns_roce_v1_release_lp_qp()
 2019-11-08 15:40 UTC 

[PATCH v5] IB/core: Trace points for diagnosing completion queue issues
 2019-11-08 14:41 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 054/205] IB/rxe: avoid back-to-back retries
 2019-11-08 11:35 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 055/205] IB/rxe: fixes for rdma read retry
` [PATCH AUTOSEL 4.19 075/205] net/mlx5: Fix atomic_mode enum values


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