summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci/vmci_host.c
Commit message (Expand)AuthorAgeFilesLines
* vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong2023-04-051-1/+7
* VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...George Kennedy2023-01-201-0/+2
* vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy2021-03-241-1/+1
* vmci_host: get rid of pointless access_ok()Al Viro2020-05-291-2/+0
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella2019-11-141-0/+7
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner2019-06-051-9/+1
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* VMCI: Use memdup_user() rather than duplicating its implementationWen Yang2018-12-191-14/+4
* VMCI: remove set but not used variable 'cid'YueHaibing2018-10-021-3/+0
* misc: remove redundant include moduleparam.hzhong jiang2018-09-251-1/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* VMCI: use memdup_user().Muhammad Falak R Wani2016-08-311-10/+4
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-6/+1
* VMCI: Check userland-provided datagram sizeAndy King2015-03-251-0/+6
* VMCI: Fix two UVA mapping bugsJorgen Hansen2015-01-251-6/+7
* vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2013-10-051-5/+1
* VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2013-01-171-0/+1
* VMCI: host side driver implementation.George Zhang2013-01-081-0/+1042