index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
vhost: vringh: Modify the return value check
zhang jiao
1
-3
/
+4
2025-10-15
vhost: vringh: Fix copy_to_iter return value check
Michael S. Tsirkin
1
-3
/
+4
2025-09-19
vhost-net: flush batched before enabling notifications
Jason Wang
1
-0
/
+5
2025-09-19
Revert "vhost/net: Defer TX queue re-enable until after sendmsg"
Michael S. Tsirkin
1
-21
/
+9
2025-09-19
vhost-net: unbreak busy polling
Jason Wang
1
-3
/
+4
2025-09-15
vhost-scsi: fix argument order in tport allocation error message
Alok Tiwari
1
-1
/
+1
2025-08-26
vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put()
Nikolay Kuratov
1
-2
/
+7
2025-08-05
vhost: initialize vq->nheads properly
Jason Wang
1
-0
/
+1
2025-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
7
-209
/
+461
2025-08-01
vsock/virtio: Rename virtio_vsock_skb_rx_put()
Will Deacon
1
-1
/
+1
2025-08-01
vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers
Will Deacon
1
-5
/
+3
2025-08-01
vsock/virtio: Move SKB allocation lower-bound check to callers
Will Deacon
1
-1
/
+2
2025-08-01
vsock/virtio: Rename virtio_vsock_alloc_skb()
Will Deacon
1
-1
/
+1
2025-08-01
vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()
Will Deacon
1
-1
/
+1
2025-08-01
vhost/vsock: Avoid allocating arbitrarily-sized SKBs
Will Deacon
1
-2
/
+4
2025-08-01
vhost_net: basic in_order support
Jason Wang
1
-25
/
+61
2025-08-01
vhost: basic in order support
Jason Wang
3
-25
/
+109
2025-08-01
vhost: fail early when __vhost_add_used() fails
Jason Wang
1
-0
/
+3
2025-08-01
vhost: Reintroduce kthread API and add mode selection
Cindy Lu
3
-18
/
+266
2025-08-01
vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limit
Alok Tiwari
1
-1
/
+1
2025-08-01
vhost: Fix typos
Alok Tiwari
1
-5
/
+5
2025-08-01
vhost: vringh: Remove unused functions
Dr. David Alan Gilbert
1
-75
/
+0
2025-08-01
vhost: vringh: Remove unused iotlb functions
Dr. David Alan Gilbert
1
-43
/
+0
2025-08-01
vhost-scsi: Fix log flooding with target does not exist errors
Mike Christie
1
-3
/
+1
2025-08-01
vhost-scsi: Fix typos and formatting in comments and logs
Alok Tiwari
1
-9
/
+9
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+4
2025-07-10
Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linux-devel
Jakub Kicinski
3
-23
/
+78
2025-07-08
vhost/net: enable gso over UDP tunnel support.
Paolo Abeni
1
-0
/
+8
2025-07-08
vhost-net: allow configuring extended features
Paolo Abeni
3
-23
/
+70
2025-07-02
vhost-net: reduce one userspace copy when building XDP buff
Jason Wang
1
-10
/
+6
2025-07-02
tun: remove unnecessary tun_xdp_hdr structure
Jason Wang
1
-6
/
+2
2025-06-20
irqbypass: Require producers to pass in Linux IRQ number during registration
Sean Christopherson
1
-2
/
+2
2025-06-20
irqbypass: Take ownership of producer/consumer token tracking
Sean Christopherson
1
-5
/
+3
2025-05-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-30
/
+207
2025-05-27
vringh: use bvec_kmap_local
Christoph Hellwig
1
-8
/
+6
2025-05-27
vhost: vringh: Use matching allocation type in resize_iovec()
Kees Cook
1
-3
/
+2
2025-05-18
vhost-scsi: log event queue write descriptors
Dongli Zhang
1
-1
/
+15
2025-05-18
vhost-scsi: log control queue write descriptors
Dongli Zhang
1
-5
/
+42
2025-05-18
vhost-scsi: log I/O queue write descriptors
Dongli Zhang
1
-3
/
+116
2025-05-18
vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
Dongli Zhang
1
-4
/
+8
2025-05-18
vhost: modify vhost_log_write() for broader users
Dongli Zhang
1
-8
/
+20
2025-05-05
vhost/net: Defer TX queue re-enable until after sendmsg
Jon Kohler
1
-9
/
+21
2025-04-18
vhost-scsi: Fix vhost_scsi_send_status()
Dongli Zhang
1
-7
/
+11
2025-04-18
vhost-scsi: Fix vhost_scsi_send_bad_target()
Dongli Zhang
1
-11
/
+37
2025-04-18
vhost-scsi: protect vq->log_used with vq->mutex
Dongli Zhang
1
-0
/
+8
2025-04-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-208
/
+340
2025-03-01
vhost: return task creation error instead of NULL
Keith Busch
1
-1
/
+1
2025-02-25
vhost-scsi: Reduce response iov mem use
Mike Christie
1
-22
/
+60
2025-02-25
vhost-scsi: Allocate iov_iter used for unaligned copies when needed
Mike Christie
1
-9
/
+17
2025-02-25
vhost-scsi: Stop duplicating se_cmd fields
Mike Christie
1
-59
/
+36
[next]