summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08vhost: correct misleading printing informationXianting Tian1-1/+1
2024-04-08vhost: Add smp_rmb() in vhost_enable_notify()Gavin Shan1-1/+11
2024-04-08vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan1-1/+11
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-5/+5
2023-10-18vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEEric Auger1-3/+1
2023-07-03vhost: Allow worker switching while work is queueingMike Christie1-42/+111
2023-07-03vhost: allow userspace to create workersMike Christie1-1/+141
2023-07-03vhost: replace single worker pointer with xarrayMike Christie1-16/+48
2023-07-03vhost: add helper to parse userspace vring state/fileMike Christie1-7/+22
2023-07-03vhost: remove vhost_work_queueMike Christie1-6/+0
2023-07-03vhost: convert poll work to be vq basedMike Christie1-3/+5
2023-07-03vhost: take worker or vq for flushingMike Christie1-2/+13
2023-07-03vhost: take worker or vq instead of dev for queueingMike Christie1-16/+28
2023-07-03vhost, vhost_net: add helper to check if vq has workMike Christie1-3/+3
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueMike Christie1-7/+14
2023-07-03vhost: dynamically allocate vhost_workerMike Christie1-23/+43
2023-07-03vhost: create worker at end of vhost_dev_set_ownerMike Christie1-6/+13
2023-06-09vhost: support PACKED when setting-getting vring_baseShannon Nelson1-5/+13
2023-06-08vhost: Fix worker hangs due to missed wake up callsMike Christie1-0/+2
2023-06-08vhost: Fix crash during early vhost_transport_send_pkt callsMike Christie1-33/+17
2023-06-07vhost: use kzalloc() instead of kmalloc() followed by memset()Prathu Baronia1-3/+2
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-17/+5
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+2
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-64/+60
2023-04-21vhost: use struct_size and size_add to compute flex array sizesJacob Keller1-4/+2
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-23vhost: use vhost_tasks for worker threadsMike Christie1-47/+13
2023-03-23vhost: move worker thread fields to new structMike Christie1-34/+64
2023-03-22vhost: Fix livepatch timeouts in vhost_worker()Josh Poimboeuf1-2/+1
2023-02-20vhost: remove unused parameteLiming Wu1-1/+1
2023-01-27vhost/net: Clear the pending messages when the backend is removedEric Auger1-1/+2
2022-12-28vhost: fix range used in translate_desc()Stefano Garzarella1-2/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-25[vhost] fix 'direction' argument of iov_iter_{init,bvec}()Al Viro1-3/+3
2022-05-31vhost: rename vhost_work_dev_flushMike Christie1-5/+5
2022-05-31vhost: flush dev once during vhost_dev_stopMike Christie1-3/+3
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin1-10/+2
2022-05-31vhost-vdpa: support ASID based IOTLB APIGautam Dawar1-1/+1
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar1-5/+18
2022-03-28vhost: cache avail index in vhost_enable_notify()Stefano Garzarella1-1/+2
2022-03-10vhost: allow batching hint without sizeJason Wang1-1/+3
2022-03-06vhost: remove avail_event arg from vhost_update_avail_event()Stefano Garzarella1-2/+2
2022-03-06vhost: fix hung thread due to erroneous iotlb entriesAnirudh Rayabharam1-0/+5
2021-08-11vhost: Fix the calculation in vhost_overflow()Xie Yongji1-2/+8
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie1-4/+4
2021-03-14vhost: Fix vhost_vq_reset()Laurent Vivier1-1/+1
2020-11-15vhost: add helper to check if a vq has been setupMike Christie1-0/+6
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan1-3/+0
2020-10-21vhost: reduce stack usage in log_usedLi Wang1-1/+1