index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-4
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-8
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-25
/
+25
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-59
/
+49
2026-02-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-5
/
+8
2026-02-04
vhost: fix caching attributes of MMIO regions by setting them explicitly
Kommula Shiva Shankar
-0
/
+1
2026-01-28
vhost: forbid change vq groups ASID if DRIVER_OK is set
Eugenio Pérez
-0
/
+2
2026-01-28
vhost: move vdpa group bound check to vhost_vdpa
Eugenio Pérez
-1
/
+1
2026-01-27
vsock: add netns support to virtio transports
Bobby Eshleman
-11
/
+27
2026-01-27
vsock: add netns to vsock core
Bobby Eshleman
-2
/
+4
2025-12-26
vhost: use "checked" versions of get_user() and put_user()
Jon Kohler
-4
/
+4
2025-12-24
vhost/vsock: improve RCU read sections around vhost_vsock_get()
Stefano Garzarella
-4
/
+11
2025-12-04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-32
/
+72
2025-11-30
vhost: switch to arrays of feature bits
Michael S. Tsirkin
-25
/
+61
2025-11-27
vhost/test: add test specific macro for features
Michael S. Tsirkin
-2
/
+4
2025-11-27
virtio: clean up features qword/dword terms
Michael S. Tsirkin
-6
/
+6
2025-11-27
vhost: Fix kthread worker cgroup failure handling
Mike Christie
-1
/
+3
2025-11-26
vhost: rewind next_avail_head while discarding descriptors
Jason Wang
-36
/
+103
2025-10-01
vdpa: support virtio_map
Jason Wang
-2
/
+4
2025-10-01
vhost: vringh: Fix copy_to_iter return value check
Michael S. Tsirkin
-3
/
+4
2025-10-01
vhost: vringh: Modify the return value check
zhang jiao
-3
/
+4
2025-09-19
vhost-net: flush batched before enabling notifications
Jason Wang
-0
/
+5
2025-09-19
Revert "vhost/net: Defer TX queue re-enable until after sendmsg"
Michael S. Tsirkin
-21
/
+9
2025-09-19
vhost-net: unbreak busy polling
Jason Wang
-3
/
+4
2025-09-15
vhost-scsi: fix argument order in tport allocation error message
Alok Tiwari
-1
/
+1
2025-08-26
vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put()
Nikolay Kuratov
-2
/
+7
2025-08-05
vhost: initialize vq->nheads properly
Jason Wang
-0
/
+1
2025-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-209
/
+461
2025-08-01
vsock/virtio: Rename virtio_vsock_skb_rx_put()
Will Deacon
-1
/
+1
2025-08-01
vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers
Will Deacon
-5
/
+3
2025-08-01
vsock/virtio: Move SKB allocation lower-bound check to callers
Will Deacon
-1
/
+2
2025-08-01
vsock/virtio: Rename virtio_vsock_alloc_skb()
Will Deacon
-1
/
+1
2025-08-01
vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()
Will Deacon
-1
/
+1
2025-08-01
vhost/vsock: Avoid allocating arbitrarily-sized SKBs
Will Deacon
-2
/
+4
2025-08-01
vhost_net: basic in_order support
Jason Wang
-25
/
+61
2025-08-01
vhost: basic in order support
Jason Wang
-25
/
+109
2025-08-01
vhost: fail early when __vhost_add_used() fails
Jason Wang
-0
/
+3
2025-08-01
vhost: Reintroduce kthread API and add mode selection
Cindy Lu
-18
/
+266
2025-08-01
vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limit
Alok Tiwari
-1
/
+1
2025-08-01
vhost: Fix typos
Alok Tiwari
-5
/
+5
2025-08-01
vhost: vringh: Remove unused functions
Dr. David Alan Gilbert
-75
/
+0
2025-08-01
vhost: vringh: Remove unused iotlb functions
Dr. David Alan Gilbert
-43
/
+0
2025-08-01
vhost-scsi: Fix log flooding with target does not exist errors
Mike Christie
-3
/
+1
2025-08-01
vhost-scsi: Fix typos and formatting in comments and logs
Alok Tiwari
-9
/
+9
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-6
/
+4
2025-07-10
Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...
Jakub Kicinski
-23
/
+78
2025-07-08
vhost/net: enable gso over UDP tunnel support.
Paolo Abeni
-0
/
+8
2025-07-08
vhost-net: allow configuring extended features
Paolo Abeni
-23
/
+70
2025-07-02
vhost-net: reduce one userspace copy when building XDP buff
Jason Wang
-10
/
+6
[next]