aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/rdma_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-28IB/uverbs: Tidy uverbs_uobject_addJason Gunthorpe1-9/+4
2018-02-15IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe1-2/+3
2018-02-15IB/uverbs: Improve lockdep_checkJason Gunthorpe1-7/+7
2018-02-15RDMA/uverbs: Protect from races between lookup and destroy of uobjectsLeon Romanovsky1-1/+9
2018-02-15IB/uverbs: Hold the uobj write lock after allocateJason Gunthorpe1-1/+10
2017-08-31IB/core: Explicitly destroy an object while keeping uobjectMatan Barak1-0/+35
2017-08-31IB/core: Add new ioctl interfaceMatan Barak1-0/+46
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak1-0/+40
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak1-0/+58
2017-04-20IB/core: Nullify ib_uobject during allocationMatan Barak1-1/+1
2017-04-20IB/core: Don't pass the lock state to _rdma_remove_commit_uobjectMatan Barak1-12/+12
2017-04-20IB/core: Rename write flag to exclusive in rdma_coreMatan Barak1-29/+31
2017-04-05IB/core: Add support for fd objectsMatan Barak1-1/+176
2017-04-05IB/core: Add support for idr typesMatan Barak1-0/+450