index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
mlx5
Age
Commit message (
Expand
)
Author
Lines
8 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
9 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
9 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-14
/
+14
10 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-17
/
+19
2026-02-04
vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()
Cindy Lu
-6
/
+3
2026-02-04
vdpa/mlx5: reuse common function for MAC address updates
Cindy Lu
-60
/
+71
2026-02-04
vdpa/mlx5: update mlx_features with driver state check
Cindy Lu
-2
/
+11
2026-01-28
vhost: move vdpa group bound check to vhost_vdpa
Eugenio Pérez
-3
/
+0
2025-11-27
vdpa/mlx5: Fix incorrect error code reporting in query_virtqueues
Alok Tiwari
-1
/
+1
2025-11-11
mlx5: Fix default values in create CQ
Akiva Goldberger
-4
/
+2
2025-10-01
vdpa: introduce map ops
Jason Wang
-1
/
+1
2025-10-01
vdpa: support virtio_map
Jason Wang
-7
/
+10
2025-08-01
vdpa/mlx5: Fix release of uninitialized resources on error path
Dragos Tatulea
-4
/
+9
2025-08-01
vdpa/mlx5: Fix needs_teardown flag calculation
Dragos Tatulea
-1
/
+1
2025-02-25
vdpa/mlx5: Fix oversized null mkey longer than 32bit
Si-Wei Liu
-2
/
+5
2025-02-25
vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines
Konstantin Shkolnyy
-0
/
+3
2024-12-23
net/mlx5: fs, add counter object to flow destination
Moshe Shemesh
-2
/
+2
2024-11-12
vdpa/mlx5: Fix suboptimal range on iotlb iteration
Si-Wei Liu
-3
/
+1
2024-11-12
vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
Si-Wei Liu
-3
/
+5
2024-11-07
vdpa/mlx5: Fix error path during device add
Dragos Tatulea
-16
/
+5
2024-09-25
vdpa/mlx5: Postpone MR deletion
Dragos Tatulea
-5
/
+64
2024-09-25
vdpa/mlx5: Introduce init/destroy for MR resources
Dragos Tatulea
-5
/
+26
2024-09-25
vdpa/mlx5: Rename mr_mtx -> lock
Dragos Tatulea
-16
/
+16
2024-09-25
vdpa/mlx5: Extract mr members in own resource struct
Dragos Tatulea
-41
/
+44
2024-09-25
vdpa/mlx5: Rename function
Dragos Tatulea
-6
/
+6
2024-09-25
vdpa/mlx5: Delete direct MKEYs in parallel
Dragos Tatulea
-0
/
+64
2024-09-25
vdpa/mlx5: Create direct MKEYs in parallel
Dragos Tatulea
-22
/
+98
2024-09-25
vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ command
Dragos Tatulea
-10
/
+12
2024-09-25
vdpa/mlx5: Small improvement for change_num_qps()
Dragos Tatulea
-10
/
+11
2024-09-25
vdpa/mlx5: Keep notifiers during suspend but ignore
Dragos Tatulea
-2
/
+4
2024-09-25
vdpa/mlx5: Parallelize device resume
Dragos Tatulea
-26
/
+14
2024-09-25
vdpa/mlx5: Parallelize device suspend
Dragos Tatulea
-27
/
+29
2024-09-25
vdpa/mlx5: Use async API for vq modify commands
Dragos Tatulea
-48
/
+106
2024-09-25
vdpa/mlx5: Use async API for vq query command
Dragos Tatulea
-25
/
+78
2024-09-25
vdpa/mlx5: Introduce async fw command wrapper
Dragos Tatulea
-0
/
+88
2024-09-25
vdpa/mlx5: Introduce error logging function
Dragos Tatulea
-12
/
+17
2024-09-10
vdpa/mlx5: Add the support of set mac address
Cindy Lu
-0
/
+28
2024-09-10
vdpa/mlx5: Fix invalid mr resource destroy
Dragos Tatulea
-0
/
+3
2024-07-09
vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()
Dragos Tatulea
-0
/
+3
2024-07-09
vdpa/mlx5: Don't reset VQs more than necessary
Dragos Tatulea
-3
/
+27
2024-07-09
vdpa/mlx5: Re-create HW VQs under certain conditions
Dragos Tatulea
-0
/
+16
2024-07-09
vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
Dragos Tatulea
-5
/
+32
2024-07-09
vdpa/mlx5: Use suspend/resume during VQP change
Dragos Tatulea
-3
/
+11
2024-07-09
vdpa/mlx5: Forward error in suspend/resume device
Dragos Tatulea
-4
/
+8
2024-07-09
vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
Dragos Tatulea
-12
/
+6
2024-07-09
vdpa/mlx5: Add error code for suspend/resume VQ
Dragos Tatulea
-23
/
+54
2024-07-09
vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
Dragos Tatulea
-2
/
+22
2024-07-09
vdpa/mlx5: Allow creation of blank VQs
Dragos Tatulea
-30
/
+55
2024-07-09
vdpa/mlx5: Set mkey modified flags on all VQs
Dragos Tatulea
-1
/
+1
2024-07-09
vdpa/mlx5: Start off rqt_size with max VQPs
Dragos Tatulea
-5
/
+5
[next]