aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/cq.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe1-1/+1
2026-03-31RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()Jason Gunthorpe1-1/+1
2026-03-31RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in()Jason Gunthorpe1-7/+3
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky1-7/+3
2026-02-25RDMA/mlx5: Provide a modern CQ creation interfaceLeon Romanovsky1-51/+103
2026-02-25RDMA/mlx5: Save 4 bytes in CQ structureLeon Romanovsky1-2/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger1-4/+7
2025-09-17net/mlx5: Store the global doorbell in mlx5_privCosmin Ratiu1-2/+2
2025-06-25RDMA/mlx5: Support driver APIs pre_destroy_cq and post_destroy_cqMark Zhang1-4/+15
2025-03-18RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flowPatrisious Haddad1-1/+1
2024-06-27RDMA/mlx5: Send UAR page index as ioctl attributeAkiva Goldberger1-3/+25
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger1-1/+2
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla1-1/+1
2022-11-06RDMA/mlx5: Change debug log level for remote access error syndromesArumugam Kolappan1-12/+15
2022-06-07RDMA/mlx5: Add a umr recovery flowAharon Landau1-0/+4
2022-01-05RDMA/mlx5: Print wc status on CQE error and dump neededDust Li1-1/+4
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2021-08-09net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-3/+1
2021-07-25IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa1-1/+1
2021-06-22Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe1-1/+5
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe1-5/+4
2021-06-22RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau1-1/+5
2021-06-10IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel1-5/+4
2021-05-26RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb1-1/+1
2021-05-20RDMA/mlx5: Remove unused parameter udataLang Cheng1-1/+1
2020-11-16RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQJason Gunthorpe1-14/+34
2020-11-02RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe1-3/+3
2020-11-02RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe1-7/+7
2020-11-02RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe1-14/+16
2020-11-02RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe1-3/+2
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon1-1/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-2/+7
2020-09-03RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-04-28net/mlx5: Refactor imm_inval_pkey field in cqe structRaed Salem1-4/+4
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky1-1/+2
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+15
2020-03-27IB/mlx5: Move to fully dynamic UAR mode once user space supports itYishai Hadas1-2/+6
2020-03-27IB/mlx5: Extend CQ creation to get uar page index from user spaceYishai Hadas1-6/+11
2020-03-24RDMA/mlx5: Fix access to wrong pointer while performing flush due to errorLeon Romanovsky1-2/+25
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-3/+3
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-2/+2
2019-10-28RDMA/mlx5: Split sig_err MR data into its own xarrayJason Gunthorpe1-17/+16
2019-07-03Merge mlx5-next into rdma for-nextJason Gunthorpe1-6/+7
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas1-1/+1
2019-07-03net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas1-1/+2
2019-06-24net/mlx5: Convert mkey_table to XArrayMatthew Wilcox1-4/+4