summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)Author
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
2020-10-04vhost: Don't call log_access_ok() when using IOTLBGreg Kurz
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz
2020-10-04vhost: Don't call access_ok() when using IOTLBGreg Kurz
2020-09-01vhost: fix typo in error messageYunsheng Lin
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05vhost: generialize backend features setting/gettingJason Wang
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan
2020-08-05vhost: Use flex_array_size() helper in copy_from_user()Gustavo A. R. Silva
2020-07-21vhost: Remove redundant use of read_barrier_depends() barrierWill Deacon
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-08vhost: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-06-06vhost: replace -1 with VHOST_FILE_UNBIND in ioctlsZhu Lingshan
2020-06-04vhost: (cosmetic) remove a superfluous variable initialisationGuennadi Liakhovetski
2020-06-04vhost: use mmgrab() instead of mmget() for non worker deviceJason Wang
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin
2020-05-15vhost: missing __user tagsMichael S. Tsirkin
2020-04-01vhost: factor out IOTLBJason Wang
2020-04-01vhost: allow per device message handlerJason Wang
2019-12-04vhost, kcov: collect coverage from vhost_workerAndrey Konovalov
2019-09-14Revert "vhost: block speculation of translated descriptors"Michael S. Tsirkin
2019-09-11vhost: make sure log_num < in_numyongduan
2019-09-11vhost: block speculation of translated descriptorsMichael S. Tsirkin
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin
2019-09-04vhost: Remove unnecessary variableYunsheng Lin
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab
2019-06-05vhost: access vq metadata through kernel virtual addressJason Wang
2019-06-05vhost: factor out setting vring addr and numJason Wang
2019-06-05vhost: introduce helpers to get the size of metadata areaJason Wang
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang
2019-06-05vhost: fine grain userspace memory accessorsJason Wang
2019-06-05vhost: generalize adding used elemJason Wang
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-10vhost: reject zero size iova rangeJason Wang
2019-03-06vhost: silence an unused-variable warningArnd Bergmann
2019-02-19vhost: correctly check the return value of translate_desc() in log_used()Jason Wang
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds