aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein1-10/+2
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky1-1/+1
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky1-1/+1
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky1-4/+3
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-2/+2
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+4
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky1-15/+12
2020-09-02RDMA/core: Fix unsafe linked list traversal after failing to allocate CQXi Wang1-2/+2
2020-07-30RDMA/core: Free DIM memory in error unwindLeon Romanovsky1-0/+1
2020-07-30RDMA/core: Stop DIM before destroying CQLeon Romanovsky1-3/+10
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman1-0/+173
2020-01-07RDMA/core: Trace points for diagnosing completion queue issuesChuck Lever1-3/+24
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-0/+28
2019-07-11RDMA/core: Fix -Wunused-const-variable warningsQian Cai1-0/+13
2019-07-08RDMA/core: Provide RDMA DIM support for ULPsYamin Friedman1-0/+45
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-9/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-11/+17
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-05-21RDMA/core: Fix doc typoIsrael Rukshin1-2/+2
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-1/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-8/+11
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-3/+3
2018-10-05RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky1-1/+1
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein1-2/+6
2018-03-06RDMA/core: Reduce poll batch for direct cq pollingMax Gurtovoy1-10/+11
2018-01-29RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky1-0/+6
2018-01-29RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky1-4/+6
2018-01-18IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_directSagi Grimberg1-10/+13
2017-03-24IB/cq: Don't process more than the given budgetSagi Grimberg1-1/+7
2017-03-24IB/core: Protect against self-requeue of a cq work itemSagi Grimberg1-1/+1
2017-02-19IB/core: Add support for draining IB_POLL_DIRECT completion queuesBart Van Assche1-2/+2
2017-01-24IB/core: Fix typo in commentYuval Shaia1-1/+1
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig1-0/+209