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