index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-07-03
5
-109
/
+449
|
\
|
*
vhost: Make parameter name match of vhost_get_vq_desc()
Xianting Tian
2023-07-03
1
-1
/
+1
|
*
vhost: Allow worker switching while work is queueing
Mike Christie
2023-07-03
2
-43
/
+114
|
*
vhost_scsi: add support for worker ioctls
Mike Christie
2023-07-03
1
-0
/
+8
|
*
vhost: allow userspace to create workers
Mike Christie
2023-07-03
2
-1
/
+144
|
*
vhost: replace single worker pointer with xarray
Mike Christie
2023-07-03
2
-17
/
+50
|
*
vhost: add helper to parse userspace vring state/file
Mike Christie
2023-07-03
1
-7
/
+22
|
*
vhost: remove vhost_work_queue
Mike Christie
2023-07-03
2
-9
/
+2
|
*
vhost_scsi: flush IO vqs then send TMF rsp
Mike Christie
2023-07-03
1
-3
/
+18
|
*
vhost_scsi: convert to vhost_vq_work_queue
Mike Christie
2023-07-03
1
-9
/
+9
|
*
vhost_scsi: make SCSI cmd completion per vq
Mike Christie
2023-07-03
1
-30
/
+26
|
*
vhost_sock: convert to vhost_vq_work_queue
Mike Christie
2023-07-03
1
-2
/
+2
|
*
vhost: convert poll work to be vq based
Mike Christie
2023-07-03
3
-6
/
+12
|
*
vhost: take worker or vq for flushing
Mike Christie
2023-07-03
2
-2
/
+14
|
*
vhost: take worker or vq instead of dev for queueing
Mike Christie
2023-07-03
2
-16
/
+29
|
*
vhost, vhost_net: add helper to check if vq has work
Mike Christie
2023-07-03
3
-5
/
+5
|
*
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
2023-07-03
2
-7
/
+15
|
*
vhost: dynamically allocate vhost_worker
Mike Christie
2023-07-03
2
-25
/
+45
|
*
vhost: create worker at end of vhost_dev_set_owner
Mike Christie
2023-07-03
1
-6
/
+13
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
2023-06-09
1
-1
/
+1
*
|
vhost_vdpa: support PACKED when setting-getting vring_base
Shannon Nelson
2023-06-09
1
-4
/
+17
*
|
vhost: support PACKED when setting-getting vring_base
Shannon Nelson
2023-06-09
2
-7
/
+19
*
|
vhost: Fix worker hangs due to missed wake up calls
Mike Christie
2023-06-08
1
-0
/
+2
*
|
vhost: Fix crash during early vhost_transport_send_pkt calls
Mike Christie
2023-06-08
2
-34
/
+18
*
|
vhost_net: revert upend_idx only on retriable error
Andrey Smetanin
2023-06-08
1
-3
/
+8
*
|
vhost_vdpa: tell vqs about the negotiated
Shannon Nelson
2023-06-08
1
-0
/
+13
*
|
vhost: use kzalloc() instead of kmalloc() followed by memset()
Prathu Baronia
2023-06-07
1
-3
/
+2
*
|
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
2023-06-01
1
-17
/
+5
|
/
*
Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-28
1
-2
/
+1
|
\
|
*
Merge branch 'v6.3-rc7'
Peter Zijlstra
2023-04-21
1
-32
/
+7
|
|
\
|
*
|
vhost: Fix livepatch timeouts in vhost_worker()
Josh Poimboeuf
2023-03-22
1
-2
/
+1
*
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-04-27
4
-98
/
+245
|
\
\
\
|
*
|
|
vhost_vdpa: fix unmap process in no-batch mode
Cindy Lu
2023-04-21
1
-7
/
+1
|
*
|
|
vringh: support VA with iotlb
Stefano Garzarella
2023-04-21
1
-32
/
+139
|
*
|
|
vringh: define the stride used for translation
Stefano Garzarella
2023-04-21
1
-2
/
+4
|
*
|
|
vringh: replace kmap_atomic() with kmap_local_page()
Stefano Garzarella
2023-04-21
1
-4
/
+4
|
*
|
|
vhost-vdpa: use bind_mm/unbind_mm device callbacks
Stefano Garzarella
2023-04-21
1
-0
/
+34
|
*
|
|
vringh: fix typos in the vringh_init_* documentation
Stefano Garzarella
2023-04-21
1
-9
/
+9
|
*
|
|
vdpa: Add eventfd for the vdpa callback
Xie Yongji
2023-04-21
1
-0
/
+2
|
*
|
|
vhost-scsi: Reduce vhost_scsi_mutex use
Mike Christie
2023-04-21
1
-7
/
+9
|
*
|
|
vhost-scsi: Drop vhost_scsi_mutex use in port callouts
Mike Christie
2023-04-21
1
-12
/
+2
|
*
|
|
vhost-scsi: Check for a cleared backend before queueing an event
Mike Christie
2023-04-21
1
-0
/
+8
|
*
|
|
vhost-scsi: Drop device mutex use in vhost_scsi_do_plug
Mike Christie
2023-04-21
1
-3
/
+0
|
*
|
|
vhost-scsi: Delay releasing our refcount on the tpg
Mike Christie
2023-04-21
1
-24
/
+37
|
*
|
|
vhost: use struct_size and size_add to compute flex array sizes
Jacob Keller
2023-04-21
1
-4
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
\
\
|
*
\
\
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-04-03
1
-1
/
+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
|
|
|
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-26
1
-0
/
+1
|
\
\
\
\
[next]