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