summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_mw.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Improve newline in printing messagesLi Zhijian2024-01-251-1/+1
* RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET2023-07-181-1/+2
* RDMA/rxe: Introduce rxe access supported flagsBob Pearson2023-06-091-0/+5
* RDMA/rxe: Fix access checks in rxe_check_bind_mwBob Pearson2023-06-091-8/+9
* RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.cBob Pearson2022-11-101-10/+10
* RDMA/rxe: Make sure requested access is a subset of {mr,mw}->accessLi Zhijian2022-10-281-2/+1
* RDMA/rxe: Use members of generic struct in rxe_mrDaisuke Matsuda2022-09-221-3/+3
* Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian2022-07-271-3/+3
* RDMA/rxe: Fix mw bind to allow any consumer key portionBob Pearson2022-07-211-7/+0
* RDMA/rxe: Fix spelling mistake in error printZhang Jiaming2022-07-211-1/+1
* IB: Fix spelling of 'writable'Zhang Jiaming2022-07-041-1/+1
* RDMA/rxe: Stop lookup of partially built objectsBob Pearson2022-06-301-1/+3
* RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()Bob Pearson2022-05-091-29/+28
* RDMA/rxe: Remove type 2A memory window capabilityBob Pearson2022-04-081-0/+8
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-161-15/+15
* RDMA/rxe: Replace red-black trees by xarraysBob Pearson2022-03-161-8/+0
* RDMA/rxe: Cleanup rxe_pool_entryBob Pearson2021-11-191-3/+3
* RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-191-9/+6
* RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson2021-09-241-3/+3
* RDMA/rxe: Separate HW and SW l/rkeysBob Pearson2021-09-241-16/+14
* RDMA/rxe: Implement memory access through MWsBob Pearson2021-06-161-0/+23
* RDMA/rxe: Implement invalidate MW operationsBob Pearson2021-06-161-0/+67
* RDMA/rxe: Add support for bind MW work requestsBob Pearson2021-06-161-1/+201
* RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson2021-06-161-0/+53