summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
Commit message (Expand)AuthorAgeFilesLines
* IB: Remove unneeded memsetFuqian Huang2019-07-031-2/+0Star
* 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/+1Star
* | 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/+15Star
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-3/+1Star
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-2/+1Star
* | 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/+97Star
|\
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-32/+21Star
| * RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-21/+8Star
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-23/+22Star
| * IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-14/+28
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-6/+6
| * RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
| * RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-264-13/+13
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-084-34/+0Star
|/
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-25/+14Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-153-23/+31
* RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-20/+16Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-19/+10Star
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-2/+2
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-181-2/+2
| |\
| | * RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky2019-01-111-2/+2
* | | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* | | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-2/+3
|\| |
| * | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+3
| |/
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-3/+6
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-111-1/+1
* | RDMA: Clear CQ objects during their allocationLeon Romanovsky2019-01-111-1/+1
* | RDMA: Clear PD objects during their allocationLeon Romanovsky2019-01-111-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-1/+1
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-202-3/+4
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-202-1/+2
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-194-33/+43
* RDMA/mthca: Initialize ib_device_ops structKamal Heib2018-12-121-51/+88
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-23/+18Star
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+2
* IB/mthca: Fix error return code in __mthca_init_one()Wei Yongjun2018-10-041-1/+2
* IB/mthca: remove redundant inner check of mdev->mthca_flagsColin Ian King2018-09-271-2/+1Star
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-2/+3
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-311-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-313-24/+24
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-4/+4