summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_pool.c
AgeCommit message (Expand)Author
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
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2018-12-11IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia
2018-12-06IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia
2018-08-30IB/rxe: Avoid NULL check when search is successfulParav Pandit
2018-08-30IB/rxe: Change pool state enums to capital lettersParav Pandit
2018-08-30IB/rxe: Replace spinlock with rwlockParav Pandit
2017-10-09IB/rxe: put the pool on allocation failureDoug Ledford
2017-10-09IB/rxe: check for allocation failure on elemColin Ian King
2017-07-24IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib
2017-01-10IB/rxe: Add a runtime check in alloc_index()Bart Van Assche
2017-01-10IB/rxe: Remove superfluous castsBart Van Assche
2017-01-10IB/rxe: Remove an unused functionBart Van Assche
2017-01-10IB/rxe: Constify the pool nameBart Van Assche
2016-12-03IB/rxe: Remove and fix debug prints after allocation failureLeon Romanovsky
2016-08-04Soft RoCE driverMoni Shoua