Commit Graph

86 Commits (0603ba14605a5342b8ae0ba7eef3f26187e1221f)

Author SHA1 Message Date
Arun Sharma 60063497a9 atomic: use <linux/atomic.h> 14 years ago
Shirley Ma 9e380825ab vhost: handle wrap around in # of bufs math 14 years ago
Michael S. Tsirkin c047e5f317 vhost-net: update used ring on backend change 14 years ago
Michael S. Tsirkin b834226b04 vhost: optimize interrupt enable/disable 14 years ago
Michael S. Tsirkin 75fd9edc10 vhost: fix zcopy reference counting 14 years ago
Jason Wang 2723feaa8e vhost: set log when updating used flags or avail event 14 years ago
Jason Wang f59281dafb vhost: init used ring after backend was set 14 years ago
Michael S. Tsirkin bab632d69e vhost: vhost TX zero-copy support 14 years ago
Michael S. Tsirkin 8ea8cf89e1 vhost: support event index 14 years ago
Rob Landley 6151658751 Correct occurrences of 14 years ago
Michael S. Tsirkin de4d768a42 vhost-net: remove unlocked use of receive_queue 14 years ago
Jason Wang 783e398854 vhost: lock receive queue, not the socket 14 years ago
Jason Wang 94249369e9 vhost-net: Unify the code of mergeable and big buffer handling 14 years ago
Jason Wang cfbdab9513 vhost-net: check the support of mergeable buffer outside the receive loop 14 years ago
Michael S. Tsirkin fcc042a280 vhost: copy_from_user -> __copy_from_user 14 years ago
Krishna Kumar d47effe1be vhost: Cleanup vhost.c and net.c 14 years ago
Michael S. Tsirkin 5e18247b02 vhost: rcu annotation fixup 14 years ago
Michael S. Tsirkin 0174b0c30a vhost: fix signed/unsigned comparison 14 years ago
Michael S. Tsirkin 71ccc212e5 vhost test module 14 years ago
Michael S. Tsirkin 28831ee60b vhost: better variable name in logging 14 years ago
Michael S. Tsirkin 3bf9be40ff vhost: correctly set bits of dirty pages 14 years ago
Jason Wang a290aec88a vhost: fix typos in comment 14 years ago
Michael S. Tsirkin bf5e0bd27f vhost: remove unused include 14 years ago
Michael S. Tsirkin e4dde731ae vhost: correctly set bits of dirty pages 14 years ago
Michael S. Tsirkin 11cd1a8b8c vhost/net: fix rcu check usage 14 years ago
Michael S. Tsirkin 8b7347aab6 vhost: get/put_user -> __get/__put_user 14 years ago
Michael S. Tsirkin dfe5ac5b18 vhost: copy_to_user -> __copy_to_user 14 years ago
Michael S. Tsirkin 64e1c80748 vhost-net: batch use/unuse mm 14 years ago
Michael S. Tsirkin 533a19b4b8 vhost: put mm after thread stop 14 years ago
Julia Lawall 3fcedec752 drivers/vhost/vhost.c: delete double assignment 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Dan Carpenter 6d97e55f71 vhost: fix return code for log_access_ok() 15 years ago
Jason Wang e0e9b40647 vhost: max s/g to match qemu 15 years ago
Michael S. Tsirkin 5786aee8bf vhost: fix log ctx signalling 15 years ago
Michael S. Tsirkin ee05d6939e vhost-net: fix range checking in mrg bufs case 15 years ago
Michael S. Tsirkin 615cc2211c vhost: error handling fix 15 years ago
Michael S. Tsirkin 87d6a412bd vhost: fix attach to cgroups regression 15 years ago
Eric Dumazet 78b620ce9e vhost: stop worker only if created 15 years ago
Arnd Bergmann 28457ee69c vhost: add __rcu annotations 15 years ago
David Stevens 8dd014adfe vhost-net: mergeable buffers support 15 years ago
Michael S. Tsirkin 9e3d195720 vhost: apply cgroup to vhost workers 15 years ago
Tejun Heo c23f3445e6 vhost: replace vhost_workqueue with per-vhost kthread 15 years ago
David S. Miller 4c3e5edf2f vhost net: Fix warning. 15 years ago
Michael S. Tsirkin 95c0ec6a97 vhost: avoid pr_err on condition guest can trigger 15 years ago
Michael S. Tsirkin 1680e9063e vhost-net: avoid flush under lock 15 years ago
Michael S. Tsirkin 7b3384fc30 vhost: add unlikely annotations to error path 15 years ago
Michael S. Tsirkin d5675bd204 vhost: break out of polling loop on error 15 years ago
Alan Cox 79907d89c3 misc: Fix allocation 'borrowed' by vhost_net 15 years ago
Takuya Yoshikawa a02c37891a vhost: fix the memory leak which will happen when memory_access_ok fails 15 years ago
Takuya Yoshikawa d3553a5249 vhost-net: fix to check the return value of copy_to/from_user() correctly 15 years ago