summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_pool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-0/+1
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-201-10/+14
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-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-071-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