aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-04vhost: Don't call log_access_ok() when using IOTLBGreg Kurz1-5/+18
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz1-2/+1
2020-10-04vhost: Don't call access_ok() when using IOTLBGreg Kurz1-4/+5
2020-09-01vhost: fix typo in error messageYunsheng Lin1-1/+1
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+32
2020-08-05vhost: generialize backend features setting/gettingJason Wang1-0/+15
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan1-6/+16
2020-08-05vhost: Use flex_array_size() helper in copy_from_user()Gustavo A. R. Silva1-1/+1
2020-07-21vhost: Remove redundant use of read_barrier_depends() barrierWill Deacon1-5/+0
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+2
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig1-3/+0
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+0
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-30/+68
2020-06-08vhost: convert get_user_pages() --> pin_user_pages()John Hubbard1-3/+2
2020-06-06vhost: replace -1 with VHOST_FILE_UNBIND in ioctlsZhu Lingshan1-4/+4
2020-06-04vhost: (cosmetic) remove a superfluous variable initialisationGuennadi Liakhovetski1-1/+1
2020-06-04vhost: use mmgrab() instead of mmget() for non worker deviceJason Wang1-8/+34
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang1-13/+25
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin1-4/+4
2020-05-15vhost: missing __user tagsMichael S. Tsirkin1-2/+2
2020-04-01vhost: factor out IOTLBJason Wang1-152/+69
2020-04-01vhost: allow per device message handlerJason Wang1-2/+10
2019-12-04vhost, kcov: collect coverage from vhost_workerAndrey Konovalov1-0/+6
2019-09-14Revert "vhost: block speculation of translated descriptors"Michael S. Tsirkin1-4/+2
2019-09-11vhost: make sure log_num < in_numyongduan1-2/+2
2019-09-11vhost: block speculation of translated descriptorsMichael S. Tsirkin1-2/+4
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin1-512/+3
2019-09-04vhost: Remove unnecessary variableYunsheng Lin1-3/+2
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-123/+727
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet1-1/+19
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-06-05vhost: access vq metadata through kernel virtual addressJason Wang1-3/+512