aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-28vhost: fix length for cross region descriptorMichael S. Tsirkin1-1/+1
2012-11-02vhost: move -net specific code outMichael S. Tsirkin1-46/+7
2012-11-02vhost: track zero copy failures using DMA lengthMichael S. Tsirkin1-3/+4
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin1-1/+1
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin1-1/+1
2012-09-26vhost_set_vring(): turn pollstart/pollstop into boolAl Viro1-4/+4
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi1-3/+2
2012-06-26vhost: use USER_DS in vhost_worker threadJens Freimann1-0/+3
2012-05-02vhost: zerocopy: poll vq in zerocopy callbackJason Wang1-0/+1
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin1-3/+2
2012-03-23Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-4/+7
2012-03-20vhost: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin1-4/+5
2012-02-28vhost: don't forget to schedule()Nadav Har'El1-0/+2
2011-07-19vhost: optimize interrupt enable/disableMichael S. Tsirkin1-2/+2
2011-07-19vhost: fix zcopy reference countingMichael S. Tsirkin1-1/+0
2011-07-19vhost: set log when updating used flags or avail eventJason Wang1-30/+54
2011-07-19vhost: init used ring after backend was setJason Wang1-8/+6
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin1-15/+113
2011-05-30vhost: support event indexMichael S. Tsirkin1-34/+104
2011-05-06Correct occurrences ofRob Landley1-1/+1
2011-03-08vhost: copy_from_user -> __copy_from_userMichael S. Tsirkin1-1/+1
2011-03-08vhost: Cleanup vhost.c and net.cKrishna Kumar1-16/+37
2011-01-10vhost: fix signed/unsigned comparisonMichael S. Tsirkin1-7/+11
2010-12-09vhost: better variable name in loggingMichael S. Tsirkin1-4/+4
2010-12-09vhost: correctly set bits of dirty pagesMichael S. Tsirkin1-1/+2