summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_task.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.cBob Pearson2023-04-121-2/+2
* RDMA/rxe: Rewrite rxe_task.cBob Pearson2023-03-241-54/+212
* RDMA/rxe: Remove __rxe_do_task()Bob Pearson2023-03-241-13/+0
* RDMA/rxe: Convert tasklet args to queue pairsBob Pearson2023-03-241-5/+6
* RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_task.cBob Pearson2022-11-101-3/+4
* RDMA/rxe: Rename task->state_lock to task->lockBob Pearson2022-10-281-9/+9
* RDMA/rxe: Make rxe_do_task staticBob Pearson2022-10-281-3/+3
* RDMA/rxe: Split rxe_run_task() into two subroutinesBob Pearson2022-10-281-5/+10
* RDMA/rxe: Removed unused name from rxe_task structBob Pearson2022-10-281-3/+1
* RDMA/rxe: Remove redundant header filesBob Pearson2022-10-281-4/+0
* RDMA/rxe: Remove the unused variable objZhu Yanjun2022-08-311-2/+1
* RDMA/rxe: Limit the number of calls to each taskletBob Pearson2022-07-221-4/+12
* RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-191-10/+8
* RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-4/+4
* Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
|/
* RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-1/+1
* IB/rxe: Use __func__ to print function's nameKamal Heib2017-07-241-2/+2
* IB/rxe: Wait for tasklets to finish before tearing down QPAndrew Boyer2016-12-121-0/+19
* Soft RoCE driverMoni Shoua2016-08-041-0/+154