aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03IB: Remove unneeded memsetFuqian Huang1-2/+0
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-0/+1
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-2/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-21/+15
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-3/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-2/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-27RDMA: Convert put_page() to put_user_page*()John Hubbard1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-108/+97
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-32/+21
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-21/+8
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon4-34/+0
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-23/+22
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-14/+28
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-6/+6
2019-03-28RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi4-13/+13
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-25/+14
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch3-23/+31
2019-02-11RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-20/+16
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-19/+10
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-2/+2
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-2/+3
2019-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-3/+6
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2019-01-10RDMA: Clear CQ objects during their allocationLeon Romanovsky1-1/+1
2019-01-10RDMA: Clear PD objects during their allocationLeon Romanovsky1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-1/+1
2019-01-10RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky1-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+3
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2-3/+4
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-1/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch4-33/+43
2018-12-12RDMA/mthca: Initialize ib_device_ops structKamal Heib1-51/+88
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-23/+18
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+2
2018-10-03IB/mthca: Fix error return code in __mthca_init_one()Wei Yongjun1-1/+2
2018-09-26IB/mthca: remove redundant inner check of mdev->mthca_flagsColin Ian King1-2/+1
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe1-2/+3
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib1-1/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche3-24/+24
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-4/+4