summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cq.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
* RDMA/core: Clean up cq pool mechanismJack Morgenstein2020-12-101-10/+2
* IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-071-2/+2
* RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-221-1/+1
* RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky2020-09-221-1/+1
* RDMA/restrack: Count references to the verbs objectsLeon Romanovsky2020-09-221-4/+3
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-2/+2
|\
| * RDMA/core: Fix unsafe linked list traversal after failing to allocate CQXi Wang2020-09-021-2/+2
* | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+4
* | RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky2020-09-091-15/+12
|/
* RDMA/core: Free DIM memory in error unwindLeon Romanovsky2020-07-301-0/+1
* RDMA/core: Stop DIM before destroying CQLeon Romanovsky2020-07-301-3/+10
* RDMA/core: Introduce shared CQ pool APIYamin Friedman2020-05-291-0/+173
* RDMA/core: Trace points for diagnosing completion queue issuesChuck Lever2020-01-071-3/+24
* rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-0/+28
* 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-281-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* | 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/+1
* | 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-051-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-061-10/+11
* RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky2018-01-291-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-241-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