aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-28eventfd: simplify eventfd_signal()Gravatar Christian Brauner 1-5/+5
2023-10-18vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEGravatar Eric Auger 1-3/+1
2023-07-03vhost: Allow worker switching while work is queueingGravatar Mike Christie 1-42/+111
2023-07-03vhost: allow userspace to create workersGravatar Mike Christie 1-1/+141
2023-07-03vhost: replace single worker pointer with xarrayGravatar Mike Christie 1-16/+48
2023-07-03vhost: add helper to parse userspace vring state/fileGravatar Mike Christie 1-7/+22
2023-07-03vhost: remove vhost_work_queueGravatar Mike Christie 1-6/+0
2023-07-03vhost: convert poll work to be vq basedGravatar Mike Christie 1-3/+5
2023-07-03vhost: take worker or vq for flushingGravatar Mike Christie 1-2/+13
2023-07-03vhost: take worker or vq instead of dev for queueingGravatar Mike Christie 1-16/+28
2023-07-03vhost, vhost_net: add helper to check if vq has workGravatar Mike Christie 1-3/+3
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueGravatar Mike Christie 1-7/+14
2023-07-03vhost: dynamically allocate vhost_workerGravatar Mike Christie 1-23/+43
2023-07-03vhost: create worker at end of vhost_dev_set_ownerGravatar Mike Christie 1-6/+13
2023-06-09vhost: support PACKED when setting-getting vring_baseGravatar Shannon Nelson 1-5/+13
2023-06-08vhost: Fix worker hangs due to missed wake up callsGravatar Mike Christie 1-0/+2
2023-06-08vhost: Fix crash during early vhost_transport_send_pkt callsGravatar Mike Christie 1-33/+17
2023-06-07vhost: use kzalloc() instead of kmalloc() followed by memset()Gravatar Prathu Baronia 1-3/+2
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 1-17/+5
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-4/+2
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-64/+60
2023-04-21vhost: use struct_size and size_add to compute flex array sizesGravatar Jacob Keller 1-4/+2
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2023-03-23vhost: use vhost_tasks for worker threadsGravatar Mike Christie 1-47/+13
2023-03-23vhost: move worker thread fields to new structGravatar Mike Christie 1-34/+64
2023-03-22vhost: Fix livepatch timeouts in vhost_worker()Gravatar Josh Poimboeuf 1-2/+1
2023-02-20vhost: remove unused parameteGravatar Liming Wu 1-1/+1
2023-01-27vhost/net: Clear the pending messages when the backend is removedGravatar Eric Auger 1-1/+2
2022-12-28vhost: fix range used in translate_desc()Gravatar Stefano Garzarella 1-2/+2
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-3/+3
2022-11-25[vhost] fix 'direction' argument of iov_iter_{init,bvec}()Gravatar Al Viro 1-3/+3
2022-05-31vhost: rename vhost_work_dev_flushGravatar Mike Christie 1-5/+5
2022-05-31vhost: flush dev once during vhost_dev_stopGravatar Mike Christie 1-3/+3
2022-05-31vhost: get rid of vhost_poll_flush() wrapperGravatar Andrey Ryabinin 1-10/+2
2022-05-31vhost-vdpa: support ASID based IOTLB APIGravatar Gautam Dawar 1-1/+1
2022-05-31vhost: support ASID in IOTLB APIGravatar Gautam Dawar 1-5/+18
2022-03-28vhost: cache avail index in vhost_enable_notify()Gravatar Stefano Garzarella 1-1/+2
2022-03-10vhost: allow batching hint without sizeGravatar Jason Wang 1-1/+3
2022-03-06vhost: remove avail_event arg from vhost_update_avail_event()Gravatar Stefano Garzarella 1-2/+2
2022-03-06vhost: fix hung thread due to erroneous iotlb entriesGravatar Anirudh Rayabharam 1-0/+5
2021-08-11vhost: Fix the calculation in vhost_overflow()Gravatar Xie Yongji 1-2/+8
2021-07-03vhost: remove work arg from vhost_work_flushGravatar Mike Christie 1-4/+4
2021-03-14vhost: Fix vhost_vq_reset()Gravatar Laurent Vivier 1-1/+1
2020-11-15vhost: add helper to check if a vq has been setupGravatar Mike Christie 1-0/+6
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callGravatar Zhu Lingshan 1-3/+0
2020-10-21vhost: reduce stack usage in log_usedGravatar Li Wang 1-1/+1
2020-10-04vhost: Don't call log_access_ok() when using IOTLBGravatar Greg Kurz 1-5/+18
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Gravatar Greg Kurz 1-2/+1
2020-10-04vhost: Don't call access_ok() when using IOTLBGravatar Greg Kurz 1-4/+5