UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / drivers / vhost /
2011-02-01 Michael S. Tsirkinvhost: rcu annotation fixup
2011-01-10 Michael S. Tsirkinvhost: fix signed/unsigned comparison
2010-12-14 David S. MillerMerge branch 'vhost-net-next' of git://git./linux/kerne...
2010-12-09 Michael S. Tsirkinvhost test module
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 Jason Wangvhost: fix typos in comment
2010-12-09 Michael S. Tsirkinvhost: remove unused include
2010-11-29 Michael S. Tsirkinvhost: correctly set bits of dirty pages
2010-11-25 Michael S. Tsirkinvhost/net: fix rcu check usage
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-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
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-14 Michael S. Tsirkinvhost-net: fix range checking in mrg bufs case
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-08-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
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-22 David S. Millervhost net: Fix warning.
2010-07-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-07-16 Michael S. Tsirkinvhost: avoid pr_err on condition guest can trigger
2010-07-15 Michael S. Tsirkinvhost-net: avoid flush under lock
2010-07-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
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-09 Alan Coxmisc: Fix allocation 'borrowed' by vhost_net
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-net: fix to check the return value of copy_to...
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 Jeff Dikevhost-net: minor cleanup
2010-05-27 Tobias Klauservhost: Storage class should be before const qualifier
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-03-17 Michael S. Tsirkinvhost: fix interrupt mitigation with raw sockets
2010-03-07 Jeff Dikevhost: fix error path in vhost_net_set_backend
2010-02-28 Sridhar Samudralavhost-net: restart tx poll on sk_sndbuf full
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-18 Arnd Bergmannnet/macvtap: add vhost support
2010-02-15 Michael S. Tsirkinvhost-net: switch to smp barriers
2010-01-21 Michael S. Tsirkinvhost: fix TUN=m VHOST_NET=y
2010-01-15 Michael S. Tsirkinvhost_net: a kernel-level virtio server