summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rdmavt/cq.c
AgeCommit message (Expand)AuthorFilesLines
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