summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_pool.c
AgeCommit message (Expand)Author
2024-04-11RDMA/rxe: Return the correct errnoZhu Yanjun
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-02-16RDMA/rxe: Remove rxe_alloc()Bob Pearson
2023-01-09RDMA/rxe: Fix inaccurate constants in rxe_type_infoDaisuke Matsuda
2022-06-30RDMA/rxe: Convert read side locking to rcuBob Pearson
2022-06-30RDMA/rxe: Stop lookup of partially built objectsBob Pearson
2022-06-16RDMA/rxe: fix xa_alloc_cycle() error return value check againDongliang Mu
2022-05-09RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()Bob Pearson
2022-05-09RDMA/rxe: Add rxe_srq_cleanup()Bob Pearson
2022-05-04RDMA/rxe: Optimize the mr pool structZhu Yanjun
2022-03-16RDMA/rxe: Replace red-black trees by xarraysBob Pearson
2022-03-15RDMA/rxe: Shorten pool names in rxe_pool.cBob Pearson
2022-03-15RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson
2022-03-15RDMA/rxe: Replace obj by elem in declarationBob Pearson
2022-03-15RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson
2022-03-15RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOCBob Pearson
2022-02-16RDMA/rxe: Remove mcg from rxe poolsBob Pearson
2022-02-16RDMA/rxe: Remove key'ed object supportBob Pearson
2022-02-16RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson
2022-02-16RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson
2022-01-28RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson
2021-11-19RDMA/rxe: Remove some #defines from rxe_pool.hBob Pearson
2021-11-19RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.cBob Pearson
2021-11-19RDMA/rxe: Save object pointer in pool elementBob Pearson
2021-11-19RDMA/rxe: Copy setup parameters into rxe_poolBob Pearson
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson
2021-11-19RDMA/rxe: Replace irqsave locks with bh locksBob Pearson
2021-10-28RDMA/rxe: Make rxe_type_info static constJoe Perches
2021-10-28RDMA/rxe: Use 'bitmap_zalloc()' when applicableChristophe JAILLET
2021-10-28RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET
2021-10-12RDMA/rxe: Change AH objects to indexedBob Pearson
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson
2021-06-16RDMA/rxe: Return errors for add index and keyBob Pearson
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson
2021-01-28RDMA/rxe: Replace missing rxe_pool_get_index_lockedBob Pearson
2021-01-28RDMA/rxe: Remove unneeded pool->stateBob Pearson
2021-01-28RDMA/rxe: Remove references to ib_device and poolBob Pearson
2021-01-28RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson
2021-01-28RDMA/rxe: Fix misleading comments and namesBob Pearson
2021-01-28RDMA/rxe: Fix bug in rxe_alloc()Bob Pearson
2021-01-12RDMA/rxe: Add unlocked versions of pool APIsBob Pearson
2021-01-12RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson
2021-01-12RDMA/rxe: Make pool lookup and alloc APIs type safeBob Pearson
2021-01-12RDMA/rxe: Add elem_offset field to rxe_type_infoBob Pearson
2021-01-12RDMA/rxe: Let pools support both keys and indicesBob Pearson
2021-01-12RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flagBob Pearson
2020-08-31RDMA/rxe: Address an issue with hardened user copyBob Pearson
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky