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