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
starfive-6.6.48-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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
45
-1696
/
+1578
2022-05-24
RDMA/hfi1: Remove all traces of diagpkt support
Dennis Dalessandro
1
-23
/
+0
2022-05-24
RDMA/hfi1: Consolidate software versions
Dennis Dalessandro
2
-18
/
+1
2022-05-24
RDMA/hfi1: Remove pointless driver version
Dennis Dalessandro
2
-21
/
+0
2022-05-24
RDMA/hfi1: Fix potential integer multiplication overflow errors
Dennis Dalessandro
1
-1
/
+1
2022-05-24
RDMA/hfi1: Prevent panic when SDMA is disabled
Douglas Miller
1
-0
/
+2
2022-05-24
RDMA/hfi1: Prevent use of lock before it is initialized
Douglas Miller
1
-5
/
+7
2022-05-24
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
5
-38
/
+31
2022-05-24
IB/hf1: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-24
IB/qib: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-20
RDMA/mlx4: Avoid flush_scheduled_work() usage
Tetsuo Handa
3
-8
/
+34
2022-05-19
RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()
Daisuke Matsuda
1
-1
/
+0
2022-05-17
RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-1
/
+0
2022-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-37
/
+21
2022-05-12
RDMA/hns: Use hr_reg_read() instead of remaining roce_get_xxx()
Wenpeng Liang
4
-254
/
+104
2022-05-12
RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()
Wenpeng Liang
2
-270
/
+157
2022-05-11
RDMA/irdma: Add SW mechanism to generate completions on error
Mustafa Ismail
4
-37
/
+210
2022-05-10
net/mlx5: Lag, expose number of lag ports
Mark Bloch
4
-2
/
+4
2022-05-05
RDMA/hns: Remove the num_cqc_timer variable
Yixing Liu
4
-5
/
+3
2022-05-05
RDMA/hns: Add the detection for CMDQ status in the device initialization process
Yangyang Li
2
-0
/
+27
2022-05-05
RDMA/hns: Remove unnecessary ret variable from hns_roce_dereg_mr()
Guo Zhengkui
1
-2
/
+1
2022-05-02
RDMA/irdma: Fix possible crash due to NULL netdev in notifier
Mustafa Ismail
1
-12
/
+9
2022-05-02
RDMA/irdma: Reduce iWARP QP destroy time
Shiraz Saleem
1
-6
/
+4
2022-05-02
RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state
Tatyana Nikolova
2
-13
/
+7
2022-04-25
RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()
Aharon Landau
4
-145
/
+1
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xlt
Aharon Landau
5
-208
/
+116
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pas
Aharon Landau
5
-75
/
+164
2022-04-25
RDMA/mlx5: Move creation and free of translation tables to umr.c
Aharon Landau
3
-100
/
+116
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd access
Aharon Landau
3
-25
/
+45
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRs
Aharon Landau
3
-28
/
+34
2022-04-25
RDMA/mlx5: Introduce mlx5_umr_post_send_wait()
Aharon Landau
2
-0
/
+104
2022-04-25
RDMA/mlx5: Expose wqe posting helpers outside of wr.c
Aharon Landau
2
-111
/
+121
2022-04-25
RDMA/mlx5: Simplify get_umr_update_access_mask()
Aharon Landau
1
-10
/
+5
2022-04-25
RDMA/mlx5: Move mkey ctrl segment logic to umr.c
Aharon Landau
5
-141
/
+147
2022-04-25
RDMA/mlx5: Move umr checks to umr.h
Aharon Landau
5
-70
/
+72
2022-04-25
RDMA/mlx5: Move init and cleanup of UMR to umr.c
Aharon Landau
4
-103
/
+125
2022-04-19
RDMA/mlx5: Fix flow steering egress flow
Leon Romanovsky
1
-5
/
+0
2022-04-19
RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()
Duoming Zhou
1
-6
/
+1
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-1
/
+10
2022-04-12
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jason Gunthorpe
2
-252
/
+2
2022-04-11
RDMA/hns: Init the variable at the suitable place
Haoyue Xu
1
-1
/
+2
2022-04-11
RDMA/hns: Add judgment on the execution result of CMDQ that free vf resource
Wenpeng Liang
1
-4
/
+13
2022-04-11
RDMA/hns: Remove redundant variable "ret"
Guofeng Yue
1
-4
/
+1
2022-04-11
RDMA/hns: Remove unused function to_hns_roce_state()
Yixing Liu
2
-31
/
+0
2022-04-11
RDMA/hns: Remove unnecessary check for the sgid_attr when modifying QP
Chengchang Tang
1
-3
/
+1
2022-04-09
RDMA/mlx5: Drop crypto flow steering API
Leon Romanovsky
2
-248
/
+2
2022-04-09
RDMA/mlx5: Delete never supported IPsec flow action
Leon Romanovsky
1
-4
/
+0
2022-04-08
RDMA/hfi1: Fix use-after-free bug for mm struct
Douglas Miller
1
-0
/
+6
2022-04-08
RDMA/usnic: Refactor usnic_uiom_alloc_pd()
Robin Murphy
3
-6
/
+4
2022-04-08
RDMA/usnic: Stop using iommu_present()
Robin Murphy
3
-17
/
+5
[next]