aboutsummaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)Author
2024-11-12vdpa/mlx5: Fix PA offset with unaligned starting iotlb mapSi-Wei Liu
2024-11-07vdpa/mlx5: Fix error path during device addDragos Tatulea
2024-11-06vp_vdpa: fix id_table array not null terminated errorXiaoguang Wang
2024-11-06vDPA/ifcvf: Fix pci_read_config_byte() return code handlingYuan Can
2024-11-06vdpa: solidrun: Fix UB bug with devresPhilipp Stanner
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-09-25vdpa/octeon_ep: Fix format specifier for pointers in debug messagesSrujana Challa
2024-09-25vdpa/mlx5: Postpone MR deletionDragos Tatulea
2024-09-25vdpa/mlx5: Introduce init/destroy for MR resourcesDragos Tatulea
2024-09-25vdpa/mlx5: Rename mr_mtx -> lockDragos Tatulea
2024-09-25vdpa/mlx5: Extract mr members in own resource structDragos Tatulea
2024-09-25vdpa/mlx5: Rename functionDragos Tatulea
2024-09-25vdpa/mlx5: Delete direct MKEYs in parallelDragos Tatulea
2024-09-25vdpa/mlx5: Create direct MKEYs in parallelDragos Tatulea
2024-09-25vdpa: Remove unused declarationsYue Haibing
2024-09-25vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ commandDragos Tatulea
2024-09-25vdpa/mlx5: Small improvement for change_num_qps()Dragos Tatulea
2024-09-25vdpa/mlx5: Keep notifiers during suspend but ignoreDragos Tatulea
2024-09-25vdpa/mlx5: Parallelize device resumeDragos Tatulea
2024-09-25vdpa/mlx5: Parallelize device suspendDragos Tatulea
2024-09-25vdpa/mlx5: Use async API for vq modify commandsDragos Tatulea
2024-09-25vdpa/mlx5: Use async API for vq query commandDragos Tatulea
2024-09-25vdpa/mlx5: Introduce async fw command wrapperDragos Tatulea
2024-09-25vdpa/mlx5: Introduce error logging functionDragos Tatulea
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-10vdpa/mlx5: Add the support of set mac addressCindy Lu
2024-09-10vdpa_sim_net: Add the support of set mac addressCindy Lu
2024-09-10vdpa: support set mac address from vdpa toolCindy Lu
2024-09-10vdpa/mlx5: Fix invalid mr resource destroyDragos Tatulea
2024-09-09vduse: avoid using __GFP_NOFAILJason Wang
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig
2024-09-04vdpa_sim: don't select DMA_OPSChristoph Hellwig
2024-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-17vdpa/octeon_ep: Fix error code in octep_process_mbox()Dan Carpenter
2024-07-09vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()Dragos Tatulea
2024-07-09vdpa/mlx5: Don't reset VQs more than necessaryDragos Tatulea
2024-07-09vdpa/mlx5: Re-create HW VQs under certain conditionsDragos Tatulea
2024-07-09vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add timeDragos Tatulea
2024-07-09vdpa/mlx5: Use suspend/resume during VQP changeDragos Tatulea
2024-07-09vdpa/mlx5: Forward error in suspend/resume deviceDragos Tatulea
2024-07-09vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()Dragos Tatulea
2024-07-09vdpa/mlx5: Add error code for suspend/resume VQDragos Tatulea
2024-07-09vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()Dragos Tatulea
2024-07-09vdpa/mlx5: Allow creation of blank VQsDragos Tatulea
2024-07-09vdpa/mlx5: Set mkey modified flags on all VQsDragos Tatulea
2024-07-09vdpa/mlx5: Start off rqt_size with max VQPsDragos Tatulea
2024-07-09vdpa/mlx5: Set an initial size on the VQDragos Tatulea
2024-07-09vdpa/mlx5: Add support for modifying the VQ features fieldDragos Tatulea