Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-flexiantxendom0-3.2.10.git] / drivers / vhost / vhost.c
2012-03-23 David S. MillerMerge branch 'vhost-net' of git://git./linux/kernel...
2012-03-20 Cong Wangvhost: remove the second argument of k[un]map_atomic()
2012-02-28 Michael S. Tsirkinvhost: fix release path lockdep checks
2012-02-28 Nadav Har'Elvhost: don't forget to schedule()
2011-07-19 Michael S. Tsirkinvhost: optimize interrupt enable/disable
2011-07-19 Michael S. Tsirkinvhost: fix zcopy reference counting
2011-07-19 Jason Wangvhost: set log when updating used flags or avail event
2011-07-19 Jason Wangvhost: init used ring after backend was set
2011-07-18 Michael S. Tsirkinvhost: vhost TX zero-copy support
2011-05-30 Michael S. Tsirkinvhost: support event index
2011-05-06 Rob LandleyCorrect occurrences of
2011-03-08 Michael S. Tsirkinvhost: copy_from_user -> __copy_from_user
2011-03-08 Krishna Kumarvhost: Cleanup vhost.c and net.c
2011-01-10 Michael S. Tsirkinvhost: fix signed/unsigned comparison
2010-12-09 Michael S. Tsirkinvhost: better variable name in logging
2010-12-09 Michael S. Tsirkinvhost: correctly set bits of dirty pages
2010-12-09 Michael S. Tsirkinvhost: remove unused include
2010-11-29 Michael S. Tsirkinvhost: correctly set bits of dirty pages
2010-11-04 Michael S. Tsirkinvhost: get/put_user -> __get/__put_user
2010-11-04 Michael S. Tsirkinvhost: copy_to_user -> __copy_to_user
2010-11-04 Michael S. Tsirkinvhost-net: batch use/unuse mm
2010-11-04 Michael S. Tsirkinvhost: put mm after thread stop
2010-10-26 Julia Lawalldrivers/vhost/vhost.c: delete double assignment
2010-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-10-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-12 Dan Carpentervhost: fix return code for log_access_ok()
2010-10-07 Ingo MolnarMerge commit 'v2.6.36-rc7' into core/rcu
2010-10-07 Ingo MolnarMerge branch 'rcu/urgent' of git://git./linux/kernel...
2010-10-05 Jason Wangvhost: max s/g to match qemu
2010-09-22 Michael S. Tsirkinvhost: fix log ctx signalling
2010-09-06 Michael S. Tsirkinvhost: error handling fix
2010-09-06 Michael S. Tsirkinvhost: fix attach to cgroups regression
2010-09-01 Eric Dumazetvhost: stop worker only if created
2010-08-21 Arnd Bergmannvhost: add __rcu annotations
2010-07-28 David Stevensvhost-net: mergeable buffers support
2010-07-28 Michael S. Tsirkinvhost: apply cgroup to vhost workers
2010-07-28 Tejun Heovhost: replace vhost_workqueue with per-vhost kthread
2010-07-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-01 Michael S. Tsirkinvhost: add unlikely annotations to error path
2010-06-27 Michael S. Tsirkinvhost: break out of polling loop on error
2010-06-02 David S. MillerMerge branch 'vhost-net-next' of git://git./linux/kerne...
2010-05-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-05-27 Takuya Yoshikawavhost: fix the memory leak which will happen when memor...
2010-05-27 Takuya Yoshikawavhost: fix to check the return value of copy_to/from_us...
2010-05-27 Michael S. Tsirkinvhost: whitespace fix
2010-05-27 Krishna Kumarvhost: Fix host panic if ioctl called with wrong index
2010-05-25 Alexey Dobriyankernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MI...
2010-05-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-05-12 Michael S. Tsirkinvhost: fix barrier pairing
2010-04-15 David S. MillerMerge branch 'vhost' of git://git./linux/kernel/git...
2010-04-14 Christoph Hellwigvhost: fix sparse warnings
2010-04-11 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-04-07 Jeff Dikevhost-net: fix vq_memory_access_ok error checking
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-17 Michael S. Tsirkinvhost: fix error handling in vring ioctls
2010-02-28 Michael S. Tsirkinvhost: fix get_user_pages_fast error handling
2010-02-28 Michael S. Tsirkinvhost: initialize log eventfd context pointer
2010-02-28 Michael S. Tsirkinvhost: logging thinko fix
2010-02-15 Michael S. Tsirkinvhost-net: switch to smp barriers
2010-01-15 Michael S. Tsirkinvhost_net: a kernel-level virtio server