aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)Author
2011-01-10vhost: fix signed/unsigned comparisonMichael 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: remove unused includeMichael 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-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
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-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-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-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-01vhost: add unlikely annotations to error pathMichael S. Tsirkin
2010-06-27vhost: break out of polling loop on errorMichael S. Tsirkin
2010-06-02Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-05-27vhost: fix the memory leak which will happen when memory_access_ok failsTakuya Yoshikawa
2010-05-27vhost: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa
2010-05-27vhost: whitespace fixMichael S. Tsirkin
2010-05-27vhost: Fix host panic if ioctl called with wrong indexKrishna Kumar
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-12vhost: fix barrier pairingMichael S. Tsirkin
2010-04-14Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller
2010-04-14vhost: fix sparse warningsChristoph Hellwig
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-04-07vhost-net: fix vq_memory_access_ok error checkingJeff Dike
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-17vhost: fix error handling in vring ioctlsMichael S. Tsirkin
2010-02-28vhost: fix get_user_pages_fast error handlingMichael S. Tsirkin
2010-02-28vhost: initialize log eventfd context pointerMichael S. Tsirkin
2010-02-28vhost: logging thinko fixMichael S. Tsirkin
2010-02-14vhost-net: switch to smp barriersMichael S. Tsirkin
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin