aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-09vhost: remove unused includeMichael S. Tsirkin1-2/+0
2010-11-04vhost: get/put_user -> __get/__put_userMichael S. Tsirkin1-8/+8
2010-11-04vhost: copy_to_user -> __copy_to_userMichael S. Tsirkin1-1/+1
2010-11-04vhost-net: batch use/unuse mmMichael S. Tsirkin1-1/+6
2010-11-04vhost: put mm after thread stopMichael S. Tsirkin1-4/+3
2010-10-26drivers/vhost/vhost.c: delete double assignmentJulia Lawall1-1/+0
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+49
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-10-12vhost: fix return code for log_access_ok()Dan Carpenter1-1/+1
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar1-25/+62
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-1/+4
2010-10-05vhost: max s/g to match qemuJason Wang1-1/+48
2010-09-22vhost: fix log ctx signallingMichael S. Tsirkin1-3/+4
2010-09-06vhost: error handling fixMichael S. Tsirkin1-0/+1
2010-09-06vhost: fix attach to cgroups regressionMichael S. Tsirkin1-22/+57
2010-09-01vhost: stop worker only if createdEric Dumazet1-1/+4
2010-08-21vhost: add __rcu annotationsArnd Bergmann1-6/+16
2010-07-28vhost-net: mergeable buffers supportDavid Stevens1-4/+75
2010-07-28vhost: apply cgroup to vhost workersMichael S. Tsirkin1-0/+6
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadTejun Heo1-28/+115
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-42/+44
2010-07-01vhost: add unlikely annotations to error pathMichael S. Tsirkin1-26/+27
2010-06-27vhost: break out of polling loop on errorMichael S. Tsirkin1-16/+17
2010-06-02Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-2/+2
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-25/+32
2010-05-27vhost: fix the memory leak which will happen when memory_access_ok failsTakuya Yoshikawa1-1/+3
2010-05-27vhost: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa1-23/+28
2010-05-27vhost: whitespace fixMichael S. Tsirkin1-2/+2
2010-05-27vhost: Fix host panic if ioctl called with wrong indexKrishna Kumar1-1/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+6