summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
AgeCommit message (Expand)AuthorLines
2026-02-24IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()Jason Gunthorpe-2/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-41/+36
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas-1/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-27IB/mthca: Adjust buddy->bits allocation typeKees Cook-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger-1/+2
2023-11-15RDMA/usnic: Silence uninitialized symbol smatch warningsLeon Romanovsky-3/+3
2023-10-02IB/mthca: Annotate struct mthca_icm_table with __counted_byKees Cook-1/+1
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-10/+10
2023-07-31RDMA/mthca: Remove unnecessary NULL assignmentsRuan Jinjie-10/+10
2023-07-17RDMA/mthca: Fix crash when polling CQ for shared QPsThomas Bogendoerfer-1/+1
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-01-28RDMA/mthca: Delete useless module.h includeLeon Romanovsky-2/+0
2022-01-28IB/mthca: Remove useless DMA-32 fallback configurationChristophe JAILLET-6/+2
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky-14/+6
2021-12-14IB/mthca: Use memset_startat() for clearing mpt_entryKees Cook-2/+1
2021-11-25IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_mr.c'Christophe JAILLET-5/+5
2021-11-25IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'Christophe JAILLET-2/+2
2021-11-25IB/mthca: Use bitmap_set() when applicableChristophe JAILLET-4/+1
2021-11-25IB/mthca: Use bitmap_zalloc() when applicableChristophe JAILLET-11/+7
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET-34/+27
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky-47/+30
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-15/+15
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe-4/+6
2020-11-23IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang-4/+6
2020-11-12RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann-2/+1
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches-12/+17
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches-7/+7
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe-1/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe-0/+3
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe-10/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe-1/+1
2020-09-29RDMA/mthca: Combine special QP struct with mthca QPLeon Romanovsky-58/+59
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky-4/+0
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe-1/+1
2020-09-09RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe-3/+3
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky-1/+2
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky-1/+2
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky-1/+2
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-5/+5