aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/mthca
AgeCommit message (Expand)AuthorFilesLines
2026-07-20RDMA: Use ib_no_udata_io() in query_device callbacksLeon Romanovsky1-2/+1
2026-07-14IB/mthca: allocate mthca_array memory with kzalloc()Mike Rapoport (Microsoft)1-3/+3
2026-07-14IB/mthca: mthca_reg_user_mr(): use kmalloc() to allocate addresses arrayMike Rapoport (Microsoft)1-2/+3
2026-07-14RDMA: Remove redundant memset() from query_device callbacksLeon Romanovsky1-2/+0
2026-06-03RDMA: Update the query_device() opJason Gunthorpe1-5/+8
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko1-1/+1
2026-05-18RDMA: Use proper driver data response structs instead of open codingJason Gunthorpe1-11/+24
2026-05-18RDMA: Convert drivers using sizeof() to ib_respond_udata()Jason Gunthorpe1-2/+3
2026-03-31RDMA: Use ib_copy_validate_udata_in() for implicit full structsJason Gunthorpe1-11/+16
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky1-2/+3
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky1-1/+1
2026-03-05Add support for TLP emulationLeon Romanovsky1-2/+3
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky1-1/+1
2026-02-24IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()Jason Gunthorpe1-2/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-41/+36
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas1-1/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-27IB/mthca: Adjust buddy->bits allocation typeKees Cook1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger1-1/+2
2023-11-15RDMA/usnic: Silence uninitialized symbol smatch warningsLeon Romanovsky2-3/+3
2023-10-02IB/mthca: Annotate struct mthca_icm_table with __counted_byKees Cook1-1/+1
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-10/+10
2023-07-31RDMA/mthca: Remove unnecessary NULL assignmentsRuan Jinjie1-10/+10
2023-07-17RDMA/mthca: Fix crash when polling CQ for shared QPsThomas Bogendoerfer1-1/+1
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-01-28RDMA/mthca: Delete useless module.h includeLeon Romanovsky1-2/+0
2022-01-28IB/mthca: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky1-14/+6
2021-12-14IB/mthca: Use memset_startat() for clearing mpt_entryKees Cook1-2/+1
2021-11-25IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_mr.c'Christophe JAILLET1-5/+5
2021-11-25IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'Christophe JAILLET1-2/+2
2021-11-25IB/mthca: Use bitmap_set() when applicableChristophe JAILLET1-4/+1
2021-11-25IB/mthca: Use bitmap_zalloc() when applicableChristophe JAILLET2-11/+7
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-34/+27
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-47/+30
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch5-15/+15
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe1-4/+6
2020-11-23IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang1-4/+6
2020-11-12RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann2-2/+1
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-12/+17
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-7/+7
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3