summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/cq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2024-06-271-2/+4
* IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
* IB/rdmavt: Convert to SPDX identifierCai Huoqing2021-08-251-43/+1
* RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc headerLee Jones2021-01-221-1/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee2020-04-241-2/+2
* IB/rdmavt: Free kernel completion queue when doneKaike Wan2020-03-131-1/+1
* infiniband: fix sw/rdmavt/ kernel-doc notationrd.dunlab@gmail.com2019-10-221-2/+0
* IB/rdmavt: Fix variable shadowing issue in rvt_create_cqNathan Chancellor2019-07-101-2/+0
* IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam2019-06-291-3/+12
* IB/hfi1: Move rvt_cq_wc struct into uapi directoryKamenee Arumugam2019-06-291-69/+123
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-35/+16
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-5/+1
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-3/+1
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-1/+2
* IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-49/+32
* IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez2018-05-091-12/+19
* RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-151-2/+1
* infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-111-1/+1
* IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn2018-01-051-3/+7
* Add OPA extended LID supportHiatt, Don2017-08-181-1/+1
* IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don2017-08-081-1/+1
* IB/rdmavt: Add tracing for cq entry and pollMike Marciniszyn2017-04-051-0/+3
* rdma: fix buggy code that the compiler warns aboutLinus Torvalds2016-12-151-1/+2
* IB/rdmavt: Handle the kthread worker using the new APIPetr Mladek2016-12-141-23/+11
* IB/rdmavt: Avoid queuing work into a destroyed cq kthread workerPetr Mladek2016-12-141-14/+16
* kthread: kthread worker API cleanupPetr Mladek2016-10-121-5/+5
* IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lockJianxin Xiong2016-08-021-0/+1
* IB/rdmavt: Increase CQ callback thread priorityMike Marciniszyn2016-05-141-0/+1
* IB/rdmavt: Remove RVT_FLAGsDennis Dalessandro2016-03-111-5/+0
* IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro2016-03-111-10/+20
* staging/rdma/hfi1: Clean up return handlingDennis Dalessandro2016-03-111-3/+1
* IB/rdmavt: Fix copyright dateDennis Dalessandro2016-03-111-1/+1
* IB/rdmavt: Add completion queue functionsDennis Dalessandro2016-03-111-5/+440
* IB/rdmavt: Add completion queue function stubsDennis Dalessandro2016-03-111-0/+113