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
2022-11-29
RDMA/mlx4: Remove NULL check before dev_{put, hold}
zhang songyi
1
-8
/
+4
2022-11-28
RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()
Yuan Can
1
-0
/
+2
2022-11-28
RDMA: Add netdevice_tracker to ib_device_set_netdev()
Jason Gunthorpe
1
-2
/
+4
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-11-25
[infiniband] READ is "data destination", not source...
Al Viro
1
-1
/
+1
2022-11-24
RDMA/erdma: Notify the latest PI to FW for reflushing when necessary
Cheng Xu
2
-9
/
+26
2022-11-24
RDMA/erdma: Implement the lifecycle of reflushing work for each QP
Cheng Xu
3
-0
/
+28
2022-11-24
RDMA/erdma: Add a workqueue for WRs reflushing
Cheng Xu
2
-2
/
+13
2022-11-24
RDMA/erdma: Fix a typo in annotation
Cheng Xu
1
-1
/
+1
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
3
-4
/
+4
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
9
-21
/
+30
2022-11-22
RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed
Zhang Xiaoxu
1
-3
/
+3
2022-11-22
RDMA/rxe: Do not NULL deref on debugging failure path
Jason Gunthorpe
1
-1
/
+1
2022-11-22
RDMA/hns: fix memory leak in hns_roce_alloc_mr()
Zhengchao Shao
1
-2
/
+2
2022-11-22
RDMA/irdma: Initialize net_type before checking it
Mustafa Ismail
1
-0
/
+1
2022-11-22
RDMA/hfi: Decrease PCI device reference count in error path
Xiongfeng Wang
1
-0
/
+2
2022-11-21
IB/isert: use the ISCSI_LOGIN_CURRENT_STAGE macro
Maurizio Lombardi
1
-3
/
+2
2022-11-21
Merge 6.1-rc6 into driver-core-next
Greg Kroah-Hartman
9
-21
/
+30
2022-11-21
RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherent
Christoph Hellwig
2
-18
/
+5
2022-11-21
RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherent
Christoph Hellwig
1
-18
/
+3
2022-11-19
RDMA/hns: Fix incorrect sge nums calculation
Luoyouming
4
-30
/
+110
2022-11-19
RDMA/hns: Fix ext_sge num error when post send
Luoyouming
1
-2
/
+11
2022-11-19
RDMA/rxe: Fix mr->map double free
Li Zhijian
1
-7
/
+2
2022-11-19
RDMA/rxe: Remove reliable datagram support
Zhu Yanjun
1
-1
/
+0
2022-11-19
IB/hfi1: Replace 1-element array with singleton
Kees Cook
1
-11
/
+11
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
2
-4
/
+3
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
4
-6
/
+6
2022-11-17
RDMA/rtrs-srv: Remove kobject_del from rtrs_srv_destroy_once_sysfs_root_folders
Guoqing Jiang
1
-1
/
+0
2022-11-17
RDMA/rtrs-srv: Fix several issues in rtrs_srv_destroy_path_files
Guoqing Jiang
1
-3
/
+9
2022-11-17
RDMA/rtrs: Clean up rtrs_rdma_dev_pd_ops
Guoqing Jiang
2
-21
/
+4
2022-11-17
RDMA/rtrs-srv: Remove outdated comments from create_con
Guoqing Jiang
1
-6
/
+0
2022-11-17
RDMA/rtrs-clt: Correct the checking of ib_map_mr_sg
Guoqing Jiang
1
-4
/
+2
2022-11-17
RDMA/rtrs-srv: Correct the checking of ib_map_mr_sg
Guoqing Jiang
1
-1
/
+1
2022-11-17
RDMA/rtrs-srv: Refactor the handling of failure case in map_cont_bufs
Guoqing Jiang
1
-27
/
+20
2022-11-17
RDMA/rtrs-srv: Refactor rtrs_srv_rdma_cm_handler
Guoqing Jiang
1
-9
/
+8
2022-11-17
RDMA/irdma: Do not request 2-level PBLEs for CQ alloc
Mustafa Ismail
1
-10
/
+5
2022-11-17
RDMA/irdma: Fix RQ completion opcode
Mustafa Ismail
5
-45
/
+71
2022-11-17
RDMA/irdma: Fix inline for multiple SGE's
Mustafa Ismail
3
-104
/
+119
2022-11-15
RDMA/siw: Set defined status for work completion with undefined status
Bernard Metzler
1
-2
/
+2
2022-11-15
RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port
Mark Zhang
1
-1
/
+1
2022-11-15
RDMA/core: Make sure "ib_port" is valid when access sysfs node
Mark Zhang
1
-6
/
+11
2022-11-15
RDMA/restrack: Release MR restrack when delete
Mark Zhang
1
-2
/
+0
2022-11-14
RDMA/mana: Remove redefinition of basic u64 type
Leon Romanovsky
1
-3
/
+2
2022-11-11
RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
Long Li
11
-0
/
+1714
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mmap.c
Bob Pearson
1
-3
/
+3
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_icrc.c
Bob Pearson
1
-2
/
+2
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe.c
Bob Pearson
1
-2
/
+2
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_task.c
Bob Pearson
1
-3
/
+4
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.c
Bob Pearson
4
-21
/
+47
[prev]
[next]