summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorLines
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-670/+665
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2020-07-31RDMA/umem: Add a schedule point in ib_umem_get()Eric Dumazet-0/+1
2020-07-30RDMA/core: Free DIM memory in error unwindLeon Romanovsky-0/+1
2020-07-30RDMA/core: Stop DIM before destroying CQLeon Romanovsky-3/+10
2020-07-29RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang-3/+0
2020-07-29RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe-90/+84
2020-07-29RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe-25/+6
2020-07-29RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe-26/+36
2020-07-29RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe-1/+5
2020-07-27RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng-1/+1
2020-07-27RDMA/cm: Add min length checks to user structure copiesJason Gunthorpe-0/+4
2020-07-24RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky-1/+1
2020-07-24RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky-5/+5
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb-1/+4
2020-07-24RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky-207/+86
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky-1/+10
2020-07-20RDMA/core: Remove query_pkey from the mandatory opsKamal Heib-1/+3
2020-07-20RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib-16/+29
2020-07-20RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib-20/+41
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig-1/+5
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-2/+2
2020-07-16RDMA/cm: Protect access to remote_sidr_tableMaor Gottlieb-0/+2
2020-07-16RDMA/core: Fix race in rdma_alloc_commit_uobject()Leon Romanovsky-3/+3
2020-07-10RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang-1/+1
2020-07-10RDMA/counter: Only bind user QPs in auto modeMark Zhang-1/+1
2020-07-10RDMA/counter: Add PID category support in auto modeMark Zhang-17/+11
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky-9/+20
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky-8/+10
2020-07-06IB/uverbs: Expose UAPI to query MRYishai Hadas-1/+51
2020-07-06RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas-0/+1
2020-07-06IB/uverbs: Expose UAPI to query ucontextYishai Hadas-1/+41
2020-07-06IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas-0/+4
2020-07-06IB/uverbs: Enable CQ ioctl commands by defaultYishai Hadas-3/+0
2020-07-06RDMA/core: Optimize XRC target lookupMaor Gottlieb-36/+21
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb-15/+21
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman-1/+1
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGal Pressman-6/+5
2020-07-06RDMA/core: Check for error instead of success in alloc MR functionGal Pressman-12/+13
2020-07-06RDMA/core: Clean up tracepoint headersChuck Lever-2/+0
2020-07-02IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi-21/+17
2020-07-02RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe-3/+8
2020-06-24RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky-39/+0
2020-06-24IB/mad: Delete RMPP_STATE_CANCELING stateShay Drory-13/+4
2020-06-24IB/mad: Change atomics to refcount APIShay Drory-14/+14
2020-06-24IB/mad: Issue complete whenever decrements agent refcountShay Drory-7/+7
2020-06-24Merge branch 'raw_dumps' into rdma.git for-nextJason Gunthorpe-94/+128
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb-62/+121