aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_mw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22RDMA/rxe: Use members of generic struct in rxe_mrDaisuke Matsuda1-3/+3
2022-07-27Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian1-3/+3
2022-07-21RDMA/rxe: Fix mw bind to allow any consumer key portionBob Pearson1-7/+0
2022-07-21RDMA/rxe: Fix spelling mistake in error printZhang Jiaming1-1/+1
2022-07-04IB: Fix spelling of 'writable'Zhang Jiaming1-1/+1
2022-06-30RDMA/rxe: Stop lookup of partially built objectsBob Pearson1-1/+3
2022-05-09RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()Bob Pearson1-29/+28
2022-04-08RDMA/rxe: Remove type 2A memory window capabilityBob Pearson1-0/+8
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson1-15/+15
2022-03-16RDMA/rxe: Replace red-black trees by xarraysBob Pearson1-8/+0
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson1-3/+3
2021-11-19RDMA/rxe: Replace irqsave locks with bh locksBob Pearson1-9/+6
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson1-3/+3
2021-09-24RDMA/rxe: Separate HW and SW l/rkeysBob Pearson1-16/+14
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson1-0/+23
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson1-0/+67
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson1-1/+201
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson1-0/+53