aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-21vhost: handle wrap around in # of bufs mathGravatar Shirley Ma 1-3/+9
2011-07-21vhost-net: update used ring on backend changeGravatar Michael S. Tsirkin 1-1/+5
2011-07-19vhost: optimize interrupt enable/disableGravatar Michael S. Tsirkin 1-2/+2
2011-07-19vhost: fix zcopy reference countingGravatar Michael S. Tsirkin 1-1/+0
2011-07-19vhost: set log when updating used flags or avail eventGravatar Jason Wang 1-30/+54
2011-07-19vhost: init used ring after backend was setGravatar Jason Wang 4-8/+16
2011-07-18vhost: vhost TX zero-copy supportGravatar Michael S. Tsirkin 3-16/+220
2011-05-30vhost: support event indexGravatar Michael S. Tsirkin 4-50/+127
2011-05-06Correct occurrences ofGravatar Rob Landley 1-1/+1
2011-03-13vhost-net: remove unlocked use of receive_queueGravatar Michael S. Tsirkin 1-1/+1
2011-03-13vhost: lock receive queue, not the socketGravatar Jason Wang 1-3/+4
2011-03-13vhost-net: Unify the code of mergeable and big buffer handlingGravatar Jason Wang 1-121/+7
2011-03-13vhost-net: check the support of mergeable buffer outside the receive loopGravatar Jason Wang 1-2/+3
2011-03-08vhost: copy_from_user -> __copy_from_userGravatar Michael S. Tsirkin 1-1/+1
2011-03-08vhost: Cleanup vhost.c and net.cGravatar Krishna Kumar 2-23/+49
2011-02-01vhost: rcu annotation fixupGravatar Michael S. Tsirkin 2-7/+8
2011-01-10vhost: fix signed/unsigned comparisonGravatar Michael S. Tsirkin 1-7/+11
2010-12-14Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar David S. Miller 5-30/+352
2010-12-09vhost test moduleGravatar Michael S. Tsirkin 2-0/+327
2010-12-09vhost: better variable name in loggingGravatar Michael S. Tsirkin 1-4/+4
2010-12-09vhost: correctly set bits of dirty pagesGravatar Michael S. Tsirkin 1-1/+2
2010-12-09vhost: fix typos in commentGravatar Jason Wang 2-2/+2
2010-12-09vhost: remove unused includeGravatar Michael S. Tsirkin 1-2/+0
2010-11-25vhost/net: fix rcu check usageGravatar Michael S. Tsirkin 1-2/+3
2010-11-04vhost: get/put_user -> __get/__put_userGravatar Michael S. Tsirkin 1-8/+8
2010-11-04vhost: copy_to_user -> __copy_to_userGravatar Michael S. Tsirkin 1-1/+1
2010-11-04vhost-net: batch use/unuse mmGravatar Michael S. Tsirkin 2-8/+6
2010-11-04vhost: put mm after thread stopGravatar Michael S. Tsirkin 1-4/+3
2010-10-26drivers/vhost/vhost.c: delete double assignmentGravatar Julia Lawall 1-1/+0
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 3-13/+58
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-12vhost: fix return code for log_access_ok()Gravatar Dan Carpenter 1-1/+1
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuGravatar Ingo Molnar 2-26/+63
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-1/+4
2010-10-05vhost: max s/g to match qemuGravatar Jason Wang 3-12/+57
2010-09-22vhost: fix log ctx signallingGravatar Michael S. Tsirkin 1-3/+4
2010-09-14vhost-net: fix range checking in mrg bufs caseGravatar Michael S. Tsirkin 1-1/+1
2010-09-06vhost: error handling fixGravatar Michael S. Tsirkin 1-0/+1
2010-09-06vhost: fix attach to cgroups regressionGravatar Michael S. Tsirkin 1-22/+57
2010-09-01vhost: stop worker only if createdGravatar Eric Dumazet 1-1/+4
2010-08-21vhost: add __rcu annotationsGravatar Arnd Bergmann 3-13/+35
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 3-100/+493
2010-07-28vhost-net: mergeable buffers supportGravatar David Stevens 3-18/+315
2010-07-28vhost: apply cgroup to vhost workersGravatar Michael S. Tsirkin 1-0/+6
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadGravatar Tejun Heo 3-73/+164
2010-07-21vhost net: Fix warning.Gravatar David S. Miller 1-1/+0
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-5/+11