summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/devx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Add implementation for ufile_hw_cleanup device operationPatrisious Haddad2024-11-041-1/+92
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-2/+0
* RDMA/mlx5: Relax DEVX access upon modify commandsYishai Hadas2024-01-311-1/+1
* eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-1/+1
* net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla2023-08-071-1/+1
* RDMA/mlx5: Fix flow counter query via DEVXMark Bloch2023-04-181-5/+26
* RDMA/mlx5: Remove unused num_alloc_xa_entries variableTom Rix2023-04-031-2/+0
* RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe2022-09-271-16/+21
* RDMA/mlx5: Add support for dmabuf to devx umemJason Gunthorpe2022-09-271-3/+21
* IB/mlx5: Support querying eswitch functions from DEVXBodong Wang2022-09-051-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-251-1/+3
|\
| * RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu2022-03-151-1/+3
* | RDMA/mlx5: Use new command interface APISaeed Mahameed2022-02-241-23/+32
* | net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}Saeed Mahameed2022-02-241-3/+3
|/
* RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau2021-10-191-6/+4
* RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau2021-10-191-1/+1
* RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau2021-10-191-1/+0
* RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau2021-10-191-1/+0
* RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau2021-10-191-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+1
|\
| * net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-101-2/+1
* | IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa2021-07-251-4/+3
|/
* RDMA/mlx5: Fix query DCT via DEVXMaor Gottlieb2021-05-191-4/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-011-10/+54
|\
| * RDMA/mlx5: Allow larger pages in DevX umemJason Gunthorpe2021-03-121-10/+54
* | RDMA/mlx5: Fix typo in destroy_mkey inboxMark Zhang2021-03-111-1/+1
|/
* IB/mlx5: Add missing error codeYueHaibing2021-03-011-1/+3
* RDMA/mlx5: Allow CQ creation without attached EQsTal Gilboa2021-02-161-1/+12
* RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-091-7/+6
* RDMA/mlx5: Use strict get/set operations for obj_idYishai Hadas2021-01-191-53/+146
* RDMA/mlx5: Use the correct obj_id upon DEVX TIR creationYishai Hadas2021-01-191-1/+3
* RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe2020-12-071-1/+1
* RDMA/mlx5: Check for ERR_PTR from uverbs_zalloc()Jason Gunthorpe2020-11-261-1/+1
* RDMA/mlx5: Use ib_umem_find_best_pgsz() for devxJason Gunthorpe2020-11-161-31/+35
* RDMA/core: Make FD destroy callback voidLeon Romanovsky2020-11-121-6/+4
* RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky2020-11-121-2/+2
* RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe2020-11-021-2/+2
* RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-9/+1
* RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-5/+7
* RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-071-74/+28
|\
| * RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky2020-07-071-16/+27
| * RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky2020-07-071-58/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP commandMark Zhang2020-05-271-0/+4
* RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe2020-05-221-6/+4
* RDMA/mlx5: Add init2init as a modify commandAharon Landau2020-05-201-0/+1
* RDMA/mlx5: Delete create QP flags obfuscationLeon Romanovsky2020-04-291-1/+1
* net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky2020-04-191-5/+5
* RDMA/mlx5: Fix async events cleanup flowsYishai Hadas2020-02-131-23/+28