index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
/
rxe_verbs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+2
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
1
-1
/
+2
2024-05-30
RDMA/rxe: Fix data copy for IB_SEND_INLINE
Honggang LI
1
-1
/
+1
2024-04-22
RDMA/rxe: Don't call direct between tasks
Bob Pearson
1
-1
/
+1
2024-04-22
RDMA/rxe: Merge request and complete tasks
Bob Pearson
1
-3
/
+3
2024-04-22
RDMA/rxe: Remove redundant scheduling of rxe_completer
Bob Pearson
1
-5
/
+0
2024-04-22
RDMA/rxe: Allow good work requests to be executed
Bob Pearson
1
-1
/
+5
2024-02-04
RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_user
Guoqing Jiang
1
-1
/
+1
2024-01-25
RDMA/rxe: Improve newline in printing messages
Li Zhijian
1
-108
/
+108
2023-08-22
RDMA/rxe: Fix redundant break statement in switch-case.
Rohit Chavan
1
-1
/
+0
2023-06-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-3
/
+42
2023-06-27
Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-06-27
Merge tag 'v6.4' into rdma.git for-next
Jason Gunthorpe
1
-12
/
+13
2023-06-20
RDMA/rxe: Simplify cq->notify code
Bob Pearson
1
-3
/
+1
2023-06-09
RDMA/rxe: Implement rereg_user_mr
Bob Pearson
1
-0
/
+35
2023-06-09
RDMA/rxe: Introduce rxe access supported flags
Bob Pearson
1
-0
/
+6
2023-05-16
RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...
Guoqing Jiang
1
-12
/
+13
2023-04-17
RDMA/rxe: Protect QP state with qp->state_lock
Bob Pearson
1
-104
/
+134
2023-04-17
RDMA/rxe: Remove qp->req.state
Bob Pearson
1
-2
/
+2
2023-04-17
RDMA/rxe: Remove qp->resp.state
Bob Pearson
1
-1
/
+1
2023-04-16
RDMA: Add ib_virt_dma_to_page()
Jason Gunthorpe
1
-1
/
+1
2023-03-30
RDMA/rxe: Clean kzalloc failure paths
Leon Romanovsky
1
-20
/
+7
2023-03-29
RDMA/rxe: Remove tasklet call from rxe_cq.c
Bob Pearson
1
-2
/
+0
2023-03-24
RDMA/rxe: Add error messages
Bob Pearson
1
-227
/
+601
2023-03-24
RDMA/rxe: Change rxe_dbg to rxe_dbg_dev
Bob Pearson
1
-1
/
+1
2023-02-16
RDMA/rxe: Fix missing memory barriers in rxe_queue.h
Bob Pearson
1
-10
/
+10
2023-02-16
RDMA/rxe: Remove rxe_alloc()
Bob Pearson
1
-16
/
+43
2023-01-26
RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
Bob Pearson
1
-36
/
+0
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.c
Bob Pearson
1
-6
/
+7
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_verbs.c
Bob Pearson
1
-1
/
+1
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mr.c
Bob Pearson
1
-0
/
+3
2022-10-28
RDMA/rxe: cleanup some error handling in rxe_verbs.c
Yunsheng Lin
1
-57
/
+23
2022-10-28
RDMA/rxe: Split rxe_run_task() into two subroutines
Bob Pearson
1
-4
/
+4
2022-09-27
RDMA/rxe: Remove redundant num_sge fields
Bob Pearson
1
-2
/
+0
2022-09-27
RDMA/rxe: Set pd early in mr alloc routines
Bob Pearson
1
-5
/
+7
2022-09-22
RDMA/rxe: Use members of generic struct in rxe_mr
Daisuke Matsuda
1
-3
/
+1
2022-08-29
RDMA/rxe: Remove an unused member from struct rxe_mr
Daisuke Matsuda
1
-1
/
+0
2022-07-27
Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"
Li Zhijian
1
-12
/
+27
2022-06-30
RDMA/rxe: Stop lookup of partially built objects
Bob Pearson
1
-14
/
+25
2022-05-09
RDMA/rxe: Enforce IBA C11-17
Bob Pearson
1
-0
/
+6
2022-05-09
RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()
Bob Pearson
1
-1
/
+0
2022-05-09
RDMA/rxe: Add rxe_srq_cleanup()
Bob Pearson
1
-19
/
+9
2022-05-06
RDMA/rxe: Remove IB_SRQ_INIT_MASK
Bob Pearson
1
-2
/
+2
2022-04-08
RDMA/rxe: Remove support for SMI QPs from rdma_rxe
Bob Pearson
1
-1
/
+0
2022-03-16
RDMA/rxe: Use standard names for ref counting
Bob Pearson
1
-19
/
+19
2022-03-16
RDMA/rxe: Replace red-black trees by xarrays
Bob Pearson
1
-12
/
+0
2022-02-16
RDMA/rxe: Revert changes from irqsave to bh locks
Bob Pearson
1
-11
/
+16
2022-01-28
RDMA/rxe: Enforce IBA o10-2.2.3
Bob Pearson
1
-0
/
+5
2022-01-28
RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.c
Bob Pearson
1
-26
/
+0
2022-01-07
RDMA/rxe: Use the standard method to produce udp source port
Zhu Yanjun
1
-0
/
+5
[next]