summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_pool.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-11/+49
2018-12-11IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia1-12/+14
2018-12-06IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia1-3/+1
2018-08-30IB/rxe: Avoid NULL check when search is successfulParav Pandit1-4/+3
2018-08-30IB/rxe: Change pool state enums to capital lettersParav Pandit1-6/+6
2018-08-30IB/rxe: Replace spinlock with rwlockParav Pandit1-18/+18
2017-10-09IB/rxe: put the pool on allocation failureDoug Ledford1-7/+9
2017-10-09IB/rxe: check for allocation failure on elemColin Ian King1-0/+2
2017-07-24IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib1-1/+1
2017-01-10IB/rxe: Add a runtime check in alloc_index()Bart Van Assche1-0/+1
2017-01-10IB/rxe: Remove superfluous castsBart Van Assche1-2/+2
2017-01-10IB/rxe: Remove an unused functionBart Van Assche1-7/+0
2017-01-10IB/rxe: Constify the pool nameBart Van Assche1-1/+1
2016-12-03IB/rxe: Remove and fix debug prints after allocation failureLeon Romanovsky1-1/+0
2016-08-04Soft RoCE driverMoni Shoua1-0/+502