summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_mw.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-18RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET1-1/+2
2023-06-09RDMA/rxe: Introduce rxe access supported flagsBob Pearson1-0/+5
2023-06-09RDMA/rxe: Fix access checks in rxe_check_bind_mwBob Pearson1-8/+9
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.cBob Pearson1-10/+10
2022-10-28RDMA/rxe: Make sure requested access is a subset of {mr,mw}->accessLi Zhijian1-2/+1
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-17RDMA/rxe: Implement memory access through MWsBob Pearson1-0/+23
2021-06-17RDMA/rxe: Implement invalidate MW operationsBob Pearson1-0/+67
2021-06-17RDMA/rxe: Add support for bind MW work requestsBob Pearson1-1/+201
2021-06-17RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson1-0/+53