aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-08-24RDMA/vmw_pvrdma: Fix kernel-doc documentationKamal Heib4-6/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+4
2020-05-25RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()Qiushi Wu1-1/+1
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb2-3/+4
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua4-6/+7
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig4-5/+5
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-2/+0
2019-10-28RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan2-29/+101
2019-10-01RDMA/vmw_pvrdma: Free SRQ only onceAdit Ranadive1-2/+0
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2-0/+2
2019-06-24RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin1-1/+1
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky3-18/+7
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-25/+15
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-6/+2
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+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-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-0/+2
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-19/+5
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky3-29/+20
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky3-28/+16
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem1-5/+6
2019-04-08RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib1-0/+2
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch3-15/+14
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch6-17/+21
2019-03-27RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia1-2/+0
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky3-37/+19
2019-02-11RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-13/+8
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky3-33/+18
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2-1/+40
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-29RDMA/vmw_pvrdma: Support upto 64-bit PFNsAdit Ranadive3-7/+21
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-2/+2
2019-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+40
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 PD objects during their allocationLeon Romanovsky1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe4-10/+5
2019-01-10RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2-1/+40
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2-2/+3
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-2/+3
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2-2/+2
2018-12-12RDMA/vmw_pvrdma: Initialize ib_device_ops structKamal Heib1-37/+45