summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
42 hoursMerge branch 'linux-next' of https://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
9 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
11 daysvhost: reject zero-size IOTLB INVALIDATExiongweimin
11 daysvhost: fix inaccurate kdoc in iotlb helpersxiongweimin
11 daysvhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAYYufeng Wang
2026-08-07vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers
2026-08-03vhost: reject zero-size IOTLB INVALIDATExiongweimin
2026-08-03vhost: fix inaccurate kdoc in iotlb helpersxiongweimin
2026-08-03vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAYYufeng Wang
2026-08-03vhost/vsock: add VHOST_RESET_OWNER ioctlPavel Tikhomirov
2026-08-03vhost: synchronize with RCU readers when freeing workersAndrey Drobyshev
2026-08-03vhost/vsock: re-scan TX virtqueue on device startAndrey Drobyshev
2026-08-03vhost-scsi: reject feature changes after endpointJia Jia
2026-08-03vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pauseAndrey Drobyshev
2026-08-03vhost-scsi: flush backend after device ioctlsJia Jia
2026-08-03vhost/vsock: split out vhost_vsock_drop_backends helperPavel Tikhomirov
2026-08-03vhost: reset the vring metadata cache on vring reconfigurationJun Yang
2026-08-03virtio_balloon: prime stats vq after virtio_device_ready()Michael S. Tsirkin
2026-08-03vhost-scsi: Validate T10 PI scatterlist countsLinfeng Sun
2026-08-03vhost/vdpa: reject overflowing PA map page counts on 32-bitYousef Alhouseen
2026-08-03vhost_iotlb: bound map allocation in add_rangeLinfeng Sun 
2026-07-29Revert "vhost-net: wake queue of tun/tap after ptr_ring consume"Simon Schippers
2026-07-21vhost-net: fix TX stall when vhost owns virtio-net headerEnrico Zanda
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-17Merge 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