summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rdmavt/cq.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez1-12/+19
2018-04-12IB/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-12kthread: 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-14IB/rdmavt: Increase CQ callback thread priorityMike Marciniszyn1-0/+1
2016-03-11IB/rdmavt: Remove RVT_FLAGsDennis Dalessandro1-5/+0
2016-03-11IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-10/+20
2016-03-11staging/rdma/hfi1: Clean up return handlingDennis Dalessandro1-3/+1
2016-03-11IB/rdmavt: Fix copyright dateDennis Dalessandro1-1/+1
2016-03-11IB/rdmavt: Add completion queue functionsDennis Dalessandro1-5/+440
2016-03-11IB/rdmavt: Add completion queue function stubsDennis Dalessandro1-0/+113