aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-05vhost: factor out setting vring addr and numJason Wang1-74/+103
2019-06-05vhost: introduce helpers to get the size of metadata areaJason Wang1-18/+33
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang1-2/+2
2019-06-05vhost: fine grain userspace memory accessorsJason Wang1-17/+77
2019-06-05vhost: generalize adding used elemJason Wang1-10/+1
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-1/+19
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-04-10vhost: reject zero size iova rangeJason Wang1-1/+5
2019-03-06vhost: silence an unused-variable warningArnd Bergmann1-1/+1
2019-02-19vhost: correctly check the return value of translate_desc() in log_used()Jason Wang1-1/+1
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang1-3/+4
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-14/+83
2019-01-17vhost: log dirty page correctlyJason Wang1-14/+83
2019-01-14vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov1-2/+6
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-8/+8
2018-12-12Revert "net: vhost: lock the vqs one by one"Jason Wang1-4/+17
2018-12-12vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang1-0/+2
2018-12-03vhost: fix IOTLB lockingJean-Philippe Brucker1-3/+0
2018-10-31vhost: Fix Spectre V1 vulnerabilityJason Wang1-0/+2
2018-09-26net: vhost: lock the vqs one by oneTonghao Zhang1-17/+7
2018-08-25vhost: correctly check the iova range when waking virtqueueJason Wang1-1/+1
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2018-08-08vhost: reset metadata cache when initializing new IOTLBJason Wang1-3/+6
2018-08-06vhost: switch to use new message formatJason Wang1-18/+53
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+7
2018-06-12Convert vhost to struct_sizeMatthew Wilcox1-1/+2
2018-06-12vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin1-0/+3
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-1/+1
2018-05-24vhost: synchronize IOTLB message with dev cleanupJason Wang1-0/+3
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi1-33/+33
2018-04-11vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi1-3/+5
2018-04-11vhost: Fix vhost_copy_to_user()Eric Auger1-1/+1
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2018-03-29vhost: validate log when IOTLB is enabledJason Wang1-8/+6
2018-03-27vhost: correctly remove wait queue during poll failureJason Wang1-2/+1
2018-03-20vhost: fix vhost ioctl signature to build with clangSonny Rao1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-5/+5
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-52/+16
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers1-19/+5
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers1-14/+4
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers1-15/+5
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)1-3/+2