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
/
drivers
/
infiniband
/
sw
/
rdmavt
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
6
-11
/
+30
2026-04-13
Merge branch 'nocache-cleanup'
Linus Torvalds
1
-5
/
+3
2026-03-30
x86-64: rename misleadingly named '__copy_user_nocache()' function
Linus Torvalds
1
-5
/
+3
2026-03-30
RDMA: Remove outdated comments referencing hfi1_destroy_qp()
Kexin Sun
1
-1
/
+0
2026-03-30
RDMA: Properly propagate the number of CQEs as unsigned int
Leon Romanovsky
2
-3
/
+3
2026-03-30
RDMA: Clarify that CQ resize is a user‑space verb
Leon Romanovsky
1
-1
/
+1
2026-03-11
RDMA/rdmavt: Add driver mmap callback
Dean Luick
1
-5
/
+17
2026-03-11
RDMA/rdmavt: Correct multi-port QP iteration
Dean Luick
1
-1
/
+1
2026-03-11
RDMA/rdmavt: Add ucontext alloc/dealloc passthrough
Dean Luick
1
-0
/
+8
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-6
/
+6
2025-11-06
IB/rdmavt: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-09-11
RDMA/rdmavt: Use int type to store negative error codes
Qianfeng Rong
1
-7
/
+6
2025-07-23
IB: Extend UVERBS_METHOD_REG_MR to get DMAH
Yishai Hadas
2
-0
/
+6
2025-06-26
RDMA/core: Extend RDMA device registration to be net namespace aware
Mark Bloch
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-4
/
+4
2025-02-18
RDMA: Switch to use hrtimer_setup()
Nam Cao
1
-3
/
+2
2024-09-02
RDMA/rdmavt: Convert to use ERR_CAST()
Shen Lichuan
1
-3
/
+3
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
2
-3
/
+5
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2
-2
/
+2
2023-09-11
IB: Use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
29
-29
/
+29
2023-04-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-3
/
+1
2023-04-19
x86: remove 'zerorest' argument from __copy_user_nocache()
Linus Torvalds
1
-1
/
+1
2023-03-14
RDMA/rdmavt: Delete unnecessary NULL check
Natalia Petrova
1
-2
/
+0
2023-03-13
IB/rdmavt: Fix target union member for rvt_post_one_wr()
Kees Cook
1
-1
/
+1
2022-09-27
IB/rdmavt: Add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2022-05-24
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+5
2022-04-04
IB/rdmavt: add missing locks in rvt_ruc_loopback
Niels Dossche
1
-1
/
+5
2022-04-04
IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition
Niels Dossche
1
-1
/
+5
2022-01-28
IB/rdmavt: Validate remote_addr during loopback atomic tests
Mike Marciniszyn
1
-0
/
+2
2021-10-13
RDMA/rdmavt: Fix error code in rvt_create_qp()
Dan Carpenter
1
-1
/
+1
2021-08-30
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2021-08-25
IB/rdmavt: Convert to SPDX identifier
Cai Huoqing
29
-1277
/
+59
2021-08-24
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
1
-1
/
+1
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
3
-60
/
+45
2021-08-03
RDMA/rdmavt: Decouple QP and SGE lists allocations
Leon Romanovsky
1
-5
/
+8
2021-07-03
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
5
-8
/
+8
2021-06-30
treewide: Add missing semicolons to __assign_str uses
Joe Perches
5
-8
/
+8
2021-06-21
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
3
-5
/
+6
2021-06-16
RDMA: Change ops->init_port to ops->port_groups
Jason Gunthorpe
1
-1
/
+1
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
4
-38
/
+14
2021-01-28
RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problem
Lee Jones
1
-1
/
+1
2021-01-28
RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' param
Lee Jones
1
-1
/
+1
2021-01-28
RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issues
Lee Jones
1
-3
/
+4
2021-01-22
RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanours
Lee Jones
1
-14
/
+20
2021-01-22
RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descript...
Lee Jones
1
-10
/
+11
2021-01-22
RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc header
Lee Jones
1
-1
/
+1
2021-01-22
RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation header
Lee Jones
1
-2
/
+5
[next]