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
/
vhost.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-22
vhost_task: Handle SIGKILL by flushing work and exiting
Mike Christie
1
-4
/
+50
2024-05-22
vhost: Release worker mutex during flushes
Mike Christie
1
-14
/
+30
2024-05-22
vhost: Use virtqueue mutex for swapping worker
Mike Christie
1
-6
/
+12
2024-05-22
vhost: Remove vhost_vq_flush
Mike Christie
1
-12
/
+0
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
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-5
/
+5
2023-10-18
vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
Eric Auger
1
-3
/
+1
2023-07-03
vhost: Allow worker switching while work is queueing
Mike Christie
1
-42
/
+111
2023-07-03
vhost: allow userspace to create workers
Mike Christie
1
-1
/
+141
2023-07-03
vhost: replace single worker pointer with xarray
Mike Christie
1
-16
/
+48
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
1
-6
/
+0
2023-07-03
vhost: convert poll work to be vq based
Mike Christie
1
-3
/
+5
2023-07-03
vhost: take worker or vq for flushing
Mike Christie
1
-2
/
+13
2023-07-03
vhost: take worker or vq instead of dev for queueing
Mike Christie
1
-16
/
+28
2023-07-03
vhost, vhost_net: add helper to check if vq has work
Mike Christie
1
-3
/
+3
2023-07-03
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
1
-7
/
+14
2023-07-03
vhost: dynamically allocate vhost_worker
Mike Christie
1
-23
/
+43
2023-07-03
vhost: create worker at end of vhost_dev_set_owner
Mike Christie
1
-6
/
+13
2023-06-09
vhost: support PACKED when setting-getting vring_base
Shannon Nelson
1
-5
/
+13
2023-06-08
vhost: Fix worker hangs due to missed wake up calls
Mike Christie
1
-0
/
+2
2023-06-08
vhost: Fix crash during early vhost_transport_send_pkt calls
Mike Christie
1
-33
/
+17
2023-06-07
vhost: use kzalloc() instead of kmalloc() followed by memset()
Prathu Baronia
1
-3
/
+2
2023-06-02
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
1
-17
/
+5
2023-04-29
Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2023-04-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+2
2023-04-24
Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-64
/
+60
2023-04-21
vhost: use struct_size and size_add to compute flex array sizes
Jacob Keller
1
-4
/
+2
2023-03-30
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
1
-1
/
+1
2023-03-23
vhost: use vhost_tasks for worker threads
Mike Christie
1
-47
/
+13
2023-03-23
vhost: move worker thread fields to new struct
Mike Christie
1
-34
/
+64
2023-03-22
vhost: Fix livepatch timeouts in vhost_worker()
Josh Poimboeuf
1
-2
/
+1
2023-02-21
vhost: remove unused paramete
Liming Wu
1
-1
/
+1
2023-01-27
vhost/net: Clear the pending messages when the backend is removed
Eric Auger
1
-1
/
+2
2022-12-28
vhost: fix range used in translate_desc()
Stefano Garzarella
1
-2
/
+2
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2022-11-25
[vhost] fix 'direction' argument of iov_iter_{init,bvec}()
Al Viro
1
-3
/
+3
2022-05-31
vhost: rename vhost_work_dev_flush
Mike Christie
1
-5
/
+5
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
1
-10
/
+2
2022-05-31
vhost-vdpa: support ASID based IOTLB API
Gautam Dawar
1
-1
/
+1
2022-05-31
vhost: support ASID in IOTLB API
Gautam Dawar
1
-5
/
+18
2022-03-28
vhost: cache avail index in vhost_enable_notify()
Stefano Garzarella
1
-1
/
+2
2022-03-10
vhost: allow batching hint without size
Jason Wang
1
-1
/
+3
2022-03-06
vhost: remove avail_event arg from vhost_update_avail_event()
Stefano Garzarella
1
-2
/
+2
2022-03-06
vhost: fix hung thread due to erroneous iotlb entries
Anirudh Rayabharam
1
-0
/
+5
2021-08-11
vhost: Fix the calculation in vhost_overflow()
Xie Yongji
1
-2
/
+8
2021-07-03
vhost: remove work arg from vhost_work_flush
Mike Christie
1
-4
/
+4
[next]