aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_pool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-30RDMA/rxe: Convert read side locking to rcuBob Pearson1-16/+8
2022-06-30RDMA/rxe: Stop lookup of partially built objectsBob Pearson1-6/+94
2022-06-16RDMA/rxe: fix xa_alloc_cycle() error return value check againDongliang Mu1-2/+2
2022-05-09RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()Bob Pearson1-0/+1
2022-05-09RDMA/rxe: Add rxe_srq_cleanup()Bob Pearson1-0/+1
2022-05-04RDMA/rxe: Optimize the mr pool structZhu Yanjun1-6/+3
2022-03-16RDMA/rxe: Replace red-black trees by xarraysBob Pearson1-159/+62
2022-03-15RDMA/rxe: Shorten pool names in rxe_pool.cBob Pearson1-8/+8
2022-03-15RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson1-3/+11
2022-03-15RDMA/rxe: Replace obj by elem in declarationBob Pearson1-1/+1
2022-03-15RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson1-59/+8
2022-03-15RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOCBob Pearson1-9/+12
2022-02-16RDMA/rxe: Remove mcg from rxe poolsBob Pearson1-9/+0
2022-02-16RDMA/rxe: Remove key'ed object supportBob Pearson1-126/+0
2022-02-16RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson1-5/+0
2022-02-16RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson1-12/+18
2022-01-28RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson1-5/+5
2021-11-19RDMA/rxe: Remove some #defines from rxe_pool.hBob Pearson1-0/+2
2021-11-19RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.cBob Pearson1-1/+0
2021-11-19RDMA/rxe: Save object pointer in pool elementBob Pearson1-13/+17
2021-11-19RDMA/rxe: Copy setup parameters into rxe_poolBob Pearson1-32/+24
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson1-36/+36
2021-11-19RDMA/rxe: Replace irqsave locks with bh locksBob Pearson1-18/+12
2021-10-28RDMA/rxe: Make rxe_type_info static constJoe Perches1-10/+18
2021-10-28RDMA/rxe: Use 'bitmap_zalloc()' when applicableChristophe JAILLET1-6/+2
2021-10-28RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET1-1/+0
2021-10-12RDMA/rxe: Change AH objects to indexedBob Pearson1-1/+3
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-1/+1
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson1-0/+1
2021-06-16RDMA/rxe: Return errors for add index and keyBob Pearson1-16/+28
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson1-8/+6
2021-01-28RDMA/rxe: Replace missing rxe_pool_get_index_lockedBob Pearson1-7/+14
2021-01-28RDMA/rxe: Remove unneeded pool->stateBob Pearson1-37/+1
2021-01-28RDMA/rxe: Remove references to ib_device and poolBob Pearson1-40/+2
2021-01-28RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson1-5/+1
2021-01-28RDMA/rxe: Fix misleading comments and namesBob Pearson1-11/+11
2021-01-28RDMA/rxe: Fix bug in rxe_alloc()Bob Pearson1-6/+35
2021-01-12RDMA/rxe: Add unlocked versions of pool APIsBob Pearson1-20/+62
2021-01-12RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson1-9/+5
2021-01-12RDMA/rxe: Make pool lookup and alloc APIs type safeBob Pearson1-17/+38
2021-01-12RDMA/rxe: Add elem_offset field to rxe_type_infoBob Pearson1-0/+10
2021-01-12RDMA/rxe: Let pools support both keys and indicesBob Pearson1-36/+37
2021-01-12RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flagBob Pearson1-1/+1
2020-08-31RDMA/rxe: Address an issue with hardened user copyBob Pearson1-58/+2
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-1/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-1/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe1-10/+14