aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-27vhost: fix error handling for memory region allocIgor Mammedov1-4/+1
2015-07-27vhost: actually track log eventfd fileMarc-André Lureau1-0/+1
2015-07-13vhost: add max_mem_regions module parameterIgor Mammedov1-2/+6
2015-07-13vhost: extend memory regions allocation to vmallocIgor Mammedov1-4/+17
2015-07-01vhost: use binary search instead of linear in find_region()Igor Mammedov1-10/+28
2015-06-01vhost: cross-endian support for legacy devicesGreg Kurz1-1/+84
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro1-2/+4
2014-12-29vhost: relax used address alignmentMichael S. Tsirkin1-3/+7
2014-12-09vhost: virtio 1.0 endian-ness supportMichael S. Tsirkin1-37/+49
2014-12-09vhost: switch to __get/__put_user exclusivelyMichael S. Tsirkin1-3/+10
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin1-32/+25
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin1-17/+19
2014-06-09vhost: replace rcu with mutexMichael S. Tsirkin1-1/+9
2013-12-06vhost: remove the dead branchZhi Yong Wu1-3/+1
2013-09-17vhost: wake up worker outside spin_lockQin Chuanyu1-1/+3
2013-09-03vhost: switch to use vhost_add_used_n()Jason Wang1-42/+12
2013-08-20vhost: Include linux/uio.h instead of linux/socket.hAsias He1-1/+1
2013-07-07vhost: Make vhost a separate moduleAsias He1-1/+50