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