index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
vhost: invalidate vring access on IOTLB transitions
Jia Jia
4
-1
/
+61
3 days
vhost-scsi: clamp max_io_vqs module parameter
Dongli Zhang
1
-10
/
+33
3 days
vhost-scsi: use kvzalloc for vq array allocation
Dongli Zhang
1
-3
/
+3
3 days
vhost: limit outstanding IOTLB misses per virtqueue
Linfeng Sun
2
-5
/
+36
3 days
vhost-vdpa: protect config_ctx from being freed under the config callback
Yu Zhang
1
-7
/
+25
3 days
vhost-vdpa: don't install the eventfd_ctx_fdget() error in config_ctx
Yu Zhang
1
-8
/
+4
3 days
vhost/vdpa: reject VRING_NUM larger than device max
Jia Jia
1
-7
/
+37
2026-08-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-4
/
+9
2026-08-19
vhost: reject zero-size IOTLB INVALIDATE
xiongweimin
1
-0
/
+4
2026-08-19
vhost: fix inaccurate kdoc in iotlb helpers
xiongweimin
1
-3
/
+3
2026-08-19
vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAY
Yufeng Wang
1
-1
/
+2
2026-08-07
vhost-net: wake queue of tun/tap after ptr_ring consume
Simon Schippers
1
-6
/
+15
2026-08-03
vhost-scsi: reject feature changes after endpoint
Jia Jia
1
-0
/
+9
2026-08-03
vhost-scsi: flush backend after device ioctls
Jia Jia
1
-1
/
+2
2026-08-03
vhost: reset the vring metadata cache on vring reconfiguration
Jun Yang
1
-0
/
+8
2026-08-03
vhost-scsi: Validate T10 PI scatterlist counts
Linfeng Sun
1
-0
/
+8
2026-08-03
vhost/vdpa: reject overflowing PA map page counts on 32-bit
Yousef Alhouseen
1
-1
/
+8
2026-08-03
vhost_iotlb: bound map allocation in add_range
Linfeng Sun
3
-15
/
+49
2026-07-29
Revert "vhost-net: wake queue of tun/tap after ptr_ring consume"
Simon Schippers
1
-15
/
+6
2026-07-21
vhost-net: fix TX stall when vhost owns virtio-net header
Enrico Zanda
1
-3
/
+5
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2026-06-17
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-27
/
+56
2026-06-10
vhost: remove unnecessary module_init/exit functions
Ethan Nelson-Moore
1
-12
/
+0
2026-06-10
vhost/net: complete zerocopy ubufs only once
Qing Ming
1
-4
/
+11
2026-06-10
vhost/vdpa: validate virtqueue index in mmap and fault paths
Qihang Tang
1
-7
/
+22
2026-06-10
vhost/vsock: Refuse the connection immediately when guest isn't ready
Denis V. Lunev
1
-0
/
+16
2026-06-04
vhost: fix vhost_get_avail_idx for a non empty ring
Michael S. Tsirkin
1
-4
/
+7
2026-05-28
kcov: refactor common handle ID into kcov_common_handle_id
Jann Horn
1
-1
/
+1
2026-05-13
vhost-net: wake queue of tun/tap after ptr_ring consume
Simon Schippers
1
-6
/
+15
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+2
2026-04-23
vhost_net: fix sleeping with preempt-disabled in vhost_net_busy_poll()
Kohei Enju
1
-2
/
+2
2026-04-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+2
2026-03-12
vsock: add G2H fallback for CIDs not owned by H2G transport
Alexander Graf
1
-0
/
+13
2026-02-28
scsi: vhost-scsi: Report direction completion support
Mike Christie
1
-0
/
+1
2026-02-28
scsi: target: Use driver completion preference by default
Mike Christie
1
-0
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-4
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-8
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
7
-25
/
+25
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
8
-59
/
+49
2026-02-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-5
/
+8
2026-02-04
vhost: fix caching attributes of MMIO regions by setting them explicitly
Kommula Shiva Shankar
1
-0
/
+1
2026-01-28
vhost: forbid change vq groups ASID if DRIVER_OK is set
Eugenio Pérez
1
-0
/
+2
2026-01-28
vhost: move vdpa group bound check to vhost_vdpa
Eugenio Pérez
1
-1
/
+1
2026-01-27
vsock: add netns support to virtio transports
Bobby Eshleman
1
-11
/
+27
2026-01-27
vsock: add netns to vsock core
Bobby Eshleman
1
-2
/
+4
2025-12-26
vhost: use "checked" versions of get_user() and put_user()
Jon Kohler
1
-4
/
+4
2025-12-24
vhost/vsock: improve RCU read sections around vhost_vsock_get()
Stefano Garzarella
1
-4
/
+11
2025-12-04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
6
-32
/
+72
2025-11-30
vhost: switch to arrays of feature bits
Michael S. Tsirkin
5
-25
/
+61
[next]