summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | RDMA/rxe: Rename IB_ACCESS_REMOTEBob Pearson2023-06-092-7/+9
| * | RDMA/rxe: Remove dangling declaration of rxe_cq_disable()Nicolas Morey2023-06-011-2/+0
| * | RDMA/rxe: Fix comments about removed taskletsDaisuke Matsuda2023-05-194-4/+4
| * | RDMA/rxe: Add workqueue support for rxe tasksBob Pearson2023-05-173-49/+76
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-291-5/+11
|\ \ \
| * | | tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-251-3/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-164-7/+13
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-027-61/+87
| |\ \ \
| * | | | siw: Inline do_tcp_sendpages()David Howells2023-05-241-5/+12
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \ \ \
| * | | | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-101-1/+1
| |/ / /
* | | / Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-1/+1
|\| | | | |_|/ |/| |
* | | RDMA/rxe: Fix rxe_cq_postBob Pearson2023-06-141-2/+2
* | | RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun2023-06-091-4/+3
* | | RDMA/rxe: Fix ref count error in check_rkey()Bob Pearson2023-06-011-1/+2
* | | RDMA/rxe: Fix packet length checksBob Pearson2023-06-011-0/+6
| |/ |/|
* | RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang2023-05-177-61/+86
* | RDMA/rxe: Fix double unlock in rxe_qp.cBob Pearson2023-05-161-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-3024-793/+1369
|\
| * RDMA/rxe: Fix spinlock recursion deadlock on requesterDaisuke Matsuda2023-04-211-3/+3
| * RDMA/rxe: Protect QP state with qp->state_lockBob Pearson2023-04-177-218/+317
| * RDMA/rxe: Move code to check if drained to subroutineBob Pearson2023-04-172-29/+38
| * RDMA/rxe: Remove qp->req.stateBob Pearson2023-04-177-66/+34
| * RDMA/rxe: Remove qp->comp.stateBob Pearson2023-04-173-10/+4
| * RDMA/rxe: Remove qp->resp.stateBob Pearson2023-04-176-14/+8
| * RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2023-04-165-27/+20
| * RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun2023-04-161-3/+8
| * RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.cBob Pearson2023-04-121-2/+2
| * RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa2023-04-031-3/+0
| * RDMA/rxe: Clean kzalloc failure pathsLeon Romanovsky2023-03-302-23/+9
| * RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson2023-03-293-33/+3
| * RDMA/rxe: Rewrite rxe_task.cBob Pearson2023-03-242-56/+218
| * RDMA/rxe: Make tasks schedule each otherBob Pearson2023-03-242-6/+6
| * RDMA/rxe: Remove __rxe_do_task()Bob Pearson2023-03-243-58/+17
| * RDMA/rxe: Remove qp reference counting in tasksBob Pearson2023-03-243-14/+0
| * RDMA/rxe: Cleanup error state handling in rxe_comp.cBob Pearson2023-03-243-23/+61
| * RDMA/rxe: Cleanup reset state handling in rxe_resp.cBob Pearson2023-03-242-51/+57
| * RDMA/rxe: Convert tasklet args to queue pairsBob Pearson2023-03-246-18/+17
| * RDMA/rxe: Add error messagesBob Pearson2023-03-245-241/+609
| * RDMA/rxe: Extend dbg log messages to err and infoBob Pearson2023-03-242-3/+47
| * RDMA/rxe: Change rxe_dbg to rxe_dbg_devBob Pearson2023-03-249-24/+25
| * RDMA/rxe: Replace exists by rxe in rxe.cBob Pearson2023-03-241-6/+6
| * RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova2023-03-141-2/+0
| * IB/rdmavt: Fix target union member for rvt_post_one_wr()Kees Cook2023-03-131-1/+1
| * RDMA/siw: Fix potential page_array out of range accessDaniil Dulov2023-03-131-1/+1
* | x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds2023-04-201-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-2510-585/+600
|\
| * RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson2023-02-162-52/+76
| * RDMA/rxe: Remove rxe_alloc()Bob Pearson2023-02-164-66/+44
| * Subject: RDMA/rxe: Handle zero length rdmaBob Pearson2023-02-162-15/+51