index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
rdma
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-50
/
+191
2026-06-11
RDMA/core: Add ib_frmr_pool_drop for unrecoverable handles
Michael Guralnik
1
-0
/
+1
2026-06-11
RDMA/core: Fix FRMR handle leak on push failure
Michael Guralnik
1
-1
/
+1
2026-06-08
RDMA/nldev: Fix locking when accessing mr->pd
Jason Gunthorpe
1
-0
/
+5
2026-06-08
RDMA: During rereg_mr ensure that REREG_ACCESS is compatible
Jason Gunthorpe
1
-0
/
+8
2026-06-05
RDMA/hfi1: Open-code rvt_set_ibdev_name()
Arnd Bergmann
1
-20
/
+0
2026-06-05
RDMA/umem: Make ib_umem_is_contiguous() safe on 32 bit
Jason Gunthorpe
1
-8
/
+3
2026-06-05
RDMA/umem: Be careful about boundary conditions in ib_umem_find_best_pgsz()
Jason Gunthorpe
1
-2
/
+2
2026-05-29
RDMA/uverbs: Expose CoCo DMA bounce requirement to userspace
Jiri Pirko
1
-0
/
+3
2026-05-29
RDMA/umem: Add ib_umem_is_contiguous() stub for !CONFIG_INFINIBAND_USER_MEM
Jiri Pirko
1
-0
/
+4
2026-05-29
RDMA/uverbs: Remove legacy umem field from struct ib_cq
Jiri Pirko
2
-8
/
+0
2026-05-29
RDMA/uverbs: Add CQ buffer UMEM attribute and driver helpers
Jiri Pirko
1
-0
/
+20
2026-05-29
RDMA/uverbs: Push out CQ buffer umem processing into a helper
Jiri Pirko
1
-0
/
+7
2026-05-29
RDMA/umem: Route ib_umem_get_va() through ib_umem_get_attr_or_va()
Jiri Pirko
1
-2
/
+7
2026-05-29
RDMA/core: Introduce generic buffer descriptor infrastructure for umem
Jiri Pirko
2
-0
/
+66
2026-05-29
RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()
Jiri Pirko
1
-5
/
+5
2026-05-26
RDMA/core: Move ucaps into ib_uverbs_support.ko
Jason Gunthorpe
1
-1
/
+0
2026-05-26
RDMA/core: Remove uverbs_async_event_release()
Jason Gunthorpe
1
-1
/
+7
2026-05-26
RDMA/core: Do not compile ib_core_uverbs without USER_ACCESS
Jason Gunthorpe
2
-11
/
+69
2026-05-19
RDMA/core: Do not read wild stack memory in uverbs_get_handler_fn()
Jason Gunthorpe
1
-0
/
+1
2026-03-30
RDMA/umem: Use consistent DMA attributes when unmapping entries
Leon Romanovsky
1
-0
/
+1
2026-03-30
RDMA: Properly propagate the number of CQEs as unsigned int
Leon Romanovsky
1
-1
/
+1
2026-03-30
RDMA: Clarify that CQ resize is a user‑space verb
Leon Romanovsky
1
-1
/
+2
2026-03-30
RDMA/core: Remove unused ib_resize_cq() implementation
Leon Romanovsky
1
-9
/
+0
2026-03-30
RDMA/nldev: Add dellink function pointer
Zhu Yanjun
1
-0
/
+2
2026-03-11
RDMA/rdmavt: Add driver mmap callback
Dean Luick
1
-0
/
+3
2026-03-11
RDMA/rdmavt: Add ucontext alloc/dealloc passthrough
Dean Luick
1
-0
/
+7
2026-03-11
RDMA/OPA: Update OPA link speed list
Dean Luick
1
-3
/
+5
2026-03-10
RDMA/hfi1: Remove opa_vnic
Dennis Dalessandro
2
-102
/
+0
2026-03-08
RDMA/umem: Add helpers for umem dmabuf revoke lock
Jacob Moroni
1
-0
/
+4
2026-03-08
RDMA/umem: Add pinned revocable dmabuf import interface
Jacob Moroni
1
-0
/
+19
2026-03-08
RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATA
Jason Gunthorpe
1
-0
/
+6
2026-03-08
RDMA: Provide documentation about the uABI compatibility rules
Jason Gunthorpe
1
-0
/
+87
2026-03-08
RDMA: Add ib_is_udata_in_empty()
Jason Gunthorpe
1
-0
/
+15
2026-03-08
RDMA: Add ib_respond_udata()
Jason Gunthorpe
1
-0
/
+33
2026-03-08
RDMA: Add ib_copy_validate_udata_in_cm()
Jason Gunthorpe
1
-0
/
+25
2026-03-08
RDMA: Add ib_copy_validate_udata_in()
Jason Gunthorpe
1
-0
/
+26
2026-03-08
RDMA/core: Add rdma_udata_to_dev()
Jason Gunthorpe
1
-0
/
+2
2026-03-05
Add support for TLP emulation
Leon Romanovsky
1
-1
/
+1
2026-03-05
RDMA/core: Delete not-implemented get_vector_affinity
Leon Romanovsky
1
-23
/
+0
2026-03-02
RDMA/core: Add pinned handles to FRMR pools
Michael Guralnik
1
-0
/
+2
2026-03-02
IB/core: Introduce FRMR pools
Michael Guralnik
2
-0
/
+45
2026-02-25
RDMA/core: Prepare create CQ path for API unification
Leon Romanovsky
1
-2
/
+1
2026-02-25
RDMA/core: Manage CQ umem in core code
Leon Romanovsky
1
-0
/
+1
2026-02-25
RDMA/umem: Remove unnecessary includes and defines from ib_umem header
Leon Romanovsky
1
-4
/
+0
2026-02-25
RDMA/umem: Allow including ib_umem header from any location
Leon Romanovsky
1
-1
/
+1
2026-02-25
RDMA: Move DMA block iterator logic into dedicated files
Leon Romanovsky
3
-80
/
+88
2026-02-25
RDMA/core: Check id_priv->restricted_node_type in cma_listen_on_dev()
Stefan Metzmacher
1
-1
/
+1
2026-02-24
RDMA/restrack: fix kernel-doc indicator
Randy Dunlap
1
-2
/
+2
2026-02-24
RDMA/iwcm: fix some kernel-doc issues in iw_cm.h
Randy Dunlap
1
-7
/
+7
[next]