summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_pool.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Split MEM into MR and MWBob Pearson2021-03-301-8/+6
* RDMA/rxe: Replace missing rxe_pool_get_index_lockedBob Pearson2021-01-281-7/+14
* RDMA/rxe: Remove unneeded pool->stateBob Pearson2021-01-281-37/+1
* RDMA/rxe: Remove references to ib_device and poolBob Pearson2021-01-281-40/+2
* RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson2021-01-281-5/+1
* RDMA/rxe: Fix misleading comments and namesBob Pearson2021-01-281-11/+11
* RDMA/rxe: Fix bug in rxe_alloc()Bob Pearson2021-01-281-6/+35
* RDMA/rxe: Add unlocked versions of pool APIsBob Pearson2021-01-121-20/+62
* RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson2021-01-121-9/+5
* RDMA/rxe: Make pool lookup and alloc APIs type safeBob Pearson2021-01-121-17/+38
* RDMA/rxe: Add elem_offset field to rxe_type_infoBob Pearson2021-01-121-0/+10
* RDMA/rxe: Let pools support both keys and indicesBob Pearson2021-01-121-36/+37
* RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flagBob Pearson2021-01-121-1/+1
* RDMA/rxe: Address an issue with hardened user copyBob Pearson2020-08-311-58/+2
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-1/+1
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-1/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-0/+1
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-191-10/+14
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-11/+49
* IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia2018-12-111-12/+14
* IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia2018-12-061-3/+1
* IB/rxe: Avoid NULL check when search is successfulParav Pandit2018-08-301-4/+3
* IB/rxe: Change pool state enums to capital lettersParav Pandit2018-08-301-6/+6
* IB/rxe: Replace spinlock with rwlockParav Pandit2018-08-301-18/+18
* IB/rxe: put the pool on allocation failureDoug Ledford2017-10-091-7/+9
* IB/rxe: check for allocation failure on elemColin Ian King2017-10-091-0/+2
* IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib2017-07-241-1/+1
* IB/rxe: Add a runtime check in alloc_index()Bart Van Assche2017-01-101-0/+1
* IB/rxe: Remove superfluous castsBart Van Assche2017-01-101-2/+2
* IB/rxe: Remove an unused functionBart Van Assche2017-01-101-7/+0
* IB/rxe: Constify the pool nameBart Van Assche2017-01-101-1/+1
* IB/rxe: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-031-1/+0
* Soft RoCE driverMoni Shoua2016-08-041-0/+502