summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cq.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch2018-12-181-1/+1
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-3/+3
* RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky2018-10-061-1/+1
* IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein2018-09-051-2/+6
* RDMA/core: Reduce poll batch for direct cq pollingMax Gurtovoy2018-03-071-10/+11
* RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky2018-01-301-0/+6
* RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky2018-01-291-4/+6
* IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_directSagi Grimberg2018-01-181-10/+13
* IB/cq: Don't process more than the given budgetSagi Grimberg2017-03-251-1/+7
* IB/core: Protect against self-requeue of a cq work itemSagi Grimberg2017-03-241-1/+1
* IB/core: Add support for draining IB_POLL_DIRECT completion queuesBart Van Assche2017-02-191-2/+2
* IB/core: Fix typo in commentYuval Shaia2017-01-241-1/+1
* IB: add a proper completion queue abstractionChristoph Hellwig2015-12-111-0/+209