kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX...
[safe/jmp/linux-2.6] / drivers / vhost / vhost.c
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