summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
3 daysvhost: invalidate vring access on IOTLB transitionsJia Jia4-1/+61
3 daysvhost-scsi: clamp max_io_vqs module parameterDongli Zhang1-10/+33
3 daysvhost-scsi: use kvzalloc for vq array allocationDongli Zhang1-3/+3
3 daysvhost: limit outstanding IOTLB misses per virtqueueLinfeng Sun2-5/+36
3 daysvhost-vdpa: protect config_ctx from being freed under the config callbackYu Zhang1-7/+25
3 daysvhost-vdpa: don't install the eventfd_ctx_fdget() error in config_ctxYu Zhang1-8/+4
3 daysvhost/vdpa: reject VRING_NUM larger than device maxJia Jia1-7/+37
2026-08-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-4/+9
2026-08-19vhost: reject zero-size IOTLB INVALIDATExiongweimin1-0/+4
2026-08-19vhost: fix inaccurate kdoc in iotlb helpersxiongweimin1-3/+3
2026-08-19vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAYYufeng Wang1-1/+2
2026-08-07vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers1-6/+15
2026-08-03vhost-scsi: reject feature changes after endpointJia Jia1-0/+9
2026-08-03vhost-scsi: flush backend after device ioctlsJia Jia1-1/+2
2026-08-03vhost: reset the vring metadata cache on vring reconfigurationJun Yang1-0/+8
2026-08-03vhost-scsi: Validate T10 PI scatterlist countsLinfeng Sun1-0/+8
2026-08-03vhost/vdpa: reject overflowing PA map page counts on 32-bitYousef Alhouseen1-1/+8
2026-08-03vhost_iotlb: bound map allocation in add_rangeLinfeng Sun 3-15/+49
2026-07-29Revert "vhost-net: wake queue of tun/tap after ptr_ring consume"Simon Schippers1-15/+6
2026-07-21vhost-net: fix TX stall when vhost owns virtio-net headerEnrico Zanda1-3/+5
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-06-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-27/+56
2026-06-10vhost: remove unnecessary module_init/exit functionsEthan Nelson-Moore1-12/+0
2026-06-10vhost/net: complete zerocopy ubufs only onceQing Ming1-4/+11
2026-06-10vhost/vdpa: validate virtqueue index in mmap and fault pathsQihang Tang1-7/+22
2026-06-10vhost/vsock: Refuse the connection immediately when guest isn't readyDenis V. Lunev1-0/+16
2026-06-04vhost: fix vhost_get_avail_idx for a non empty ringMichael S. Tsirkin1-4/+7
2026-05-28kcov: refactor common handle ID into kcov_common_handle_idJann Horn1-1/+1
2026-05-13vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers1-6/+15
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2026-04-23vhost_net: fix sleeping with preempt-disabled in vhost_net_busy_poll()Kohei Enju1-2/+2
2026-04-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf1-0/+13
2026-02-28scsi: vhost-scsi: Report direction completion supportMike Christie1-0/+1
2026-02-28scsi: target: Use driver completion preference by defaultMike Christie1-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-25/+25
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-59/+49
2026-02-13Merge 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-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-32/+72
2025-11-30vhost: switch to arrays of feature bitsMichael S. Tsirkin5-25/+61