aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_cq.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbsBob Pearson2022-06-301-4/+4
* RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson2022-02-161-8/+12
* RDMA/rxe: Cleanup rxe_pool_entryBob Pearson2021-11-191-2/+2
* RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-191-12/+8
* RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang2021-10-061-2/+1
* RDMA/rxe: Add memory barriers to kernel queuesBob Pearson2021-09-241-20/+5
* RDMA/rxe: Protext kernel index from user spaceBob Pearson2021-06-031-4/+24
* RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson2021-06-031-1/+3
* RDMA/rxe: Use acquire/release for memory orderingBob Pearson2020-12-111-5/+0
* RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-3/+3
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-5/+5
* IB/rxe: replace kvfree with vfreeZhu Yanjun2018-09-301-2/+2
* RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-6/+7
* RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe2018-03-151-1/+1
* IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer2017-08-281-0/+19
* IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-101-2/+2
* Soft RoCE driverMoni Shoua2016-08-041-0/+165