Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d233a83721aa07fcd16ed126dc6cc7743482d2c7
/
drivers
/
vhost
/
vhost.c
1594edd
vhost: fix initialization for vq->is_le
by Halil Pasic
· 8 years ago
ec33d03
vhost: detect 32 bit integer wrap around
by Michael S. Tsirkin
· 8 years ago
6b1e6cc
vhost: new device IOTLB API
by Jason Wang
· 8 years ago
a9709d6
vhost: convert pre sorted vhost memory array to interval tree
by Jason Wang
· 8 years ago
bfe2bc5
vhost: introduce vhost memory accessors
by Jason Wang
· 8 years ago
04b96e5
vhost: lockless enqueuing
by Jason Wang
· 9 years ago
7235acd
vhost: simplify work flushing
by Jason Wang
· 9 years ago
0308813
vhost_net: basic polling support
by Jason Wang
· 9 years ago
d4a6060
vhost: introduce vhost_vq_avail_empty()
by Jason Wang
· 9 years ago
526d3e7
vhost: introduce vhost_has_work()
by Jason Wang
· 9 years ago
80f7d03
vhost: rename vhost_init_used()
by Greg Kurz
· 9 years ago
c507203
vhost: rename cross-endian helpers
by Greg Kurz
· 9 years ago
e1f33be
vhost: fix error path in vhost_init_used()
by Greg Kurz
· 9 years ago
5fba13b
vhost: replace % with & on data path
by Michael S. Tsirkin
· 9 years ago
d542483
vhost: relax log address alignment
by Michael S. Tsirkin
· 9 years ago
1e09947
vhost: fix error handling for memory region alloc
by Igor Mammedov
· 9 years ago
7932c0b
vhost: actually track log eventfd file
by Marc-André Lureau
· 9 years ago
c9ce42f
vhost: add max_mem_regions module parameter
by Igor Mammedov
· 9 years ago
4de7255
vhost: extend memory regions allocation to vmalloc
by Igor Mammedov
· 9 years ago
bcfeaca
vhost: use binary search instead of linear in find_region()
by Igor Mammedov
· 9 years ago
2751c98
vhost: cross-endian support for legacy devices
by Greg Kurz
· 10 years ago
aad9a1c
vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()
by Al Viro
· 10 years ago
5d9a07b
vhost: relax used address alignment
by Michael S. Tsirkin
· 10 years ago
3b1bbe8
vhost: virtio 1.0 endian-ness support
by Michael S. Tsirkin
· 10 years ago
64f7f05
vhost: switch to __get/__put_user exclusively
by Michael S. Tsirkin
· 10 years ago
47283be
vhost: move memory pointer to VQs
by Michael S. Tsirkin
· 10 years ago
ea16c51
vhost: move acked_features to VQs
by Michael S. Tsirkin
· 10 years ago
98f9ca0
vhost: replace rcu with mutex
by Michael S. Tsirkin
· 10 years ago
59566b6e
vhost: remove the dead branch
by Zhi Yong Wu
· 11 years ago
ac9fde2
vhost: wake up worker outside spin_lock
by Qin Chuanyu
· 11 years ago
c49e4e5
vhost: switch to use vhost_add_used_n()
by Jason Wang
· 11 years ago
35596b2
vhost: Include linux/uio.h instead of linux/socket.h
by Asias He
· 11 years ago
6ac1afb
vhost: Make vhost a separate module
by Asias He
· 12 years ago
6d5e6aa
vhost: Simplify dev->vqs[i] access
by Asias He
· 12 years ago
05c0535
vhost: check owner before we overwrite ubuf_info
by Michael S. Tsirkin
· 11 years ago
7542a6b
vhost: drop virtio_net.h dependency
by Michael S. Tsirkin
· 12 years ago
54db63c
vhost: Export vhost_dev_set_owner
by Asias He
· 12 years ago
150b9e5
vhost: fix error handling in RESET_OWNER ioctl
by Michael S. Tsirkin
· 12 years ago
81f95a5
vhost: move per-vq net specific fields out to net
by Michael S. Tsirkin
· 12 years ago
2839400
vhost: move vhost-net zerocopy fields to net.c
by Asias He
· 12 years ago
3ab2e42
vhost: Allow device specific fields per vq
by Asias He
· 12 years ago
70181d51
vhost_net: remove tx polling state
by Jason Wang
· 12 years ago
2b8b328
vhost_net: handle polling errors when setting backend
by Jason Wang
· 12 years ago
935cdee
vhost: avoid backend flush on vring ops
by Michael S. Tsirkin
· 12 years ago
8a2cf06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
bd97120
vhost: fix length for cross region descriptor
by Michael S. Tsirkin
· 12 years ago
b211616
vhost: move -net specific code out
by Michael S. Tsirkin
· 12 years ago
c4fcb58
vhost: track zero copy failures using DMA length
by Michael S. Tsirkin
· 12 years ago
70e4cb9
vhost-net: cleanup macros for DMA status tracking
by Michael S. Tsirkin
· 12 years ago
e19d676
skb: report completion status for zero copy skbs
by Michael S. Tsirkin
· 12 years ago
cecb46f
vhost_set_vring(): turn pollstart/pollstop into bool
by Al Viro
· 12 years ago
163049a
vhost: make vhost work queue visible
by Stefan Hajnoczi
· 12 years ago
d7ffde3
vhost: use USER_DS in vhost_worker thread
by Jens Freimann
· 12 years ago
c70aa54
vhost: zerocopy: poll vq in zerocopy callback
by Jason Wang
· 13 years ago
ca8f4fb
skbuff: struct ubuf_info callback type safety
by Michael S. Tsirkin
· 13 years ago
f1e84eb
Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by David S. Miller
· 13 years ago
c6daa7f
vhost: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
ea5d404
vhost: fix release path lockdep checks
by Michael S. Tsirkin
· 13 years ago
d550dda
vhost: don't forget to schedule()
by Nadav Har'El
· 13 years ago
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
bf5e0bd2
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
c23f3445
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
Next »