linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-20 16:12:27 to 2019-06-26 17:18:19 UTC [more...]

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-06-26 17:18 UTC  (27+ messages)
` [PATCH v18 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v18 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v18 03/15] lib: untag user pointers in strn*_user
` [PATCH v18 04/15] mm: untag user pointers passed to memory syscalls
` [PATCH v18 05/15] mm: untag user pointers in mm/gup.c
` [PATCH v18 06/15] mm: untag user pointers in get_vaddr_frames
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v18 08/15] userfaultfd: untag user pointers
` [PATCH v18 09/15] drm/amdgpu: "
` [PATCH v18 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
` [PATCH v18 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v18 13/15] tee/shm: untag user pointers in tee_shm_register
` [PATCH v18 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
` [PATCH v18 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH] net/mlx5: remove redundant assignment to ret
 2019-06-26 16:44 UTC 

[pull request][for-next V2 0/7] Generic DIM lib for netdev and RDMA
 2019-06-26 11:57 UTC  (23+ messages)
` [for-next V2 01/10] linux/dim: Move logic to dim.h
` [for-next V2 02/10] linux/dim: Remove "net" prefix from internal DIM members
` [for-next V2 03/10] linux/dim: Rename externally exposed macros
` [for-next V2 04/10] linux/dim: Rename net_dim_sample() to net_dim_update_sample()
` [for-next V2 05/10] linux/dim: Rename externally used net_dim members
` [for-next V2 06/10] linux/dim: Move implementation to .c files
` [for-next V2 07/10] linux/dim: Add completions count to dim_sample
` [for-next V2 08/10] linux/dim: Implement rdma_dim
` [for-next V2 09/10] RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlink
` [for-next V2 10/10] RDMA/core: Provide RDMA DIM support for ULPs

[RFC PATCH 00/28] Removing struct page from P2PDMA
 2019-06-26  6:57 UTC  (49+ messages)
` [RFC PATCH 04/28] block: Never bounce dma-direct bios
` [RFC PATCH 15/28] block: Support counting dma-direct bio segments
` [RFC PATCH 16/28] block: Implement mapping dma-direct requests to SGs in blk_rq_map_sg()
` [RFC PATCH 17/28] block: Introduce queue flag to indicate support for dma-direct bios
` [RFC PATCH 18/28] block: Introduce bio_add_dma_addr()
` [RFC PATCH 19/28] nvme-pci: Support dma-direct bios
` [RFC PATCH 20/28] IB/core: Introduce API for initializing a RW ctx from a DMA address
` [RFC PATCH 21/28] nvmet: Split nvmet_bdev_execute_rw() into a helper function
` [RFC PATCH 22/28] nvmet: Use DMA addresses instead of struct pages for P2P
` [RFC PATCH 23/28] nvme-pci: Remove support for PCI_P2PDMA requests
` [RFC PATCH 24/28] block: Remove PCI_P2PDMA queue flag
` [RFC PATCH 25/28] IB/core: Remove P2PDMA mapping support in rdma_rw_ctx
` [RFC PATCH 26/28] PCI/P2PDMA: Remove SGL helpers
` [RFC PATCH 27/28] PCI/P2PDMA: Remove struct pages that back P2PDMA memory
` [RFC PATCH 28/28] memremap: Remove PCI P2PDMA page memory type

[PATCH rdma-next v1 00/12] DEVX asynchronous events
 2019-06-25 20:23 UTC  (26+ messages)
` [PATCH rdma-next v1 08/12] IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_EVENT_FD
` [PATCH rdma-next v1 09/12] IB/mlx5: Register DEVX with mlx5_core to get async events
` [PATCH rdma-next v1 10/12] IB/mlx5: Enable subscription for device events over DEVX
` [PATCH rdma-next v1 11/12] IB/mlx5: Implement DEVX dispatching event
` [PATCH rdma-next v1 12/12] IB/mlx5: Add DEVX support for CQ events

[PATCH v4 rdma-next 0/3] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
 2019-06-25 20:04 UTC  (5+ messages)
` [PATCH v4 rdma-next 1/3] qed*: Change dpi_addr to be denoted with __iomem
` [PATCH v4 rdma-next 2/3] RDMA/qedr: Add doorbell overflow recovery support
` [PATCH v4 rdma-next 3/3] RDMA/qedr: Add iWARP doorbell "

[PATCH][next] RDMA/hns: fix spelling mistake "attatch" -> "attach"
 2019-06-25 19:34 UTC  (2+ messages)

[PATCH V2 mlx5-next 00/13] Mellanox, mlx5 vport metadata matching
 2019-06-25 17:48 UTC  (14+ messages)
` [PATCH V2 mlx5-next 01/13] net/mlx5: Introduce vport metadata matching bits and enum constants
` [PATCH V2 mlx5-next 02/13] net/mlx5: Get vport ACL namespace by vport index
` [PATCH V2 mlx5-next 03/13] net/mlx5: Support allocating modify header context from ingress ACL
` [PATCH V2 mlx5-next 04/13] net/mlx5: Introduce a helper API to check VF vport
` [PATCH V2 mlx5-next 05/13] net/mlx5: Add flow context for flow tag
` [PATCH V2 mlx5-next 06/13] net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingress ACLs
` [PATCH V2 mlx5-next 07/13] net/mlx5e: Specifying known origin of packets matching the flow
` [PATCH V2 mlx5-next 08/13] net/mlx5: E-Switch, Add match on vport metadata for rule in fast path
` [PATCH V2 mlx5-next 09/13] net/mlx5: E-Switch, Add query and modify esw vport context functions
` [PATCH V2 mlx5-next 10/13] net/mlx5: E-Switch, Pass metadata from FDB to eswitch manager
` [PATCH V2 mlx5-next 11/13] net/mlx5: E-Switch, Add match on vport metadata for rule in slow path
` [PATCH V2 mlx5-next 12/13] RDMA/mlx5: Add vport metadata matching for IB representors
` [PATCH V2 mlx5-next 13/13] net/mlx5: E-Switch, Enable vport metadata matching if firmware supports it

[RFC][PATCH] wake_up_var() memory ordering
 2019-06-25 13:27 UTC  (7+ messages)

[PATCH v3 13/33] docs: infiniband: convert docs to ReST and rename to *.rst
 2019-06-25 13:24 UTC  (2+ messages)

[PATCH][next] RDMA/hns: fix potential integer overflow on left shift
 2019-06-25 13:19 UTC  (2+ messages)

[PATCH v4 hmm 00/12]
 2019-06-25  7:03 UTC  (15+ messages)
  ` [PATCH v4 hmm 01/12] mm/hmm: fix use after free with struct hmm in the mmu notifiers
  ` [PATCH v4 hmm 02/12] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
  ` [PATCH v4 hmm 03/12] mm/hmm: Hold a mmgrab from hmm to mm
  ` [PATCH v4 hmm 04/12] mm/hmm: Simplify hmm_get_or_create and make it reliable
  ` [PATCH v4 hmm 05/12] mm/hmm: Remove duplicate condition test before wait_event_timeout
  ` [PATCH v4 hmm 06/12] mm/hmm: Do not use list*_rcu() for hmm->ranges
  ` [PATCH v4 hmm 07/12] mm/hmm: Hold on to the mmget for the lifetime of the range
  ` [PATCH v4 hmm 08/12] mm/hmm: Use lockdep instead of comments
  ` [PATCH v4 hmm 09/12] mm/hmm: Remove racy protection against double-unregistration
  ` [PATCH v4 hmm 10/12] mm/hmm: Poison hmm_range during unregister
  ` [PATCH v4 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release
  ` [PATCH v4 hmm 12/12] mm/hmm: Fix error flows in hmm_invalidate_range_start

[PATCH v4 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-25  6:10 UTC  (7+ messages)
` [PATCH v4 2/3][v4.9.y] "
` [PATCH v4 3/3] [v4.9.y] "
` [PATCH v4 0/3] "

Reminder: 11 open syzbot bugs in RDMA subsystem
 2019-06-25  5:48 UTC 

properly communicate queue limits to the DMA layer v2
 2019-06-24 22:33 UTC  (5+ messages)
` [PATCH 5/8] IB/iser: set virt_boundary_mask in the scsi host
` [PATCH 6/8] IB/srp: "

[PATCH mlx5-next] net/mlx5: Convert mkey_table to XArray
 2019-06-24 22:05 UTC  (2+ messages)

[PATCH] IB/hfi1: Close PSM sdma_progress sleep window
 2019-06-24 20:19 UTC 

[PATCH] IB/hfi1: Avoid hardlockup with flushlist_lock
 2019-06-24 20:17 UTC  (2+ messages)

[PATCH] IB/hfi1: Close PSM sdma_progress sleep window
 2019-06-24 20:17 UTC 

[PATCH] IB/hfi1: Avoid hardlockup with flushlist_lock
 2019-06-24 20:17 UTC  (2+ messages)

[PATCH] IB/hfi1: Close PSM sdma_progress sleep window
 2019-06-24 20:15 UTC 

[PATCH iproute2-next v3 1/2] ipaddress: correctly print a VF hw address in the IPoIB case
 2019-06-24 17:59 UTC  (3+ messages)
` [PATCH iproute2-next v3 2/2] uapi: update if_link.h

[PATCH] IB/hfi1: Avoid hardlockup with flushlist_lock
 2019-06-24 16:26 UTC 

[PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk
 2019-06-24 14:59 UTC  (2+ messages)

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-24 14:22 UTC  (5+ messages)
` [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls

[PATCH] RDMA/core: Fix race when resolving IP address
 2019-06-24 13:40 UTC  (3+ messages)

[PATCH v3 rdma-next 0/3] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
 2019-06-24 10:36 UTC  (5+ messages)
      ` [EXT] "

[PATCH v3 1/2] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-22 13:02 UTC  (3+ messages)
` [PATCH v3 2/2][v4.9.y] "
` [PATCH v3 0/2] [v4.9.y] "

[PATCH iproute2-next v2 1/2] ipaddress: correctly print a VF hw address in the IPoIB case
 2019-06-21 22:56 UTC  (3+ messages)

[PULL REQUEST] Please pull rdma.git
 2019-06-21 22:35 UTC  (2+ 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).