index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
53
-886
/
+1918
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-42
/
+77
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-3
/
+3
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
31
-192
/
+608
2023-06-27
RDMA/bnxt_re: Fix an IS_ERR() vs NULL check
Dan Carpenter
1
-2
/
+2
2023-06-26
RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"
Colin Ian King
1
-2
/
+2
2023-06-26
RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.c
Yang Li
1
-1
/
+0
2023-06-26
RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()
Kashyap Desai
1
-8
/
+15
2023-06-26
RDMA/bnxt_re: Remove incorrect return check from slow path
Kashyap Desai
1
-6
/
+0
2023-06-25
tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
David Howells
1
-3
/
+2
2023-06-21
RDMA/bnxt_re: Enable low latency push
Selvin Xavier
6
-4
/
+177
2023-06-21
RDMA/bnxt_re: Reorg the bar mapping
Selvin Xavier
8
-77
/
+213
2023-06-21
RDMA/bnxt_re: Move the interface version to chip context structure
Selvin Xavier
2
-2
/
+2
2023-06-21
RDMA/bnxt_re: Query function capabilities from firmware
Selvin Xavier
1
-0
/
+21
2023-06-21
RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usage
Selvin Xavier
1
-29
/
+19
2023-06-21
RDMA/bnxt_re: Add disassociate ucontext support
Selvin Xavier
1
-0
/
+5
2023-06-21
RDMA/bnxt_re: Use the common mmap helper functions
Selvin Xavier
4
-24
/
+119
2023-06-21
RDMA/bnxt_re: Initialize opcode while sending message
Leon Romanovsky
1
-3
/
+2
2023-06-20
RDMA/cma: Remove NULL check before dev_{put, hold}
Yang Li
1
-2
/
+1
2023-06-20
RDMA/rxe: Simplify cq->notify code
Bob Pearson
2
-6
/
+3
2023-06-20
RDMA/rxe: Fixes mr access supported list
Bob Pearson
1
-1
/
+2
2023-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-95
/
+435
2023-06-14
RDMA/rxe: Fix rxe_cq_post
Bob Pearson
1
-2
/
+2
2023-06-12
RDMA/bnxt_re: optimize the parameters passed to helper functions
Kashyap Desai
1
-25
/
+19
2023-06-12
RDMA/bnxt_re: remove redundant cmdq_bitmap
Kashyap Desai
2
-48
/
+34
2023-06-12
RDMA/bnxt_re: use firmware provided max request timeout
Kashyap Desai
4
-12
/
+60
2023-06-12
RDMA/bnxt_re: cancel all control path command waiters upon error
Kashyap Desai
2
-2
/
+3
2023-06-12
RDMA/bnxt_re: consider timeout of destroy ah as success.
Kashyap Desai
4
-9
/
+21
2023-06-12
RDMA/bnxt_re: post destroy_ah for delayed completion of AH creation
Kashyap Desai
2
-0
/
+110
2023-06-12
RDMA/bnxt_re: Add firmware stall check detection
Kashyap Desai
2
-10
/
+39
2023-06-12
RDMA/bnxt_re: handle command completions after driver detect a timedout
Kashyap Desai
2
-26
/
+34
2023-06-12
RDMA/bnxt_re: add helper function __poll_for_resp
Kashyap Desai
2
-1
/
+44
2023-06-12
RDMA/bnxt_re: Simplify the function that sends the FW commands
Kashyap Desai
2
-61
/
+86
2023-06-12
RDMA/bnxt_re: use shadow qd while posting non blocking rcfw command
Kashyap Desai
2
-2
/
+61
2023-06-12
RDMA/bnxt_re: Avoid the command wait if firmware is inactive
Kashyap Desai
1
-4
/
+48
2023-06-12
RDMA/bnxt_re: Enhance the existing functions that wait for FW responses
Kashyap Desai
1
-14
/
+51
2023-06-12
RDMA/bnxt_re: set fixed command queue depth
Kashyap Desai
2
-9
/
+4
2023-06-12
RDMA/bnxt_re: remove virt_func check while creating RoCE FW channel
Kashyap Desai
3
-13
/
+9
2023-06-12
RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context
Kashyap Desai
1
-3
/
+10
2023-06-12
RDMA/bnxt_re: wraparound mbox producer index
Kashyap Desai
1
-2
/
+2
2023-06-11
IB/isert: Fix incorrect release of isert connection
Saravanan Vajravel
1
-2
/
+0
2023-06-11
IB/isert: Fix possible list corruption in CMA handler
Saravanan Vajravel
1
-0
/
+4
2023-06-11
IB/isert: Fix dead lock in ib_isert
Saravanan Vajravel
1
-2
/
+8
2023-06-11
RDMA/erdma: Refactor the original doorbell allocation mechanism
Cheng Xu
5
-163
/
+27
2023-06-11
RDMA/erdma: Associate QPs/CQs with doorbells for authorization
Cheng Xu
2
-7
/
+41
2023-06-11
RDMA/erdma: Allocate doorbell resources from hardware
Cheng Xu
4
-19
/
+131
2023-06-11
RDMA/erdma: Configure PAGE_SIZE to hardware
Cheng Xu
2
-0
/
+32
2023-06-11
RDMA/mlx5: Fix affinity assignment
Mark Bloch
2
-0
/
+6
2023-06-11
IB/uverbs: Fix to consider event queue closing also upon non-blocking mode
Yishai Hadas
1
-7
/
+5
[next]