summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_cq.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25RDMA/rxe: Improve newline in printing messagesLi Zhijian1-2/+2
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe1-2/+2
2023-06-20RDMA/rxe: Simplify cq->notify codeBob Pearson1-3/+2
2023-06-14RDMA/rxe: Fix rxe_cq_postBob Pearson1-2/+2
2023-03-29RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson1-29/+3
2023-03-24RDMA/rxe: Cleanup error state handling in rxe_comp.cBob Pearson1-0/+1
2023-03-24RDMA/rxe: Change rxe_dbg to rxe_dbg_devBob Pearson1-3/+3
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_cq.cBob Pearson1-4/+4
2022-07-01RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbsBob Pearson1-4/+4
2022-02-16RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson1-8/+12
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson1-2/+2
2021-11-19RDMA/rxe: Replace irqsave locks with bh locksBob Pearson1-12/+8
2021-10-07RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang1-2/+1
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson1-20/+5
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson1-4/+24
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson1-1/+3
2020-12-12RDMA/rxe: Use acquire/release for memory orderingBob Pearson1-5/+0
2020-09-03RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-5/+5
2018-10-01IB/rxe: replace kvfree with vfreeZhu Yanjun1-2/+2
2018-03-16RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-6/+7
2018-03-16RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe1-1/+1
2017-08-29IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer1-0/+19
2017-01-11IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche1-2/+2
2016-08-04Soft RoCE driverMoni Shoua1-0/+165