aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/devx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe1-5/+15
2018-07-25IB/mlx5: Use the ucontext from the uobj, not the fileJason Gunthorpe1-16/+16
2018-07-24IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas1-0/+22
2018-07-23RDMA/mlx5: Remove set but not used variablesKamal Heib1-2/+0
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas1-16/+2
2018-07-04RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe1-12/+4
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe1-34/+34
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe1-108/+132
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe1-4/+4
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe1-9/+9
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe1-36/+36
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas1-4/+4
2018-06-19IB/mlx5: Expose DEVX treeYishai Hadas1-0/+5
2018-06-19IB/mlx5: Add DEVX query EQN supportYishai Hadas1-1/+33
2018-06-19IB/mlx5: Add DEVX support for memory registrationYishai Hadas1-1/+198
2018-06-19IB/mlx5: Add support for DEVX query UARYishai Hadas1-1/+52
2018-06-19IB/mlx5: Add DEVX support for modify and query commandsYishai Hadas1-2/+348
2018-06-19IB/mlx5: Add obj create and destroy functionalityYishai Hadas1-3/+334
2018-06-19IB/mlx5: Add support for DEVX general commandYishai Hadas1-0/+87
2018-06-19IB/mlx5: Introduce DEVXYishai Hadas1-0/+58