summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
9 daysvhost/vsock: improve RCU read sections around vhost_vsock_get()Stefano Garzarella1-4/+11
2025-10-15vhost: vringh: Modify the return value checkzhang jiao1-3/+4
2025-10-15vhost: vringh: Fix copy_to_iter return value checkMichael S. Tsirkin1-3/+4
2025-09-04vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put()Nikolay Kuratov1-2/+7
2025-08-28vhost/vsock: Avoid allocating arbitrarily-sized SKBsWill Deacon1-2/+4
2025-08-28vhost: fail early when __vhost_add_used() failsJason Wang1-0/+3
2025-08-15vhost-scsi: Fix log flooding with target does not exist errorsMike Christie1-3/+1
2025-06-04vhost-scsi: Return queue full for page alloc failures during copyMike Christie1-6/+9
2025-06-04vhost-scsi: protect vq->log_used with vq->mutexDongli Zhang1-0/+8
2025-04-10vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpointMike Christie1-12/+13
2024-10-10vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()Haoran Zhang1-12/+15
2024-10-04vhost_vdpa: assign irq bypass producer token correctlyJason Wang1-3/+13
2024-08-14vhost-vdpa: switch to use vmf_insert_pfn() in the fault handlerJason Wang1-7/+1
2024-08-03vhost/vsock: always initialize seqpacket_allowMichael S. Tsirkin1-2/+2
2024-07-11vhost-scsi: Handle vhost_vq_work_queue failures for eventsMike Christie1-5/+12
2024-07-11vhost_task: Handle SIGKILL by flushing work and exitingMike Christie2-4/+52
2024-07-11vhost: Release worker mutex during flushesMike Christie1-14/+30
2024-07-11vhost: Use virtqueue mutex for swapping workerMike Christie1-6/+12
2024-04-17vhost: Add smp_rmb() in vhost_enable_notify()Gavin Shan1-1/+11
2024-04-17vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan1-1/+11
2024-01-26virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov1-0/+1
2023-11-28vhost-vdpa: fix use after free in vhost_vdpa_probe()Dan Carpenter1-1/+0
2023-10-18vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEEric Auger1-3/+1
2023-10-04vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()Stefano Garzarella1-1/+11
2023-09-04vdpa: add get_backend_features vdpa operationEugenio Pérez1-0/+12
2023-09-04vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend featureEugenio Pérez1-1/+2
2023-08-10vhost-scsi: Rename vhost_scsi_iov_to_sglMike Christie1-6/+7
2023-08-10vhost-scsi: Fix alignment handling with windowsMike Christie1-25/+161
2023-07-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-109/+449
2023-07-03vhost: Make parameter name match of vhost_get_vq_desc()Xianting Tian1-1/+1
2023-07-03vhost: Allow worker switching while work is queueingMike Christie2-43/+114
2023-07-03vhost_scsi: add support for worker ioctlsMike Christie1-0/+8
2023-07-03vhost: allow userspace to create workersMike Christie2-1/+144
2023-07-03vhost: replace single worker pointer with xarrayMike Christie2-17/+50
2023-07-03vhost: add helper to parse userspace vring state/fileMike Christie1-7/+22
2023-07-03vhost: remove vhost_work_queueMike Christie2-9/+2
2023-07-03vhost_scsi: flush IO vqs then send TMF rspMike Christie1-3/+18
2023-07-03vhost_scsi: convert to vhost_vq_work_queueMike Christie1-9/+9
2023-07-03vhost_scsi: make SCSI cmd completion per vqMike Christie1-30/+26
2023-07-03vhost_sock: convert to vhost_vq_work_queueMike Christie1-2/+2
2023-07-03vhost: convert poll work to be vq basedMike Christie3-6/+12
2023-07-03vhost: take worker or vq for flushingMike Christie2-2/+14
2023-07-03vhost: take worker or vq instead of dev for queueingMike Christie2-16/+29
2023-07-03vhost, vhost_net: add helper to check if vq has workMike Christie3-5/+5
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueMike Christie2-7/+15
2023-07-03vhost: dynamically allocate vhost_workerMike Christie2-25/+45
2023-07-03vhost: create worker at end of vhost_dev_set_ownerMike Christie1-6/+13
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09vhost_vdpa: support PACKED when setting-getting vring_baseShannon Nelson1-4/+17