aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-01vhost: Remove the unused variable.Tonghao Zhang1-1/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+1
2018-01-24vhost: do not try to access device IOTLB when not initializedJason Wang1-0/+4
2018-01-24vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang1-1/+1
2017-12-05drivers/vhost: Remove now-redundant read_barrier_depends()Paul E. McKenney1-6/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27vhost: annotate vhost_pollAl Viro1-1/+1
2017-11-27annotate poll-related wait keysAl Viro1-2/+2
2017-11-27anntotate the places where ->poll() return values goAl Viro1-2/+2
2017-11-14vhost: fix end of range for access_okMichael S. Tsirkin1-2/+2
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+1
2017-07-29Revert "vhost: cache used event for better performance"Jason Wang1-22/+6
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko1-12/+3
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-41/+132
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02vhost: introduce O(1) vq metadata cacheJason Wang1-26/+110
2017-02-27vhost: try avoiding avail index access when getting descriptorJason Wang1-16/+23