summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/cq.c
Commit message (Expand)AuthorAgeFilesLines
* IB/rdmavt: Fix variable shadowing issue in rvt_create_cqNathan Chancellor2019-07-101-2/+0Star
* 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/+16Star
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-5/+1Star
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-3/+1Star
* 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/+32Star
* 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/+1Star
* 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/+11Star
* 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/+0Star
* 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/+1Star
* 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