index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
/
rxe_mr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/rxe: Let rkey == lkey for local access
Bob Pearson
2023-06-09
1
-7
/
+8
*
RDMA/rxe: Rename IB_ACCESS_REMOTE
Bob Pearson
2023-06-09
1
-7
/
+3
*
RDMA: Add ib_virt_dma_to_page()
Jason Gunthorpe
2023-04-16
1
-8
/
+8
*
RDMA/rxe: Add error messages
Bob Pearson
2023-03-24
1
-13
/
+0
*
RDMA/rxe: Remove rxe_alloc()
Bob Pearson
2023-02-16
1
-1
/
+1
*
Subject: RDMA/rxe: Handle zero length rdma
Bob Pearson
2023-02-16
1
-0
/
+7
*
RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray
Bob Pearson
2023-01-27
1
-280
/
+249
*
RDMA/rxe: Cleanup page variables in rxe_mr.c
Bob Pearson
2023-01-26
1
-17
/
+14
*
RDMA-rxe: Isolate mr code from atomic_write_reply()
Bob Pearson
2023-01-26
1
-1
/
+37
*
RDMA-rxe: Isolate mr code from atomic_reply()
Bob Pearson
2023-01-26
1
-28
/
+55
*
RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
Bob Pearson
2023-01-26
1
-0
/
+36
*
RDMA/rxe: Cleanup mr_check_range
Bob Pearson
2023-01-26
1
-3
/
+1
*
RDMA/rxe: Implement flush execution in responder side
Li Zhijian
2022-12-09
1
-0
/
+36
*
RDMA/rxe: Allow registering persistent flag for pmem MR only
Li Zhijian
2022-12-09
1
-2
/
+20
*
RDMA/rxe: Do not NULL deref on debugging failure path
Jason Gunthorpe
2022-11-22
1
-1
/
+1
*
RDMA/rxe: Fix mr->map double free
Li Zhijian
2022-11-18
1
-7
/
+2
*
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mr.c
Bob Pearson
2022-11-10
1
-23
/
+17
*
RDMA/rxe: Remove the duplicate assignment of mr->map_shift
Xiao Yang
2022-10-28
1
-1
/
+0
*
RDMA/rxe: Make sure requested access is a subset of {mr,mw}->access
Li Zhijian
2022-10-28
1
-1
/
+1
*
RDMA/rxe: Remove the member 'type' of struct rxe_mr
yangx.jy@fujitsu.com
2022-10-24
1
-8
/
+8
*
RDMA/rxe: Set pd early in mr alloc routines
Bob Pearson
2022-09-27
1
-7
/
+4
*
RDMA/rxe: Use members of generic struct in rxe_mr
Daisuke Matsuda
2022-09-22
1
-6
/
+4
*
RDMA/rxe: Remove an unused member from struct rxe_mr
Daisuke Matsuda
2022-08-29
1
-1
/
+0
*
Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"
Li Zhijian
2022-07-27
1
-133
/
+66
*
RDMA/rxe: For invalidate compare according to set keys in mr
Md Haris Iqbal
2022-07-22
1
-6
/
+6
*
RDMA/rxe: Stop lookup of partially built objects
Bob Pearson
2022-06-30
1
-1
/
+1
*
RDMA/rxe: Move mr cleanup code to rxe_mr_cleanup()
Bob Pearson
2022-05-09
1
-6
/
+4
*
RDMA/rxe: Use standard names for ref counting
Bob Pearson
2022-03-16
1
-7
/
+7
*
RDMA/rxe: Replace red-black trees by xarrays
Bob Pearson
2022-03-16
1
-1
/
+0
*
Merge tag 'v5.16' into rdma.git for-next
Jason Gunthorpe
2022-01-13
1
-9
/
+7
|
\
|
*
RDMA/rxe: Prevent double freeing rxe_map_set()
Li Zhijian
2022-01-04
1
-9
/
+7
*
|
RDMA/rxe: Cleanup rxe_pool_entry
Bob Pearson
2021-11-19
1
-3
/
+3
|
/
*
RDMA/rxe: Only allow invalidate for appropriate MRs
Bob Pearson
2021-09-24
1
-0
/
+6
*
RDMA/rxe: Create duplicate mapping tables for FMRs
Bob Pearson
2021-09-24
1
-64
/
+132
*
RDMA/rxe: Separate HW and SW l/rkeys
Bob Pearson
2021-09-24
1
-11
/
+58
*
RDMA/rxe: Cleanup MR status and type enums
Bob Pearson
2021-09-24
1
-8
/
+12
*
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
2021-08-30
1
-11
/
+18
|
\
|
*
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
2021-08-24
1
-1
/
+1
|
*
RDMA/rxe: Fix memory leak in error path code
Bob Pearson
2021-07-15
1
-10
/
+17
*
|
RDMA/rxe: Move ICRC generation to a subroutine
Bob Pearson
2021-07-16
1
-18
/
+4
*
|
RDMA/rxe: Remove the repeated 'mr->umem = umem'
Xiao Yang
2021-07-15
1
-1
/
+0
|
/
*
RDMA/rxe: Don't overwrite errno from ib_umem_get()
Xiao Yang
2021-06-21
1
-1
/
+1
*
RDMA/rxe: Disallow MR dereg and invalidate when bound
Bob Pearson
2021-06-16
1
-0
/
+25
*
RDMA/rxe: Implement invalidate MW operations
Bob Pearson
2021-06-16
1
-26
/
+55
*
RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
Bob Pearson
2021-06-16
1
-11
/
+9
*
RDMA/rxe: Remove unused parameter udata
Lang Cheng
2021-05-20
1
-1
/
+1
*
RDMA/rxe: Split MEM into MR and MW
Bob Pearson
2021-03-30
1
-141
/
+130
*
RDMA/rxe: Remove unused RXE_MR_TYPE_FMR
Bob Pearson
2020-10-26
1
-1
/
+0
*
RDMA/rxe: Remove duplicate entries in struct rxe_mr
Bob Pearson
2020-10-08
1
-15
/
+10
*
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
2020-09-18
1
-0
/
+1
|
\
[next]