summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2025-10-01vdpa: support virtio_mapJason Wang1-2/+4
2025-10-01vhost: vringh: Fix copy_to_iter return value checkMichael S. Tsirkin1-3/+4
2025-10-01vhost: vringh: Modify the return value checkzhang jiao1-3/+4
2025-09-19vhost-net: flush batched before enabling notificationsJason Wang1-0/+5
2025-09-19Revert "vhost/net: Defer TX queue re-enable until after sendmsg"Michael S. Tsirkin1-21/+9
2025-09-19vhost-net: unbreak busy pollingJason Wang1-3/+4
2025-09-16vhost-scsi: fix argument order in tport allocation error messageAlok Tiwari1-1/+1
2025-08-26vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put()Nikolay Kuratov1-2/+7
2025-08-05vhost: initialize vq->nheads properlyJason Wang1-0/+1
2025-08-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-209/+461
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon1-1/+1
2025-08-01vhost/vsock: Allocate nonlinear SKBs for handling large receive buffersWill Deacon1-5/+3
2025-08-01vsock/virtio: Move SKB allocation lower-bound check to callersWill Deacon1-1/+2
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon1-1/+1
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon1-1/+1
2025-08-01vhost/vsock: Avoid allocating arbitrarily-sized SKBsWill Deacon1-2/+4
2025-08-01vhost_net: basic in_order supportJason Wang1-25/+61
2025-08-01vhost: basic in order supportJason Wang3-25/+109
2025-08-01vhost: fail early when __vhost_add_used() failsJason Wang1-0/+3
2025-08-01vhost: Reintroduce kthread API and add mode selectionCindy Lu3-18/+266
2025-08-01vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limitAlok Tiwari1-1/+1
2025-08-01vhost: Fix typosAlok Tiwari1-5/+5
2025-08-01vhost: vringh: Remove unused functionsDr. David Alan Gilbert1-75/+0
2025-08-01vhost: vringh: Remove unused iotlb functionsDr. David Alan Gilbert1-43/+0
2025-08-01vhost-scsi: Fix log flooding with target does not exist errorsMike Christie1-3/+1
2025-08-01vhost-scsi: Fix typos and formatting in comments and logsAlok Tiwari1-9/+9
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+4
2025-07-10Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...Jakub Kicinski3-23/+78
2025-07-08vhost/net: enable gso over UDP tunnel support.Paolo Abeni1-0/+8
2025-07-08vhost-net: allow configuring extended featuresPaolo Abeni3-23/+70
2025-07-03vhost-net: reduce one userspace copy when building XDP buffJason Wang1-10/+6
2025-07-03tun: remove unnecessary tun_xdp_hdr structureJason Wang1-6/+2
2025-06-20irqbypass: Require producers to pass in Linux IRQ number during registrationSean Christopherson1-2/+2
2025-06-20irqbypass: Take ownership of producer/consumer token trackingSean Christopherson1-5/+3
2025-05-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-30/+207
2025-05-27vringh: use bvec_kmap_localChristoph Hellwig1-8/+6
2025-05-27vhost: vringh: Use matching allocation type in resize_iovec()Kees Cook1-3/+2
2025-05-19vhost-scsi: log event queue write descriptorsDongli Zhang1-1/+15
2025-05-19vhost-scsi: log control queue write descriptorsDongli Zhang1-5/+42
2025-05-19vhost-scsi: log I/O queue write descriptorsDongli Zhang1-3/+116
2025-05-19vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptorsDongli Zhang1-4/+8
2025-05-19vhost: modify vhost_log_write() for broader usersDongli Zhang1-8/+20
2025-05-06vhost/net: Defer TX queue re-enable until after sendmsgJon Kohler1-9/+21
2025-04-18vhost-scsi: Fix vhost_scsi_send_status()Dongli Zhang1-7/+11
2025-04-18vhost-scsi: Fix vhost_scsi_send_bad_target()Dongli Zhang1-11/+37
2025-04-18vhost-scsi: protect vq->log_used with vq->mutexDongli Zhang1-0/+8
2025-04-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-208/+340
2025-03-01vhost: return task creation error instead of NULLKeith Busch1-1/+1
2025-02-25vhost-scsi: Reduce response iov mem useMike Christie1-22/+60
2025-02-25vhost-scsi: Allocate iov_iter used for unaligned copies when neededMike Christie1-9/+17