summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
Commit message (Expand)AuthorAgeFilesLines
* RDMA/usnic: Silence uninitialized symbol smatch warningsLeon Romanovsky2023-11-152-3/+3
* IB/mthca: Annotate struct mthca_icm_table with __counted_byKees Cook2023-10-021-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-011-10/+10
|\
| * RDMA/mthca: Remove unnecessary NULL assignmentsRuan Jinjie2023-07-311-10/+10
* | RDMA/mthca: Fix crash when polling CQ for shared QPsThomas Bogendoerfer2023-07-171-1/+1
|/
* IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-211-1/+1
* RDMA/mthca: Delete useless module.h includeLeon Romanovsky2022-01-281-2/+0
* IB/mthca: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-281-6/+2
* RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky2022-01-051-14/+6
* IB/mthca: Use memset_startat() for clearing mpt_entryKees Cook2021-12-141-2/+1
* IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_mr.c'Christophe JAILLET2021-11-251-5/+5
* IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'Christophe JAILLET2021-11-251-2/+2
* IB/mthca: Use bitmap_set() when applicableChristophe JAILLET2021-11-251-4/+1
* IB/mthca: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-252-11/+7
* RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-233-34/+27
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-47/+30
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-265-15/+15
* Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe2020-12-011-4/+6
|\
| * IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang2020-11-231-4/+6
* | RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann2020-11-122-2/+1
* | RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-301-12/+17
* | RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-7/+7
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-10/+0
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
|/
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+1
* RDMA/mthca: Combine special QP struct with mthca QPLeon Romanovsky2020-09-294-58/+59
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-4/+0
* RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-1/+1
* RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe2020-09-091-3/+3
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-5/+5
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-10/+0
* RDMA/mthca: Remove FMR support for memory registrationMax Gurtovoy2020-06-024-380/+1
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-021-4/+5
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-202-2/+2
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-3/+3
* IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-3/+1
* RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-122-47/+35