summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
8 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
12 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-06-10vhost: remove unnecessary module_init/exit functionsEthan Nelson-Moore
2026-06-10vhost/net: complete zerocopy ubufs only onceQing Ming
2026-06-10vhost/vdpa: validate virtqueue index in mmap and fault pathsQihang Tang
2026-06-10vhost/vsock: Refuse the connection immediately when guest isn't readyDenis V. Lunev
2026-06-04vhost: fix vhost_get_avail_idx for a non empty ringMichael S. Tsirkin
2026-05-28kcov: refactor common handle ID into kcov_common_handle_idJann Horn
2026-05-13vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-23vhost_net: fix sleeping with preempt-disabled in vhost_net_busy_poll()Kohei Enju
2026-04-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf
2026-02-28scsi: vhost-scsi: Report direction completion supportMike Christie
2026-02-28scsi: target: Use driver completion preference by defaultMike Christie
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-02-04vhost: fix caching attributes of MMIO regions by setting them explicitlyKommula Shiva Shankar
2026-01-28vhost: forbid change vq groups ASID if DRIVER_OK is setEugenio Pérez
2026-01-28vhost: move vdpa group bound check to vhost_vdpaEugenio Pérez
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman
2026-01-27vsock: add netns to vsock coreBobby Eshleman
2025-12-26vhost: use "checked" versions of get_user() and put_user()Jon Kohler
2025-12-24vhost/vsock: improve RCU read sections around vhost_vsock_get()Stefano Garzarella
2025-12-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-11-30vhost: switch to arrays of feature bitsMichael S. Tsirkin
2025-11-27vhost/test: add test specific macro for featuresMichael S. Tsirkin
2025-11-27virtio: clean up features qword/dword termsMichael S. Tsirkin
2025-11-27vhost: Fix kthread worker cgroup failure handlingMike Christie
2025-11-26vhost: rewind next_avail_head while discarding descriptorsJason Wang
2025-10-01vdpa: support virtio_mapJason Wang
2025-10-01vhost: vringh: Fix copy_to_iter return value checkMichael S. Tsirkin
2025-10-01vhost: vringh: Modify the return value checkzhang jiao
2025-09-19vhost-net: flush batched before enabling notificationsJason Wang
2025-09-19Revert "vhost/net: Defer TX queue re-enable until after sendmsg"Michael S. Tsirkin
2025-09-19vhost-net: unbreak busy pollingJason Wang
2025-09-15vhost-scsi: fix argument order in tport allocation error messageAlok Tiwari
2025-08-26vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put()Nikolay Kuratov
2025-08-05vhost: initialize vq->nheads properlyJason Wang
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vhost/vsock: Allocate nonlinear SKBs for handling large receive buffersWill Deacon
2025-08-01vsock/virtio: Move SKB allocation lower-bound check to callersWill Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vhost/vsock: Avoid allocating arbitrarily-sized SKBsWill Deacon