aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types_cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky1-2/+2
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky1-1/+3
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky1-1/+3
2020-07-06IB/uverbs: Enable CQ ioctl commands by defaultYishai Hadas1-3/+0
2020-05-21IB/uverbs: Extend CQ to get its own asynchronous event FDYishai Hadas1-3/+6
2020-05-21IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas1-0/+6
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe1-6/+2
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe1-1/+0
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe1-1/+1
2020-01-13RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe1-10/+8
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-1/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-6/+13
2019-05-27RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman1-1/+1
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe1-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-2/+1
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-1/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+1
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch1-1/+2
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-3/+3
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe1-5/+2
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe1-3/+3
2018-11-22RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe1-0/+6
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe1-10/+8
2018-08-01IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe1-15/+6
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe1-5/+8
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe1-1/+1
2018-07-09IB/uverbs: Do not use uverbs_cmd_mask in the ioctl pathJason Gunthorpe1-4/+1
2018-07-09IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe1-1/+0
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe1-1/+1
2018-07-09IB/uverbs: Tidy up remaining references to ucontextJason Gunthorpe1-4/+3
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe1-8/+9
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe1-31/+37
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe1-1/+1
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe1-2/+2
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas1-7/+11
2018-06-02IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak1-11/+12
2018-03-19IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak1-0/+2
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak1-0/+208