index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
mlx5
/
core
/
mr.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-3
/
+52
2024-09-25
vdpa/mlx5: Introduce init/destroy for MR resources
Dragos Tatulea
1
-0
/
+17
2024-09-25
vdpa/mlx5: Rename mr_mtx -> lock
Dragos Tatulea
1
-10
/
+10
2024-09-25
vdpa/mlx5: Extract mr members in own resource struct
Dragos Tatulea
1
-15
/
+15
2024-09-25
vdpa/mlx5: Rename function
Dragos Tatulea
1
-1
/
+1
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-10
vdpa/mlx5: Fix invalid mr resource destroy
Dragos Tatulea
1
-0
/
+3
2024-01-10
vdpa/mlx5: Add mkey leak detection
Dragos Tatulea
1
-0
/
+23
2024-01-10
vdpa/mlx5: Introduce reference counting to mrs
Dragos Tatulea
1
-16
/
+34
2023-11-01
vdpa/mlx5: implement .reset_map driver op
Si-Wei Liu
1
-0
/
+17
2023-11-01
vdpa/mlx5: Update cvq iotlb mapping on ASID change
Dragos Tatulea
1
-0
/
+26
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
1
-5
/
+9
2023-11-01
vdpa/mlx5: Improve mr update flow
Dragos Tatulea
1
-40
/
+47
2023-11-01
vdpa/mlx5: Move mr mutex out of mr struct
Dragos Tatulea
1
-6
/
+7
2023-11-01
vdpa/mlx5: Allow creation/deletion of any given mr struct
Dragos Tatulea
1
-29
/
+24
2023-11-01
vdpa/mlx5: Rename mr destroy functions
Dragos Tatulea
1
-3
/
+3
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
1
-37
/
+20
2023-11-01
vdpa/mlx5: Create helper function for dma mappings
Dragos Tatulea
1
-0
/
+5
2023-08-10
vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary
Eugenio Pérez
1
-1
/
+1
2023-08-10
vdpa/mlx5: Fix mr->initialized semantics
Dragos Tatulea
1
-27
/
+70
2023-02-20
vdpa/mlx5: Don't clear mr struct on destroy MR
Eli Cohen
1
-1
/
+0
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
1
-18
/
+26
2021-10-19
RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
Aharon Landau
1
-4
/
+4
2021-09-05
vdpa/mlx5: Add support for control VQ and MAC setting
Eli Cohen
1
-20
/
+61
2021-08-11
vdpa/mlx5: Avoid destroying MR on empty iotlb
Eli Cohen
1
-9
/
+0
2021-07-03
vdpa/mlx5: Add support for running with virtio_vdpa
Eli Cohen
1
-14
/
+72
2021-07-03
vdp/mlx5: Fix setting the correct dma_device
Eli Cohen
1
-7
/
+2
2021-04-22
vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails
Eli Cohen
1
-1
/
+3
2021-04-09
vdpa/mlx5: Use the correct dma device when registering memory
Eli Cohen
1
-2
/
+7
2021-01-20
vdpa/mlx5: Fix memory key MTT population
Eli Cohen
1
-16
/
+12
2020-10-30
vdpa/mlx5: Fix error return in map_direct_mr()
Jing Xiangfeng
1
-3
/
+2
2020-08-10
vdpa/mlx5: Fix uninitialised variable in core/mr.c
Alex Dewar
1
-1
/
+3
2020-08-05
vdpa/mlx5: Add VDPA driver for supported mlx5 devices
Eli Cohen
1
-1
/
+1
2020-08-05
vdpa/mlx5: Add shared memory registration code
Eli Cohen
1
-0
/
+484