summaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)Author
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
2019-01-17vhost: log dirty page correctlyJason Wang
2019-01-14vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-12Revert "net: vhost: lock the vqs one by one"Jason Wang
2018-12-12vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang
2018-12-03vhost: fix IOTLB lockingJean-Philippe Brucker
2018-10-31vhost: Fix Spectre V1 vulnerabilityJason Wang
2018-09-26net: vhost: lock the vqs one by oneTonghao Zhang
2018-08-25vhost: correctly check the iova range when waking virtqueueJason Wang
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-08vhost: reset metadata cache when initializing new IOTLBJason Wang
2018-08-06vhost: switch to use new message formatJason Wang
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12Convert vhost to struct_sizeMatthew Wilcox
2018-06-12vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-24vhost: synchronize IOTLB message with dev cleanupJason Wang
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi
2018-04-11vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi
2018-04-11vhost: Fix vhost_copy_to_user()Eric Auger
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-03-29vhost: validate log when IOTLB is enabledJason Wang
2018-03-27vhost: correctly remove wait queue during poll failureJason Wang
2018-03-20vhost: fix vhost ioctl signature to build with clangSonny Rao
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)
2018-02-01vhost: Remove the unused variable.Tonghao Zhang
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-24vhost: do not try to access device IOTLB when not initializedJason Wang
2018-01-24vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2017-12-05drivers/vhost: Remove now-redundant read_barrier_depends()Paul E. McKenney
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27vhost: annotate vhost_pollAl Viro
2017-11-27annotate poll-related wait keysAl Viro
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-11-14vhost: fix end of range for access_okMichael S. Tsirkin
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso