aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci/vmci_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella1-0/+7
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner1-9/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-19VMCI: Use memdup_user() rather than duplicating its implementationWen Yang1-14/+4
2018-10-02VMCI: remove set but not used variable 'cid'YueHaibing1-3/+0
2018-09-25misc: remove redundant include moduleparam.hzhong jiang1-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-08-31VMCI: use memdup_user().Muhammad Falak R Wani1-10/+4
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-6/+1
2015-03-25VMCI: Check userland-provided datagram sizeAndy King1-0/+6
2015-01-25VMCI: Fix two UVA mapping bugsJorgen Hansen1-6/+7
2013-10-05vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara1-5/+1
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov1-0/+1
2013-01-08VMCI: host side driver implementation.George Zhang1-0/+1042