aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vmw_vmci_api.h
AgeCommit message (Collapse)AuthorFilesLines
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-1/+1
Switch from passing msg->iov_iter.iov to passing msg itself Signed-off-by: Al Viro <[email protected]>
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-2/+3
... and switch it to memcpy_to_msg() Signed-off-by: Al Viro <[email protected]>
2013-01-08VMCI: Some header and config files.George Zhang1-0/+82
VMCI head config patch Adds all the necessary files to enable building of the VMCI module with the Linux Makefiles and Kconfig systems. Also adds the header files used for building modules against the driver. Signed-off-by: George Zhang <[email protected]> Acked-by: Andy king <[email protected]> Acked-by: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>