alistair23-linux/drivers/vhost
Michael S. Tsirkin 64f7f0510c vhost: switch to __get/__put_user exclusively
Most places in vhost can use __get/__put_user rather than
get/put_user since addresses are pre-validated.
This should be good for performance, but this also
will help make code sparse-clean: get/put_user macros
don't play well with __virtioXX bitwise tags.
Switch to get/put_user to __ variants everywhere in vhost.
There's one exception - for consistency switch that
as well, and add an explicit access_ok check.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-12-09 12:05:29 +02:00
..
Kconfig
Makefile
net.c vhost/net: force len for TX to host endian 2014-12-09 12:05:29 +02:00
scsi.c vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT 2014-10-28 13:54:16 -07:00
test.c vhost: move memory pointer to VQs 2014-06-09 16:21:07 +03:00
test.h
vhost.c vhost: switch to __get/__put_user exclusively 2014-12-09 12:05:29 +02:00
vhost.h vhost: add memory access wrappers 2014-12-09 12:05:29 +02:00
vringh.c