aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2017-02-03vhost: fix initialization for vq->is_leHalil Pasic1-6/+4
2017-01-18vhost: better detection of available buffersJason Wang1-2/+6
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2016-12-16vhost: cache used event for better performanceJason Wang1-6/+22
2016-12-15vhost: add missing __user annotationsMichael S. Tsirkin1-5/+5
2016-12-15vhost: make interval tree static inlineMichael S. Tsirkin1-1/+1
2016-12-08vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao1-1/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-2/+1
2016-08-02vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin1-2/+14
2016-08-02vhost: new device IOTLB APIJason Wang1-43/+593
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang1-81/+101
2016-08-02vhost: introduce vhost memory accessorsJason Wang1-15/+35
2016-08-01vhost: lockless enqueuingJason Wang1-27/+25
2016-08-01vhost: simplify work flushingJason Wang1-32/+21
2016-03-11vhost_net: basic polling supportJason Wang1-0/+14
2016-03-11vhost: introduce vhost_vq_avail_empty()Jason Wang1-0/+14
2016-03-11vhost: introduce vhost_has_work()Jason Wang1-0/+7
2016-03-02vhost: rename vhost_init_used()Greg Kurz1-2/+2
2016-03-02vhost: rename cross-endian helpersGreg Kurz1-6/+24
2016-03-02vhost: fix error path in vhost_init_used()Greg Kurz1-4/+11
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin1-3/+3
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin1-1/+1