aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/devx.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Fix obj_type mismatch for SRQ event subscriptionsOr Har-Toov2025-08-251-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2025-07-311-1/+5
|\
| * RDMA/mlx5: Add DMAH support for reg_user_mr/reg_user_dmabuf_mrYishai Hadas2025-07-231-0/+4
| * RDMA/mlx5: Check CAP_NET_RAW in user namespace for devx createParav Pandit2025-07-021-1/+1
* | RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insertMark Zhang2025-06-171-1/+1
* | RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanupArnd Bergmann2025-06-121-1/+7
|/
* RDMA/mlx5: Check enabled UCAPs when creating ucontextChiara Meiohas2025-03-091-2/+29
* RDMA/mlx5: Reorder capability check lastChristian Göttsche2025-03-031-4/+6
* 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-141-1/+3
* | RDMA/mlx5: Use new command interface APISaeed Mahameed2022-02-231-23/+32
* | net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}Saeed Mahameed2022-02-231-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-061-74/+28
|\
| * RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky2020-07-071-16/+27