summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)AuthorLines
2016-08-02vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin-2/+14
2016-08-02vhost: new device IOTLB APIJason Wang-43/+593
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang-81/+101
2016-08-02vhost: introduce vhost memory accessorsJason Wang-15/+35
2016-08-01vhost: lockless enqueuingJason Wang-27/+25
2016-08-01vhost: simplify work flushingJason Wang-32/+21
2016-03-11vhost_net: basic polling supportJason Wang-0/+14
2016-03-11vhost: introduce vhost_vq_avail_empty()Jason Wang-0/+14
2016-03-11vhost: introduce vhost_has_work()Jason Wang-0/+7
2016-03-02vhost: rename vhost_init_used()Greg Kurz-2/+2
2016-03-02vhost: rename cross-endian helpersGreg Kurz-6/+24
2016-03-02vhost: fix error path in vhost_init_used()Greg Kurz-4/+11
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin-3/+3
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin-1/+1
2015-07-27vhost: fix error handling for memory region allocIgor Mammedov-4/+1
2015-07-27vhost: actually track log eventfd fileMarc-André Lureau-0/+1
2015-07-13vhost: add max_mem_regions module parameterIgor Mammedov-2/+6
2015-07-13vhost: extend memory regions allocation to vmallocIgor Mammedov-4/+17
2015-07-01vhost: use binary search instead of linear in find_region()Igor Mammedov-10/+28
2015-06-01vhost: cross-endian support for legacy devicesGreg Kurz-1/+84
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro-2/+4
2014-12-29vhost: relax used address alignmentMichael S. Tsirkin-3/+7
2014-12-09vhost: virtio 1.0 endian-ness supportMichael S. Tsirkin-37/+49
2014-12-09vhost: switch to __get/__put_user exclusivelyMichael S. Tsirkin-3/+10
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin-32/+25
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin-17/+19
2014-06-09vhost: replace rcu with mutexMichael S. Tsirkin-1/+9
2013-12-06vhost: remove the dead branchZhi Yong Wu-3/+1
2013-09-17vhost: wake up worker outside spin_lockQin Chuanyu-1/+3
2013-09-03vhost: switch to use vhost_add_used_n()Jason Wang-42/+12
2013-08-20vhost: Include linux/uio.h instead of linux/socket.hAsias He-1/+1
2013-07-07vhost: Make vhost a separate moduleAsias He-1/+50
2013-07-07vhost: Simplify dev->vqs[i] accessAsias He-17/+18
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin-1/+7
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin-1/+1
2013-05-06vhost: Export vhost_dev_set_ownerAsias He-1/+1
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin-9/+7
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin-2/+0
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He-56/+1
2013-05-01vhost: Allow device specific fields per vqAsias He-44/+44
2013-04-11vhost_net: remove tx polling stateJason Wang-0/+3
2013-01-29vhost_net: handle polling errors when setting backendJason Wang-3/+15
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin-4/+3
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2012-11-28vhost: fix length for cross region descriptorMichael S. Tsirkin-1/+1
2012-11-02vhost: move -net specific code outMichael S. Tsirkin-46/+7
2012-11-02vhost: track zero copy failures using DMA lengthMichael S. Tsirkin-3/+4
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin-1/+1
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin-1/+1
2012-09-26vhost_set_vring(): turn pollstart/pollstop into boolAl Viro-4/+4