summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe2020-12-021-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-311-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-241-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-5/+5
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-2/+2
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-031-10/+0
* RDMA/mthca: Remove FMR support for memory registrationMax Gurtovoy2020-06-034-380/+1
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-031-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-132-47/+35
* RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky2019-11-061-4/+0
* IB: Remove unneeded memsetFuqian Huang2019-07-031-2/+0
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* | RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-191-0/+1
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-21/+15
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-3/+1
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-2/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* | RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-281-3/+3
|/
* IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-095-108/+97
|\
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-32/+21
| * RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-21/+8
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-23/+22
| * IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-14/+28