aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mthca
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-03-28RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-02-11RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe
2019-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit
2019-01-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky
2019-01-10RDMA: Clear CQ objects during their allocationLeon Romanovsky
2019-01-10RDMA: Clear PD objects during their allocationLeon Romanovsky
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2019-01-10RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-12-12RDMA/mthca: Initialize ib_device_ops structKamal Heib
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-10-03IB/mthca: Fix error return code in __mthca_init_one()Wei Yongjun
2018-09-26IB/mthca: remove redundant inner check of mdev->mthca_flagsColin Ian King
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-01-28IB/mthca: remove mthca_user.hCorentin Labbe
2018-01-26IB/mthca: Fix gup usage in mthca_map_user_db()Davidlohr Bueso
2018-01-02IB/mthca: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook