index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
RDMA/rxe: Convert read side locking to rcu
Bob Pearson
2022-06-30
1
-16
/
+8
*
RDMA/rxe: Stop lookup of partially built objects
Bob Pearson
2022-06-30
5
-27
/
+136
*
RDMA/rxe: Remove useless pkt parameters
Xiao Yang
2022-06-24
1
-16
/
+12
*
RDMA/rxe: fix xa_alloc_cycle() error return value check again
Dongliang Mu
2022-06-16
1
-2
/
+2
*
RDMA/rxe: Fix an error handling path in rxe_get_mcg()
Christophe JAILLET
2022-05-24
1
-2
/
+4
*
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
2022-05-24
4
-60
/
+69
|
\
|
*
RDMA/rxe: Change mcg_lock to a _bh lock
Bob Pearson
2022-05-04
1
-21
/
+15
|
*
RDMA/rxe: Do not call dev_mc_add/del() under a spinlock
Bob Pearson
2022-05-04
1
-28
/
+23
|
*
RDMA/siw: Fix a condition race issue in MPA request processing
Cheng Xu
2022-05-04
1
-3
/
+4
|
*
RDMA/rxe: Recheck the MR in when generating a READ reply
Bob Pearson
2022-04-20
1
-2
/
+8
|
*
RDMA/rxe: Fix "Replace mr by rkey in responder resources"
Bob Pearson
2022-04-12
1
-8
/
+17
|
*
IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition
Niels Dossche
2022-04-04
1
-1
/
+5
*
|
RDMA/siw: Enable siw on tunnel devices
Bernard Metzler
2022-05-11
1
-2
/
+3
*
|
RDMA/rxe: Enforce IBA C11-17
Bob Pearson
2022-05-09
3
-0
/
+17
*
|
RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()
Bob Pearson
2022-05-09
2
-29
/
+29
*
|
RDMA/rxe: Move mr cleanup code to rxe_mr_cleanup()
Bob Pearson
2022-05-09
1
-6
/
+4
*
|
RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()
Bob Pearson
2022-05-09
3
-10
/
+4
*
|
RDMA/rxe: Check rxe_get() return value
Bob Pearson
2022-05-09
3
-3
/
+6
*
|
RDMA/rxe: Add rxe_srq_cleanup()
Bob Pearson
2022-05-09
4
-22
/
+25
*
|
RDMA/rxe: Remove IB_SRQ_INIT_MASK
Bob Pearson
2022-05-06
3
-57
/
+74
*
|
RDMA/rxe: Skip adjusting remote addr for write in retry operation
Chengguang Xu
2022-05-06
1
-2
/
+0
*
|
RDMA/rxe: Optimize the mr pool struct
Zhu Yanjun
2022-05-04
2
-11
/
+3
*
|
RDMA/rxe: Replace paylen by payload
Bob Pearson
2022-05-04
1
-6
/
+6
*
|
RDMA/rxe: Remove useless parameters for update_state()
Li Zhijian
2022-04-25
1
-3
/
+2
*
|
RDMA/rxe: Generate a completion for unsupported/invalid opcode
Xiao Yang
2022-04-12
1
-1
/
+1
*
|
RDMA/rxe: Remove reliable datagram support
Bob Pearson
2022-04-08
2
-4
/
+2
*
|
RDMA/rxe: Remove support for SMI QPs from rdma_rxe
Bob Pearson
2022-04-08
7
-21
/
+1
*
|
RDMA/rxe: Remove mc_grp_pool from struct rxe_dev
Bob Pearson
2022-04-08
1
-1
/
+0
*
|
RDMA/rxe: Remove type 2A memory window capability
Bob Pearson
2022-04-08
2
-1
/
+8
*
|
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
2022-04-06
3
-3
/
+3
*
|
IB/rdmavt: add missing locks in rvt_ruc_loopback
Niels Dossche
2022-04-04
1
-1
/
+5
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-03-24
20
-968
/
+866
|
\
|
*
RDMA/rxe: Use standard names for ref counting
Bob Pearson
2022-03-16
12
-96
/
+94
|
*
RDMA/rxe: Replace red-black trees by xarrays
Bob Pearson
2022-03-16
6
-280
/
+85
|
*
RDMA/rxe: Shorten pool names in rxe_pool.c
Bob Pearson
2022-03-15
1
-8
/
+8
|
*
RDMA/rxe: Move max_elem into rxe_type_info
Bob Pearson
2022-03-15
3
-20
/
+20
|
*
RDMA/rxe: Replace obj by elem in declaration
Bob Pearson
2022-03-15
2
-2
/
+2
|
*
RDMA/rxe: Delete _locked() APIs for pool objects
Bob Pearson
2022-03-15
2
-79
/
+12
|
*
RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
Bob Pearson
2022-03-15
2
-10
/
+13
|
*
RDMA/rxe: Replace mr by rkey in responder resources
Bob Pearson
2022-03-15
3
-47
/
+87
|
*
RDMA/rxe: Fix ref error in rxe_av.c
Bob Pearson
2022-03-15
5
-35
/
+63
|
*
RDMA/rxe: Remove useless argument for update_state()
Chengguang Xu
2022-03-14
1
-2
/
+2
|
*
RDMA/rxe: Change variable and function argument to proper type
Chengguang Xu
2022-03-14
1
-5
/
+5
|
*
RDMA/rxe: Cleanup rxe_mcast.c
Bob Pearson
2022-02-23
1
-19
/
+78
|
*
RDMA/rxe: Collect cleanup mca code in a subroutine
Bob Pearson
2022-02-23
1
-15
/
+26
|
*
RDMA/rxe: Collect mca init code in a subroutine
Bob Pearson
2022-02-23
2
-15
/
+44
|
*
RDMA/rxe: Warn if mcast memory is not freed
Bob Pearson
2022-02-23
1
-0
/
+2
|
*
RDMA/rxe: Remove mcg from rxe pools
Bob Pearson
2022-02-16
7
-36
/
+27
|
*
RDMA/rxe: Remove key'ed object support
Bob Pearson
2022-02-16
2
-164
/
+0
|
*
RDMA/rxe: Replace pool key by rxe->mcg_tree
Bob Pearson
2022-02-16
5
-64
/
+213
[prev]
[next]