index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
mlx5
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-30
RDMA/mlx5: Initialize QP mutex for the debug kernels
Leon Romanovsky
1
-4
/
+1
2020-07-29
RDMA/mlx5: Allow providing extra scatter CQE QP flag
Leon Romanovsky
1
-9
/
+15
2020-07-28
RDMA/mlx5: Delete unreachable code
Leon Romanovsky
2
-9
/
+4
2020-07-27
RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr fails
Jason Gunthorpe
1
-3
/
+2
2020-07-27
Merge branch 'mlx5_uar' into rdma.git /for-next
Jason Gunthorpe
2
-29
/
+57
2020-07-27
RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7
Meir Lichtinger
2
-11
/
+42
2020-07-27
RDMA/mlx5: Use MLX5_SET macro instead of local structure
Meir Lichtinger
2
-19
/
+16
2020-07-24
RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flow
Maor Gottlieb
1
-0
/
+9
2020-07-24
RDMA/mlx5: Allow SQ modification
Maor Gottlieb
1
-10
/
+8
2020-07-21
RDMA/mlx5: Prevent prefetch from racing with implicit destruction
Jason Gunthorpe
1
-3
/
+19
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
3
-5
/
+5
2020-07-16
RDMA/mlx5: Init dest_type when create flow
Daria Velikovsky
1
-1
/
+1
2020-07-16
RDMA/mlx5: Use xa_lock_irq when access to SRQ table
Maor Gottlieb
1
-2
/
+2
2020-07-10
RDMA/mlx5: Remove unused to_mibmr function
Gal Pressman
1
-5
/
+0
2020-07-09
RDMA/mlx5: Set PD pointers for the error flow unwind
Leon Romanovsky
1
-1
/
+2
2020-07-09
IB/mlx5: Fix 50G per lane indication
Aya Levin
1
-1
/
+1
2020-07-07
RDMA/mlx5: Delete one-time used functions
Leon Romanovsky
1
-277
/
+198
2020-07-07
RDMA/mlx5: Cleanup DEVX initialization flow
Leon Romanovsky
4
-54
/
+51
2020-07-07
RDMA/mlx5: Separate flow steering logic from main.c
Leon Romanovsky
8
-2557
/
+2579
2020-07-07
RDMA/mlx5: Separate counters from main.c
Leon Romanovsky
9
-709
/
+737
2020-07-07
RDMA/mlx5: Separate restrack callbacks initialization from main.c
Leon Romanovsky
4
-77
/
+46
2020-07-07
RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver function
Leon Romanovsky
2
-13
/
+12
2020-07-07
RDMA: Move XRCD to be under ib_core responsibility
Leon Romanovsky
3
-28
/
+11
2020-07-07
RDMA/core: Create and destroy counters in the ib_core
Leon Romanovsky
1
-14
/
+6
2020-07-07
RDMA/mlx5: Introduce UAPI to query PD attributes
Yishai Hadas
4
-1
/
+50
2020-07-07
RDMA/mlx5: Implement the query ucontext functionality
Yishai Hadas
1
-0
/
+35
2020-07-07
RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() response
Yishai Hadas
1
-103
/
+93
2020-07-07
RDMA/mlx5: Get XRCD number directly for the internal use
Leon Romanovsky
4
-34
/
+23
2020-07-07
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
2
-2
/
+2
2020-07-03
RDMA/mlx5: Introduce ODP prefetch counter
Maor Gottlieb
2
-9
/
+13
2020-07-02
RDMA/mlx5: Fix legacy IPoIB QP initialization
Leon Romanovsky
1
-0
/
+4
2020-06-24
RDMA/mlx5: Add support to get MR resource in RAW format
Maor Gottlieb
3
-0
/
+10
2020-06-24
RDMA/mlx5: Add support to get CQ resource in RAW format
Maor Gottlieb
3
-0
/
+10
2020-06-24
RDMA/mlx5: Add support to get QP resource in RAW format
Maor Gottlieb
3
-0
/
+79
2020-06-23
RDMA: Add dedicated MR resource tracker function
Maor Gottlieb
3
-30
/
+8
2020-06-22
RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udata
Leon Romanovsky
1
-1
/
+1
2020-06-18
RDMA/mlx5: Fix integrity enabled QP creation
Max Gurtovoy
1
-0
/
+3
2020-06-18
RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPs
Leon Romanovsky
1
-9
/
+1
2020-06-18
RDMA/mlx5: Fix remote gid value in query QP
Maor Gottlieb
1
-2
/
+1
2020-06-18
RDMA/mlx5: Don't access ib_qp fields in internal destroy QP path
Leon Romanovsky
1
-10
/
+18
2020-06-18
RDMA/mlx5: Add missed RST2INIT and INIT2INIT steps during ECE handshake
Leon Romanovsky
1
-0
/
+8
2020-06-15
RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()
Tom Seewald
1
-1
/
+1
2020-06-15
RDMA/mlx5: Remove duplicated assignment to resp.response_length
Colin Ian King
1
-2
/
+0
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-06-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
20
-2807
/
+3186
2020-06-03
RDMA/mlx5: Return ECE DC support
Leon Romanovsky
1
-14
/
+31
2020-06-03
RDMA/mlx5: Don't rely on FW to set zeros in ECE response
Leon Romanovsky
1
-2
/
+4
2020-06-03
RDMA/mlx5: Return an error if copy_to_user fails
Leon Romanovsky
1
-6
/
+2
2020-06-03
RDMA: Remove 'max_map_per_fmr'
Jason Gunthorpe
1
-1
/
+0
2020-06-03
RDMA/mlx5: Remove FMR leftovers
Gal Pressman
1
-8
/
+0
[prev]
[next]