index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
vhost: use kzalloc() instead of kmalloc() followed by memset()
Prathu Baronia
1
-3
/
+2
2023-11-28
vhost-vdpa: fix use after free in vhost_vdpa_probe()
Dan Carpenter
1
-1
/
+0
2023-11-20
virtio/vsock: replace virtio_vsock_pkt with sk_buff
Bobby Eshleman
1
-125
/
+89
2023-11-02
vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
Eric Auger
1
-3
/
+1
2023-10-10
vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()
Stefano Garzarella
1
-1
/
+11
2023-06-28
vhost_net: revert upend_idx only on retriable error
Andrey Smetanin
1
-3
/
+8
2023-06-28
vhost_vdpa: tell vqs about the negotiated
Shannon Nelson
1
-0
/
+13
2023-06-14
vhost_vdpa: support PACKED when setting-getting vring_base
Shannon Nelson
1
-4
/
+17
2023-06-14
vhost: support PACKED when setting-getting vring_base
Shannon Nelson
2
-7
/
+19
2023-05-11
vhost_vdpa: fix unmap process in no-batch mode
Cindy Lu
1
-7
/
+1
2023-03-22
vhost-vdpa: free iommu domain after last use during cleanup
Gautam Dawar
1
-1
/
+2
2023-02-09
vhost-scsi: unbreak any layout for response
Jason Wang
1
-4
/
+17
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
5
-15
/
+15
2023-02-09
fix 'direction' argument of iov_iter_{init,bvec}()
Al Viro
2
-5
/
+5
2023-02-09
vhost/net: Clear the pending messages when the backend is removed
Eric Auger
3
-1
/
+6
2023-01-12
vhost_vdpa: fix the crash in unmap a large memory
Cindy Lu
1
-20
/
+26
2023-01-12
vhost-vdpa: fix an iotlb memory leak
Stefano Garzarella
1
-4
/
+8
2023-01-12
vhost: fix range used in translate_desc()
Stefano Garzarella
1
-2
/
+2
2023-01-12
vringh: fix range used in iotlb_translate()
Stefano Garzarella
1
-3
/
+2
2023-01-12
vhost/vsock: Fix error handling in vhost_vsock_init()
Yuan Can
1
-1
/
+8
2022-10-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2022-10-07
vhost: add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-09-29
vhost/vsock: Use kvmalloc/kvfree for larger packets.
Junichi Uekawa
1
-1
/
+1
2022-09-28
vhost/net: use struct ubuf_info_msgzc
Pavel Begunkov
1
-7
/
+8
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-48
/
+153
2022-08-11
vhost-vdpa: uAPI to suspend the device
Eugenio Pérez
1
-0
/
+19
2022-08-11
vhost-vdpa: introduce SUSPEND backend feature bit
Eugenio Pérez
1
-1
/
+15
2022-08-11
vhost-vdpa: Call ida_simple_remove() when failed
Bo Liu
1
-0
/
+1
2022-08-11
vhost scsi: Allow user to control num virtqueues
Mike Christie
1
-24
/
+61
2022-08-11
vhost-scsi: Fix max number of virtqueues
Mike Christie
1
-1
/
+1
2022-08-11
vdpa: Use device_iommu_capable()
Robin Murphy
1
-1
/
+1
2022-08-11
vringh: iterate on iotlb_translate to handle large translations
Stefano Garzarella
1
-22
/
+56
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-3
/
+1
2022-06-27
vhost-vdpa: call vhost_vdpa_cleanup during the release
Stefano Garzarella
1
-1
/
+1
2022-06-09
vdpa: make get_vq_group and set_group_asid optional
Jason Wang
1
-0
/
+2
2022-06-08
vringh: Fix loop descriptors check in the indirect cases
Xie Yongji
1
-2
/
+8
2022-05-31
vhost: rename vhost_work_dev_flush
Mike Christie
6
-11
/
+11
2022-05-31
vhost-test: drop flush after vhost_dev_cleanup
Mike Christie
1
-3
/
+0
2022-05-31
vhost-scsi: drop flush after vhost_dev_cleanup
Mike Christie
1
-2
/
+0
2022-05-31
vhost_vsock: simplify vhost_vsock_flush()
Andrey Ryabinin
1
-5
/
+0
2022-05-31
vhost_test: remove vhost_test_flush_vq()
Andrey Ryabinin
1
-8
/
+3
2022-05-31
vhost_net: get rid of vhost_net_flush_vq() and extra flush calls
Andrey Ryabinin
1
-9
/
+2
2022-05-31
vhost: flush dev once during vhost_dev_stop
Mike Christie
1
-3
/
+3
2022-05-31
vhost: get rid of vhost_poll_flush() wrapper
Andrey Ryabinin
5
-15
/
+6
2022-05-31
vhost-vdpa: return -EFAULT on copy_to_user() failure
Dan Carpenter
1
-3
/
+5
2022-05-31
vhost-vdpa: support ASID based IOTLB API
Gautam Dawar
2
-20
/
+93
2022-05-31
vhost-vdpa: introduce uAPI to set group ASID
Gautam Dawar
1
-0
/
+8
2022-05-31
vhost-vdpa: uAPI to get virtqueue group id
Gautam Dawar
1
-0
/
+8
2022-05-31
vhost-vdpa: introduce uAPI to get the number of address spaces
Gautam Dawar
1
-0
/
+3
[next]