index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
mlx5
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-15
vdpa/mlx5: Fix release of uninitialized resources on error path
Dragos Tatulea
1
-0
/
+3
2025-02-25
vdpa/mlx5: Fix oversized null mkey longer than 32bit
Si-Wei Liu
1
-2
/
+5
2024-11-12
vdpa/mlx5: Fix suboptimal range on iotlb iteration
Si-Wei Liu
1
-3
/
+1
2024-11-12
vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
Si-Wei Liu
1
-3
/
+5
2024-09-25
vdpa/mlx5: Postpone MR deletion
Dragos Tatulea
2
-3
/
+62
2024-09-25
vdpa/mlx5: Introduce init/destroy for MR resources
Dragos Tatulea
3
-3
/
+19
2024-09-25
vdpa/mlx5: Rename mr_mtx -> lock
Dragos Tatulea
3
-14
/
+14
2024-09-25
vdpa/mlx5: Extract mr members in own resource struct
Dragos Tatulea
3
-23
/
+26
2024-09-25
vdpa/mlx5: Rename function
Dragos Tatulea
2
-2
/
+2
2024-09-25
vdpa/mlx5: Delete direct MKEYs in parallel
Dragos Tatulea
1
-0
/
+64
2024-09-25
vdpa/mlx5: Create direct MKEYs in parallel
Dragos Tatulea
1
-22
/
+98
2024-09-25
vdpa/mlx5: Use async API for vq query command
Dragos Tatulea
1
-0
/
+2
2024-09-25
vdpa/mlx5: Introduce async fw command wrapper
Dragos Tatulea
2
-0
/
+88
2024-09-25
vdpa/mlx5: Introduce error logging function
Dragos Tatulea
1
-0
/
+5
2024-09-10
vdpa/mlx5: Fix invalid mr resource destroy
Dragos Tatulea
1
-0
/
+3
2024-01-10
vdpa/mlx5: Add mkey leak detection
Dragos Tatulea
2
-0
/
+25
2024-01-10
vdpa/mlx5: Introduce reference counting to mrs
Dragos Tatulea
2
-18
/
+40
2023-11-01
vdpa/mlx5: implement .reset_map driver op
Si-Wei Liu
2
-0
/
+18
2023-11-01
vdpa/mlx5: Update cvq iotlb mapping on ASID change
Dragos Tatulea
2
-0
/
+28
2023-11-01
vdpa/mlx5: Make iotlb helper functions more generic
Dragos Tatulea
1
-8
/
+11
2023-11-01
vdpa/mlx5: Introduce mr for vq descriptor
Dragos Tatulea
2
-7
/
+12
2023-11-01
vdpa/mlx5: Improve mr update flow
Dragos Tatulea
2
-48
/
+53
2023-11-01
vdpa/mlx5: Move mr mutex out of mr struct
Dragos Tatulea
3
-11
/
+12
2023-11-01
vdpa/mlx5: Allow creation/deletion of any given mr struct
Dragos Tatulea
2
-32
/
+29
2023-11-01
vdpa/mlx5: Rename mr destroy functions
Dragos Tatulea
2
-5
/
+5
2023-11-01
vdpa/mlx5: Collapse "dvq" mr add/delete functions
Dragos Tatulea
1
-11
/
+5
2023-11-01
vdpa/mlx5: Take cvq iotlb lock during refresh
Dragos Tatulea
1
-1
/
+9
2023-11-01
vdpa/mlx5: Decouple cvq iotlb handling from hw mapping code
Dragos Tatulea
2
-37
/
+23
2023-11-01
vdpa/mlx5: Create helper function for dma mappings
Dragos Tatulea
2
-0
/
+6
2023-09-03
vdpa/mlx5: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-08-10
vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary
Eugenio Pérez
2
-1
/
+2
2023-08-10
vdpa/mlx5: Fix mr->initialized semantics
Dragos Tatulea
2
-27
/
+71
2023-03-10
vdpa/mlx5: should not activate virtq object when suspended
Si-Wei Liu
1
-0
/
+1
2023-02-20
vdpa/mlx5: Initialize CVQ iotlb spinlock
Eli Cohen
1
-0
/
+1
2023-02-20
vdpa/mlx5: Don't clear mr struct on destroy MR
Eli Cohen
1
-1
/
+0
2023-02-20
vdpa/mlx5: Directly assign memory key
Eli Cohen
1
-1
/
+1
2022-12-28
RDMA/mlx5: remove variable i
Colin Ian King
1
-2
/
+0
2022-12-28
vdpa/mlx5: Avoid overwriting CVQ iotlb
Eli Cohen
2
-20
/
+29
2022-08-11
vdpa/mlx5: Support different address spaces for control and data
Eli Cohen
1
-0
/
+11
2022-05-31
vdpa/mlx5: Add support for reading descriptor statistics
Eli Cohen
1
-0
/
+2
2021-11-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2021-11-01
vdpa/mlx5: Rename control VQ workqueue to vdpa wq
Eli Cohen
1
-1
/
+1
2021-10-19
RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
Aharon Landau
3
-12
/
+12
2021-10-19
RDMA/mlx5: Remove pd from struct mlx5_core_mkey
Aharon Landau
1
-3
/
+0
2021-10-19
RDMA/mlx5: Remove size from struct mlx5_core_mkey
Aharon Landau
1
-1
/
+0
2021-10-19
RDMA/mlx5: Remove iova from struct mlx5_core_mkey
Aharon Landau
1
-1
/
+0
2021-09-05
vdpa/mlx5: Add multiqueue support
Eli Cohen
2
-0
/
+11
2021-09-05
vdpa/mlx5: Add support for control VQ and MAC setting
Eli Cohen
3
-20
/
+109
2021-09-05
vdpa/mlx5: Ensure valid indices are provided
Eli Cohen
1
-0
/
+1
2021-09-05
vdpa/mlx5: Remove redundant header file inclusion
Eli Cohen
1
-1
/
+0
[next]