aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-07vhost: Simplify dev->vqs[i] accessAsias He1-17/+18
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin1-1/+7
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin1-1/+1
2013-05-06vhost: Export vhost_dev_set_ownerAsias He1-1/+1
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin1-9/+7
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin1-2/+0
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He1-56/+1
2013-05-01vhost: Allow device specific fields per vqAsias He1-44/+44
2013-04-11vhost_net: remove tx polling stateJason Wang1-0/+3
2013-01-29vhost_net: handle polling errors when setting backendJason Wang1-3/+15
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin1-4/+3
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1