index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
vhost: correct misleading printing information
Xianting Tian
1
-1
/
+1
2024-04-08
vhost: Add smp_rmb() in vhost_enable_notify()
Gavin Shan
1
-1
/
+11
2024-04-08
vhost: Add smp_rmb() in vhost_vq_avail_empty()
Gavin Shan
1
-1
/
+11
2024-03-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-0
/
+17
2024-03-19
vDPA: introduce get_vq_size to vdpa_config_ops
Zhu Lingshan
1
-0
/
+8
2024-03-19
vdpa: skip suspend/resume ops if not DRIVER_OK
Steve Sistare
1
-0
/
+6
2024-03-19
vhost: Added pad cleanup if vnet_hdr is not present.
Andrew Melnychenko
1
-0
/
+3
2024-03-05
vhost/net: remove vhost_net_page_frag_refill()
Yunsheng Lin
1
-64
/
+27
2024-03-05
page_frag: unify gfp bits for order 3 page allocation
Yunsheng Lin
1
-1
/
+1
2024-01-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+23
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2024-01-10
vdpa: Block vq property changes in DRIVER_OK
Dragos Tatulea
1
-0
/
+6
2024-01-10
vdpa: Track device suspended state
Dragos Tatulea
1
-2
/
+15
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
3
-8
/
+8
2023-12-27
vhost-vdpa: account iommu allocations
Pasha Tatashin
1
-1
/
+2
2023-12-15
virtio/vsock: send credit update during setting SO_RCVLOWAT
Arseniy Krasnov
1
-0
/
+1
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
3
-8
/
+8
2023-11-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2023-11-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-5
/
+76
2023-11-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+4
2023-11-01
vhost-vdpa: fix use after free in vhost_vdpa_probe()
Dan Carpenter
1
-1
/
+0
2023-11-01
vhost-vdpa: clean iotlb map during reset for older userspace
Si-Wei Liu
1
-4
/
+16
2023-11-01
vhost-vdpa: introduce IOTLB_PERSIST backend feature bit
Si-Wei Liu
1
-0
/
+15
2023-11-01
vhost-vdpa: reset vendor specific mapping to initial state in .release
Si-Wei Liu
1
-0
/
+17
2023-11-01
vhost-scsi: Spelling s/preceeding/preceding/g
Geert Uytterhoeven
1
-1
/
+1
2023-11-01
vhost-vdpa: uAPI to get dedicated descriptor group id
Si-Wei Liu
1
-0
/
+10
2023-11-01
vhost-vdpa: introduce descriptor group backend feature
Si-Wei Liu
1
-0
/
+17
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2023-10-18
vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
Eric Auger
1
-3
/
+1
2023-10-15
vhost/vsock: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+7
2023-10-13
scsi: target: Allow userspace to request direct submissions
Mike Christie
1
-1
/
+1
2023-10-13
scsi: target: Have drivers report if they support direct submissions
Mike Christie
1
-0
/
+3
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+11
2023-10-04
vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()
Stefano Garzarella
1
-1
/
+11
2023-09-21
vsock/virtio/vhost: read data from non-linear skb
Arseniy Krasnov
1
-5
/
+9
2023-09-04
vdpa: add get_backend_features vdpa operation
Eugenio Pérez
1
-0
/
+12
2023-09-04
vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature
Eugenio Pérez
1
-1
/
+2
2023-08-10
vhost-scsi: Rename vhost_scsi_iov_to_sgl
Mike Christie
1
-6
/
+7
2023-08-10
vhost-scsi: Fix alignment handling with windows
Mike Christie
1
-25
/
+161
2023-07-04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
5
-109
/
+449
2023-07-03
vhost: Make parameter name match of vhost_get_vq_desc()
Xianting Tian
1
-1
/
+1
2023-07-03
vhost: Allow worker switching while work is queueing
Mike Christie
2
-43
/
+114
2023-07-03
vhost_scsi: add support for worker ioctls
Mike Christie
1
-0
/
+8
2023-07-03
vhost: allow userspace to create workers
Mike Christie
2
-1
/
+144
2023-07-03
vhost: replace single worker pointer with xarray
Mike Christie
2
-17
/
+50
2023-07-03
vhost: add helper to parse userspace vring state/file
Mike Christie
1
-7
/
+22
2023-07-03
vhost: remove vhost_work_queue
Mike Christie
2
-9
/
+2
2023-07-03
vhost_scsi: flush IO vqs then send TMF rsp
Mike Christie
1
-3
/
+18
2023-07-03
vhost_scsi: convert to vhost_vq_work_queue
Mike Christie
1
-9
/
+9
2023-07-03
vhost_scsi: make SCSI cmd completion per vq
Mike Christie
1
-30
/
+26
[next]