summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-25/+25
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-59/+49
12 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-5/+8
2026-02-04vhost: fix caching attributes of MMIO regions by setting them explicitlyKommula Shiva Shankar1-0/+1
2026-01-28vhost: forbid change vq groups ASID if DRIVER_OK is setEugenio Pérez1-0/+2
2026-01-28vhost: move vdpa group bound check to vhost_vdpaEugenio Pérez1-1/+1
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman1-11/+27
2026-01-27vsock: add netns to vsock coreBobby Eshleman1-2/+4
2025-12-26vhost: use "checked" versions of get_user() and put_user()Jon Kohler1-4/+4
2025-12-24vhost/vsock: improve RCU read sections around vhost_vsock_get()Stefano Garzarella1-4/+11
2025-12-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-32/+72
2025-12-01vhost: switch to arrays of feature bitsMichael S. Tsirkin5-25/+61
2025-11-27vhost/test: add test specific macro for featuresMichael S. Tsirkin1-2/+4
2025-11-27virtio: clean up features qword/dword termsMichael S. Tsirkin1-6/+6
2025-11-27vhost: Fix kthread worker cgroup failure handlingMike Christie1-1/+3
2025-11-27vhost: rewind next_avail_head while discarding descriptorsJason Wang3-36/+103
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