index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vhost
/
vhost.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost: move smp_rmb() into vhost_get_avail_idx()
Michael S. Tsirkin
2024-07-09
1
-63
/
+42
*
vhost_task: Handle SIGKILL by flushing work and exiting
Mike Christie
2024-05-22
1
-4
/
+50
*
vhost: Release worker mutex during flushes
Mike Christie
2024-05-22
1
-14
/
+30
*
vhost: Use virtqueue mutex for swapping worker
Mike Christie
2024-05-22
1
-6
/
+12
*
vhost: Remove vhost_vq_flush
Mike Christie
2024-05-22
1
-12
/
+0
*
vhost: correct misleading printing information
Xianting Tian
2024-04-08
1
-1
/
+1
*
vhost: Add smp_rmb() in vhost_enable_notify()
Gavin Shan
2024-04-08
1
-1
/
+11
*
vhost: Add smp_rmb() in vhost_vq_avail_empty()
Gavin Shan
2024-04-08
1
-1
/
+11
*
eventfd: simplify eventfd_signal()
Christian Brauner
2023-11-28
1
-5
/
+5
*
vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
Eric Auger
2023-10-18
1
-3
/
+1
*
vhost: Allow worker switching while work is queueing
Mike Christie
2023-07-03
1
-42
/
+111
*
vhost: allow userspace to create workers
Mike Christie
2023-07-03
1
-1
/
+141
*
vhost: replace single worker pointer with xarray
Mike Christie
2023-07-03
1
-16
/
+48
*
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
1
-6
/
+0
*
vhost: convert poll work to be vq based
Mike Christie
2023-07-03
1
-3
/
+5
*
vhost: take worker or vq for flushing
Mike Christie
2023-07-03
1
-2
/
+13
*
vhost: take worker or vq instead of dev for queueing
Mike Christie
2023-07-03
1
-16
/
+28
*
vhost, vhost_net: add helper to check if vq has work
Mike Christie
2023-07-03
1
-3
/
+3
*
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
2023-07-03
1
-7
/
+14
*
vhost: dynamically allocate vhost_worker
Mike Christie
2023-07-03
1
-23
/
+43
*
vhost: create worker at end of vhost_dev_set_owner
Mike Christie
2023-07-03
1
-6
/
+13
*
vhost: support PACKED when setting-getting vring_base
Shannon Nelson
2023-06-09
1
-5
/
+13
*
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
1
-33
/
+17
*
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
|
\
|
*
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-28
1
-4
/
+2
|
\
\
|
*
|
vhost: use struct_size and size_add to compute flex array sizes
Jacob Keller
2023-04-21
1
-4
/
+2
|
|
/
*
|
Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-24
1
-64
/
+60
|
\
\
|
*
|
vhost: use vhost_tasks for worker threads
Mike Christie
2023-03-23
1
-47
/
+13
|
*
|
vhost: move worker thread fields to new struct
Mike Christie
2023-03-23
1
-34
/
+64
|
|
/
*
/
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
2023-03-30
1
-1
/
+1
|
/
*
vhost: remove unused paramete
Liming Wu
2023-02-21
1
-1
/
+1
*
vhost/net: Clear the pending messages when the backend is removed
Eric Auger
2023-01-27
1
-1
/
+2
*
vhost: fix range used in translate_desc()
Stefano Garzarella
2022-12-28
1
-2
/
+2
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-3
/
+3
*
[vhost] fix 'direction' argument of iov_iter_{init,bvec}()
Al Viro
2022-11-25
1
-3
/
+3
*
vhost: rename vhost_work_dev_flush
Mike Christie
2022-05-31
1
-5
/
+5
*
vhost: flush dev once during vhost_dev_stop
Mike Christie
2022-05-31
1
-3
/
+3
*
vhost: get rid of vhost_poll_flush() wrapper
Andrey Ryabinin
2022-05-31
1
-10
/
+2
*
vhost-vdpa: support ASID based IOTLB API
Gautam Dawar
2022-05-31
1
-1
/
+1
*
vhost: support ASID in IOTLB API
Gautam Dawar
2022-05-31
1
-5
/
+18
*
vhost: cache avail index in vhost_enable_notify()
Stefano Garzarella
2022-03-28
1
-1
/
+2
*
vhost: allow batching hint without size
Jason Wang
2022-03-10
1
-1
/
+3
*
vhost: remove avail_event arg from vhost_update_avail_event()
Stefano Garzarella
2022-03-06
1
-2
/
+2
*
vhost: fix hung thread due to erroneous iotlb entries
Anirudh Rayabharam
2022-03-06
1
-0
/
+5
*
vhost: Fix the calculation in vhost_overflow()
Xie Yongji
2021-08-11
1
-2
/
+8
[next]