Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
814fd609fa98f3667974d8c27c4d75ef4ce041ea
/
drivers
/
vhost
/
vhost.c
b834226
vhost: optimize interrupt enable/disable
by Michael S. Tsirkin
· 13 years ago
75fd9ed
vhost: fix zcopy reference counting
by Michael S. Tsirkin
· 13 years ago
2723fea
vhost: set log when updating used flags or avail event
by Jason Wang
· 13 years ago
f59281d
vhost: init used ring after backend was set
by Jason Wang
· 13 years ago
bab632d
vhost: vhost TX zero-copy support
by Michael S. Tsirkin
· 13 years ago
8ea8cf8
vhost: support event index
by Michael S. Tsirkin
· 13 years ago
6151658
Correct occurrences of
by Rob Landley
· 14 years ago
fcc042a
vhost: copy_from_user -> __copy_from_user
by Michael S. Tsirkin
· 14 years ago
d47effe
vhost: Cleanup vhost.c and net.c
by Krishna Kumar
· 14 years ago
0174b0c
vhost: fix signed/unsigned comparison
by Michael S. Tsirkin
· 14 years ago
28831ee
vhost: better variable name in logging
by Michael S. Tsirkin
· 14 years ago
3bf9be4
vhost: correctly set bits of dirty pages
by Michael S. Tsirkin
· 14 years ago
bf5e0bd
vhost: remove unused include
by Michael S. Tsirkin
· 14 years ago
8b7347a
vhost: get/put_user -> __get/__put_user
by Michael S. Tsirkin
· 14 years ago
dfe5ac5
vhost: copy_to_user -> __copy_to_user
by Michael S. Tsirkin
· 14 years ago
64e1c80
vhost-net: batch use/unuse mm
by Michael S. Tsirkin
· 14 years ago
533a19b
vhost: put mm after thread stop
by Michael S. Tsirkin
· 14 years ago
3fcedec
drivers/vhost/vhost.c: delete double assignment
by Julia Lawall
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
2198a10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6d97e55
vhost: fix return code for log_access_ok()
by Dan Carpenter
· 14 years ago
556ef63
Merge commit 'v2.6.36-rc7' into core/rcu
by Ingo Molnar
· 14 years ago
d4f8f21
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu
by Ingo Molnar
· 14 years ago
e0e9b40
vhost: max s/g to match qemu
by Jason Wang
· 14 years ago
5786aee
vhost: fix log ctx signalling
by Michael S. Tsirkin
· 14 years ago
615cc22
vhost: error handling fix
by Michael S. Tsirkin
· 14 years ago
87d6a41
vhost: fix attach to cgroups regression
by Michael S. Tsirkin
· 14 years ago
78b620c
vhost: stop worker only if created
by Eric Dumazet
· 14 years ago
28457ee
vhost: add __rcu annotations
by Arnd Bergmann
· 15 years ago
8dd014a
vhost-net: mergeable buffers support
by David Stevens
· 14 years ago
9e3d195
vhost: apply cgroup to vhost workers
by Michael S. Tsirkin
· 14 years ago
c23f344
vhost: replace vhost_workqueue with per-vhost kthread
by Tejun Heo
· 14 years ago
597e608
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
7b3384f
vhost: add unlikely annotations to error path
by Michael S. Tsirkin
· 14 years ago
d5675bd
vhost: break out of polling loop on error
by Michael S. Tsirkin
· 14 years ago
0dea7c1
Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by David S. Miller
· 14 years ago
72da3bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
a02c378
vhost: fix the memory leak which will happen when memory_access_ok fails
by Takuya Yoshikawa
· 14 years ago
7ad9c9d
vhost: fix to check the return value of copy_to/from_user() correctly
by Takuya Yoshikawa
· 14 years ago
f8322fb
vhost: whitespace fix
by Michael S. Tsirkin
· 14 years ago
0f3d9a1
vhost: Fix host panic if ioctl called with wrong index
by Krishna Kumar
· 14 years ago
4be929b
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN
by Alexey Dobriyan
· 14 years ago
6811d58
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
0d49935
vhost: fix barrier pairing
by Michael S. Tsirkin
· 14 years ago
fea0691
Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by David S. Miller
· 15 years ago
a8d3782
vhost: fix sparse warnings
by Christoph Hellwig
· 15 years ago
4a1032f
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
179b284
vhost-net: fix vq_memory_access_ok error checking
by Jeff Dike
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
535297a
vhost: fix error handling in vring ioctls
by Michael S. Tsirkin
· 15 years ago
d6db3f5
vhost: fix get_user_pages_fast error handling
by Michael S. Tsirkin
· 15 years ago
73a99f0
vhost: initialize log eventfd context pointer
by Michael S. Tsirkin
· 15 years ago
86e9424
vhost: logging thinko fix
by Michael S. Tsirkin
· 15 years ago
5659338
vhost-net: switch to smp barriers
by Michael S. Tsirkin
· 15 years ago
3a4d5c9
vhost_net: a kernel-level virtio server
by Michael S. Tsirkin
· 15 years ago