index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
10
-585
/
+600
2023-02-16
RDMA/rxe: Fix missing memory barriers in rxe_queue.h
Bob Pearson
2
-52
/
+76
2023-02-16
RDMA/rxe: Remove rxe_alloc()
Bob Pearson
4
-66
/
+44
2023-02-16
Subject: RDMA/rxe: Handle zero length rdma
Bob Pearson
2
-15
/
+51
2023-02-06
RDMA/siw: Fix user page pinning accounting
Bernard Metzler
1
-11
/
+12
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-16
/
+16
2023-01-27
RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray
Bob Pearson
3
-302
/
+254
2023-01-26
RDMA/rxe: Cleanup page variables in rxe_mr.c
Bob Pearson
2
-20
/
+22
2023-01-26
RDMA-rxe: Isolate mr code from atomic_write_reply()
Bob Pearson
3
-42
/
+59
2023-01-26
RDMA-rxe: Isolate mr code from atomic_reply()
Bob Pearson
4
-100
/
+105
2023-01-26
RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
Bob Pearson
3
-36
/
+38
2023-01-26
RDMA/rxe: Cleanup mr_check_range
Bob Pearson
1
-3
/
+1
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2
-0
/
+8
2023-01-09
RDMA/rxe: Prevent faulty rkey generation
Daisuke Matsuda
1
-5
/
+5
2023-01-09
RDMA/rxe: Fix inaccurate constants in rxe_type_info
Daisuke Matsuda
1
-11
/
+11
2022-12-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-33
/
+41
2022-12-16
RDMA/siw: Fix pointer cast warning
Arnd Bergmann
1
-1
/
+1
2022-12-15
RDMA/rxe: Fix compile warnings on 32-bit
Jason Gunthorpe
1
-32
/
+40
2022-12-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
25
-361
/
+818
2022-12-09
RDMA/rxe: Enable RDMA FLUSH capability for rxe device
Li Zhijian
1
-0
/
+2
2022-12-09
RDMA/rxe: Implement flush completion
Li Zhijian
1
-1
/
+3
2022-12-09
RDMA/rxe: Implement flush execution in responder side
Li Zhijian
4
-20
/
+183
2022-12-09
RDMA/rxe: Implement RC RDMA FLUSH service in requester side
Li Zhijian
1
-1
/
+14
2022-12-09
RDMA/rxe: Extend rxe packet format to support flush
Li Zhijian
3
-5
/
+73
2022-12-09
RDMA/rxe: Allow registering persistent flag for pmem MR only
Li Zhijian
1
-2
/
+20
2022-12-09
RDMA/rxe: Fix incorrect responder length checking
Bob Pearson
1
-26
/
+36
2022-12-09
RDMA/rxe: Fix oops with zero length reads
Daisuke Matsuda
1
-3
/
+5
2022-12-09
Merge tag 'v6.1-rc8' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+3
2022-12-01
RDMA/rxe: Enable atomic write capability for rxe device
Xiao Yang
1
-0
/
+5
2022-12-01
RDMA/rxe: Implement atomic write completion
Xiao Yang
1
-0
/
+4
2022-12-01
RDMA/rxe: Make responder support atomic write on RC service
Xiao Yang
1
-5
/
+79
2022-12-01
RDMA/rxe: Make requester support atomic write on RC service
Xiao Yang
1
-2
/
+13
2022-12-01
RDMA/rxe: Extend rxe packet format to support atomic write
Xiao Yang
2
-0
/
+21
2022-11-30
RDMA/siw: remove FOLL_FORCE usage
David Hildenbrand
1
-5
/
+4
2022-11-22
RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed
Zhang Xiaoxu
1
-3
/
+3
2022-11-22
RDMA/rxe: Do not NULL deref on debugging failure path
Jason Gunthorpe
1
-1
/
+1
2022-11-18
RDMA/rxe: Fix mr->map double free
Li Zhijian
1
-7
/
+2
2022-11-18
RDMA/rxe: Remove reliable datagram support
Zhu Yanjun
1
-1
/
+0
2022-11-15
RDMA/siw: Set defined status for work completion with undefined status
Bernard Metzler
1
-2
/
+2
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mmap.c
Bob Pearson
1
-3
/
+3
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_icrc.c
Bob Pearson
1
-2
/
+2
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe.c
Bob Pearson
1
-2
/
+2
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_task.c
Bob Pearson
1
-3
/
+4
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.c
Bob Pearson
4
-21
/
+47
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_verbs.c
Bob Pearson
1
-1
/
+1
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_srq.c
Bob Pearson
1
-10
/
+10
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_resp.c
Bob Pearson
1
-10
/
+7
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_req.c
Bob Pearson
1
-5
/
+5
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_qp.c
Bob Pearson
1
-35
/
+30
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_net.c
Bob Pearson
1
-17
/
+21
[next]