summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5
AgeCommit message (Expand)AuthorLines
8 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
9 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-14/+14
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-17/+19
2026-02-04vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()Cindy Lu-6/+3
2026-02-04vdpa/mlx5: reuse common function for MAC address updatesCindy Lu-60/+71
2026-02-04vdpa/mlx5: update mlx_features with driver state checkCindy Lu-2/+11
2026-01-28vhost: move vdpa group bound check to vhost_vdpaEugenio Pérez-3/+0
2025-11-27vdpa/mlx5: Fix incorrect error code reporting in query_virtqueuesAlok Tiwari-1/+1
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger-4/+2
2025-10-01vdpa: introduce map opsJason Wang-1/+1
2025-10-01vdpa: support virtio_mapJason Wang-7/+10
2025-08-01vdpa/mlx5: Fix release of uninitialized resources on error pathDragos Tatulea-4/+9
2025-08-01vdpa/mlx5: Fix needs_teardown flag calculationDragos Tatulea-1/+1
2025-02-25vdpa/mlx5: Fix oversized null mkey longer than 32bitSi-Wei Liu-2/+5
2025-02-25vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machinesKonstantin Shkolnyy-0/+3
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh-2/+2
2024-11-12vdpa/mlx5: Fix suboptimal range on iotlb iterationSi-Wei Liu-3/+1
2024-11-12vdpa/mlx5: Fix PA offset with unaligned starting iotlb mapSi-Wei Liu-3/+5
2024-11-07vdpa/mlx5: Fix error path during device addDragos Tatulea-16/+5
2024-09-25vdpa/mlx5: Postpone MR deletionDragos Tatulea-5/+64
2024-09-25vdpa/mlx5: Introduce init/destroy for MR resourcesDragos Tatulea-5/+26
2024-09-25vdpa/mlx5: Rename mr_mtx -> lockDragos Tatulea-16/+16
2024-09-25vdpa/mlx5: Extract mr members in own resource structDragos Tatulea-41/+44
2024-09-25vdpa/mlx5: Rename functionDragos Tatulea-6/+6
2024-09-25vdpa/mlx5: Delete direct MKEYs in parallelDragos Tatulea-0/+64
2024-09-25vdpa/mlx5: Create direct MKEYs in parallelDragos Tatulea-22/+98
2024-09-25vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ commandDragos Tatulea-10/+12
2024-09-25vdpa/mlx5: Small improvement for change_num_qps()Dragos Tatulea-10/+11
2024-09-25vdpa/mlx5: Keep notifiers during suspend but ignoreDragos Tatulea-2/+4
2024-09-25vdpa/mlx5: Parallelize device resumeDragos Tatulea-26/+14
2024-09-25vdpa/mlx5: Parallelize device suspendDragos Tatulea-27/+29
2024-09-25vdpa/mlx5: Use async API for vq modify commandsDragos Tatulea-48/+106
2024-09-25vdpa/mlx5: Use async API for vq query commandDragos Tatulea-25/+78
2024-09-25vdpa/mlx5: Introduce async fw command wrapperDragos Tatulea-0/+88
2024-09-25vdpa/mlx5: Introduce error logging functionDragos Tatulea-12/+17
2024-09-10vdpa/mlx5: Add the support of set mac addressCindy Lu-0/+28
2024-09-10vdpa/mlx5: Fix invalid mr resource destroyDragos Tatulea-0/+3
2024-07-09vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()Dragos Tatulea-0/+3
2024-07-09vdpa/mlx5: Don't reset VQs more than necessaryDragos Tatulea-3/+27
2024-07-09vdpa/mlx5: Re-create HW VQs under certain conditionsDragos Tatulea-0/+16
2024-07-09vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add timeDragos Tatulea-5/+32
2024-07-09vdpa/mlx5: Use suspend/resume during VQP changeDragos Tatulea-3/+11
2024-07-09vdpa/mlx5: Forward error in suspend/resume deviceDragos Tatulea-4/+8
2024-07-09vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()Dragos Tatulea-12/+6
2024-07-09vdpa/mlx5: Add error code for suspend/resume VQDragos Tatulea-23/+54
2024-07-09vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()Dragos Tatulea-2/+22
2024-07-09vdpa/mlx5: Allow creation of blank VQsDragos Tatulea-30/+55
2024-07-09vdpa/mlx5: Set mkey modified flags on all VQsDragos Tatulea-1/+1
2024-07-09vdpa/mlx5: Start off rqt_size with max VQPsDragos Tatulea-5/+5