summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-112-3/+3
|\
| * RDMA/core: Fix reported speed and widthKamal Heib2020-09-021-1/+1
| * RDMA/core: Fix unsafe linked list traversal after failing to allocate CQXi Wang2020-09-021-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-12/+12
|/
* RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King2020-08-201-1/+1
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0620-670/+665
|\
| * RDMA/umem: Add a schedule point in ib_umem_get()Eric Dumazet2020-07-311-0/+1
| * RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang2020-07-291-3/+0
| * RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe2020-07-291-90/+84
| * RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe2020-07-291-25/+6
| * RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe2020-07-291-26/+36
| * RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe2020-07-291-1/+5
| * RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng2020-07-271-1/+1
| * RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky2020-07-241-1/+1
| * RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky2020-07-241-5/+5
| * RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb2020-07-242-1/+4
| * RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky2020-07-241-207/+86
| * RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2020-07-242-1/+10
| * RDMA/core: Remove query_pkey from the mandatory opsKamal Heib2020-07-201-1/+3
| * RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib2020-07-201-16/+29
| * RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib2020-07-201-20/+41
| * RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang2020-07-101-1/+1
| * RDMA/counter: Only bind user QPs in auto modeMark Zhang2020-07-101-1/+1
| * RDMA/counter: Add PID category support in auto modeMark Zhang2020-07-102-17/+11
| * RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-062-9/+20
| * RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-062-8/+10
| * IB/uverbs: Expose UAPI to query MRYishai Hadas2020-07-061-1/+51
| * RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas2020-07-061-0/+1
| * IB/uverbs: Expose UAPI to query ucontextYishai Hadas2020-07-062-1/+41
| * IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas2020-07-061-0/+4
| * IB/uverbs: Enable CQ ioctl commands by defaultYishai Hadas2020-07-061-3/+0
| * RDMA/core: Optimize XRC target lookupMaor Gottlieb2020-07-061-36/+21
| * RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb2020-07-062-15/+21
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-1/+1
| * RDMA/core: Remove ib_alloc_mr_user functionGal Pressman2020-07-061-6/+5
| * RDMA/core: Check for error instead of success in alloc MR functionGal Pressman2020-07-061-12/+13
| * RDMA/core: Clean up tracepoint headersChuck Lever2020-07-061-2/+0
| * RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe2020-07-021-3/+8
| * RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky2020-06-241-39/+0
| * IB/mad: Delete RMPP_STATE_CANCELING stateShay Drory2020-06-241-13/+4
| * IB/mad: Change atomics to refcount APIShay Drory2020-06-243-14/+14
| * IB/mad: Issue complete whenever decrements agent refcountShay Drory2020-06-241-7/+7
| * Merge branch 'raw_dumps' into rdma.git for-nextJason Gunthorpe2020-06-242-94/+128
| |\
| | * RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb2020-06-242-62/+121
| | * RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-232-12/+3
| | * RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2020-06-232-3/+3
| | * RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-232-3/+3
| | * RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-232-15/+6
| | * RDMA/core: Don't call fill_res_entry for PDMaor Gottlieb2020-06-231-8/+1