summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cq.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Fix -Wunused-const-variable warningsQian Cai2019-07-111-0/+13
* RDMA/core: Provide RDMA DIM support for ULPsYamin Friedman2019-07-081-0/+45
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-9/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-11/+17
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-4/+1Star
* | RDMA/core: Fix doc typoIsrael Rukshin2019-05-211-2/+2
|/
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-1/+1
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-8/+11
* 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