summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)AuthorLines
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+2
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-64/+60
2023-04-21vhost: use struct_size and size_add to compute flex array sizesJacob Keller-4/+2
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet-1/+1
2023-03-23vhost: use vhost_tasks for worker threadsMike Christie-47/+13
2023-03-23vhost: move worker thread fields to new structMike Christie-34/+64
2023-03-22vhost: Fix livepatch timeouts in vhost_worker()Josh Poimboeuf-2/+1
2023-02-20vhost: remove unused parameteLiming Wu-1/+1
2023-01-27vhost/net: Clear the pending messages when the backend is removedEric Auger-1/+2
2022-12-28vhost: fix range used in translate_desc()Stefano Garzarella-2/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-3/+3
2022-11-25[vhost] fix 'direction' argument of iov_iter_{init,bvec}()Al Viro-3/+3
2022-05-31vhost: rename vhost_work_dev_flushMike Christie-5/+5
2022-05-31vhost: flush dev once during vhost_dev_stopMike Christie-3/+3
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin-10/+2
2022-05-31vhost-vdpa: support ASID based IOTLB APIGautam Dawar-1/+1
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar-5/+18
2022-03-28vhost: cache avail index in vhost_enable_notify()Stefano Garzarella-1/+2
2022-03-10vhost: allow batching hint without sizeJason Wang-1/+3
2022-03-06vhost: remove avail_event arg from vhost_update_avail_event()Stefano Garzarella-2/+2
2022-03-06vhost: fix hung thread due to erroneous iotlb entriesAnirudh Rayabharam-0/+5
2021-08-11vhost: Fix the calculation in vhost_overflow()Xie Yongji-2/+8
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie-4/+4
2021-03-14vhost: Fix vhost_vq_reset()Laurent Vivier-1/+1
2020-11-15vhost: add helper to check if a vq has been setupMike Christie-0/+6
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan-3/+0
2020-10-21vhost: reduce stack usage in log_usedLi Wang-1/+1
2020-10-04vhost: Don't call log_access_ok() when using IOTLBGreg Kurz-5/+18
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz-2/+1
2020-10-04vhost: Don't call access_ok() when using IOTLBGreg Kurz-4/+5
2020-09-01vhost: fix typo in error messageYunsheng Lin-1/+1
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-7/+32
2020-08-05vhost: generialize backend features setting/gettingJason Wang-0/+15
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan-6/+16
2020-08-05vhost: Use flex_array_size() helper in copy_from_user()Gustavo A. R. Silva-1/+1
2020-07-21vhost: Remove redundant use of read_barrier_depends() barrierWill Deacon-5/+0
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+2
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig-3/+0
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig-1/+0
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-30/+68
2020-06-08vhost: convert get_user_pages() --> pin_user_pages()John Hubbard-3/+2
2020-06-06vhost: replace -1 with VHOST_FILE_UNBIND in ioctlsZhu Lingshan-4/+4
2020-06-04vhost: (cosmetic) remove a superfluous variable initialisationGuennadi Liakhovetski-1/+1
2020-06-04vhost: use mmgrab() instead of mmget() for non worker deviceJason Wang-8/+34
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang-13/+25
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin-4/+4
2020-05-15vhost: missing __user tagsMichael S. Tsirkin-2/+2
2020-04-01vhost: factor out IOTLBJason Wang-152/+69