summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/rdma_core.c
Commit message (Expand)AuthorAgeFilesLines
* uverbs: Convert idr to XArrayMatthew Wilcox2019-04-251-52/+24Star
* IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe2019-04-081-3/+3
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-011-18/+30
* IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-011-49/+21Star
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-7/+2Star
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-151-0/+32
* IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas2019-01-291-0/+1
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-3/+3
* IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas2018-12-041-10/+17
* RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky2018-12-031-0/+2
* RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe2018-11-271-6/+4Star
* RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-271-5/+8
* RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe2018-09-211-1/+0Star
* RDMA/ucontext: Get rid of the old disassociate flowJason Gunthorpe2018-09-201-41/+10Star
* RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe2018-09-201-1/+3
* IB/core: Release object lock if destroy failedArtemy Kovalyov2018-09-041-0/+2
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* | IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-131-45/+0Star
* | IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-111-45/+55
* | IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe2018-08-011-11/+55
* | IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe2018-08-011-0/+11
* | IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe2018-08-011-11/+26
* | IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe2018-08-011-22/+49
* | IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe2018-08-011-37/+57
* | IB/uverbs: Consolidate uobject destructionJason Gunthorpe2018-08-011-129/+122Star
* | IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2018-08-011-24/+29
* | IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe2018-08-011-4/+1Star
* | IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe2018-07-251-4/+10
* | IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe2018-07-251-37/+46
* | IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe2018-07-251-2/+3
* | IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe2018-07-251-13/+104
* | IB/uverbs: Revise and clarify the rwsem and uobjects_lockJason Gunthorpe2018-07-251-14/+12Star
* | IB/uverbs: Clarify and revise uverbs_close_fdJason Gunthorpe2018-07-251-13/+28
* | IB/uverbs: Revise the placement of get/puts on uobjectJason Gunthorpe2018-07-251-33/+50
* | IB/uverbs: Clarify the kref'ing ordering for alloc_commitJason Gunthorpe2018-07-251-4/+22
* | IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe2018-07-251-7/+15
* | IB/uverbs: Get rid of null_obj_typeJason Gunthorpe2018-07-251-32/+9Star
* | IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-091-28/+19Star
* | IB/uverbs: Tidy up remaining references to ucontextJason Gunthorpe2018-07-091-10/+9Star
* | IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe2018-07-091-34/+32Star
* | IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe2018-07-091-38/+34Star
* | IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe2018-07-091-0/+22
* | RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-2/+2
* | IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-291-48/+65
* | IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak2018-06-191-40/+0Star
* | IB/uverbs: Export uverbs idr and fd typesMatan Barak2018-06-191-0/+2
|/
* IB/uverbs: Tidy uverbs_uobject_addJason Gunthorpe2018-02-281-9/+4Star
* IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe2018-02-151-2/+3
* IB/uverbs: Improve lockdep_checkJason Gunthorpe2018-02-151-7/+7