summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-21vhost: handle wrap around in # of bufs mathShirley Ma
2011-07-21vhost-net: update used ring on backend changeMichael S. Tsirkin
2011-07-19vhost: optimize interrupt enable/disableMichael S. Tsirkin
2011-07-19vhost: fix zcopy reference countingMichael S. Tsirkin
2011-07-19vhost: set log when updating used flags or avail eventJason Wang
2011-07-19vhost: init used ring after backend was setJason Wang
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin
2011-05-30vhost: support event indexMichael S. Tsirkin
2011-05-06Correct occurrences ofRob Landley
2011-03-13vhost-net: remove unlocked use of receive_queueMichael S. Tsirkin
2011-03-13vhost: lock receive queue, not the socketJason Wang
2011-03-13vhost-net: Unify the code of mergeable and big buffer handlingJason Wang
2011-03-13vhost-net: check the support of mergeable buffer outside the receive loopJason Wang
2011-03-08vhost: copy_from_user -> __copy_from_userMichael S. Tsirkin
2011-03-08vhost: Cleanup vhost.c and net.cKrishna Kumar
2011-02-01vhost: rcu annotation fixupMichael S. Tsirkin
2011-01-10vhost: fix signed/unsigned comparisonMichael S. Tsirkin
2010-12-14Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2010-12-09vhost test moduleMichael S. Tsirkin
2010-12-09vhost: better variable name in loggingMichael S. Tsirkin
2010-12-09vhost: correctly set bits of dirty pagesMichael S. Tsirkin
2010-12-09vhost: fix typos in commentJason Wang
2010-12-09vhost: remove unused includeMichael S. Tsirkin
2010-11-25vhost/net: fix rcu check usageMichael S. Tsirkin
2010-11-04vhost: get/put_user -> __get/__put_userMichael S. Tsirkin
2010-11-04vhost: copy_to_user -> __copy_to_userMichael S. Tsirkin
2010-11-04vhost-net: batch use/unuse mmMichael S. Tsirkin
2010-11-04vhost: put mm after thread stopMichael S. Tsirkin
2010-10-26drivers/vhost/vhost.c: delete double assignmentJulia Lawall
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-12vhost: fix return code for log_access_ok()Dan Carpenter
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2010-10-05vhost: max s/g to match qemuJason Wang
2010-09-22vhost: fix log ctx signallingMichael S. Tsirkin
2010-09-14vhost-net: fix range checking in mrg bufs caseMichael S. Tsirkin
2010-09-06vhost: error handling fixMichael S. Tsirkin
2010-09-06vhost: fix attach to cgroups regressionMichael S. Tsirkin
2010-09-01vhost: stop worker only if createdEric Dumazet
2010-08-21vhost: add __rcu annotationsArnd Bergmann
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-07-28vhost-net: mergeable buffers supportDavid Stevens
2010-07-28vhost: apply cgroup to vhost workersMichael S. Tsirkin
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadTejun Heo
2010-07-21vhost net: Fix warning.David S. Miller
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller