aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam1-3/+12
2019-06-28IB/hfi1: Move rvt_cq_wc struct into uapi directoryKamenee Arumugam1-69/+123
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-35/+16
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-5/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-3/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+2
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-49/+32
2018-05-09IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez1-12/+19
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe1-2/+1
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap1-1/+1
2018-01-05IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn1-3/+7
2017-08-18Add OPA extended LID supportHiatt, Don1-1/+1
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don1-1/+1
2017-04-05IB/rdmavt: Add tracing for cq entry and pollMike Marciniszyn1-0/+3
2016-12-15rdma: fix buggy code that the compiler warns aboutLinus Torvalds1-1/+2
2016-12-14IB/rdmavt: Handle the kthread worker using the new APIPetr Mladek1-23/+11
2016-12-14IB/rdmavt: Avoid queuing work into a destroyed cq kthread workerPetr Mladek1-14/+16
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-5/+5
2016-08-02IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lockJianxin Xiong1-0/+1
2016-05-13IB/rdmavt: Increase CQ callback thread priorityMike Marciniszyn1-0/+1
2016-03-10IB/rdmavt: Remove RVT_FLAGsDennis Dalessandro1-5/+0
2016-03-10IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-10/+20
2016-03-10staging/rdma/hfi1: Clean up return handlingDennis Dalessandro1-3/+1
2016-03-10IB/rdmavt: Fix copyright dateDennis Dalessandro1-1/+1
2016-03-10IB/rdmavt: Add completion queue functionsDennis Dalessandro1-5/+440
2016-03-10IB/rdmavt: Add completion queue function stubsDennis Dalessandro1-0/+113