summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci/vmci_host.c
AgeCommit message (Expand)Author
2023-04-05vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong
2023-01-20VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...George Kennedy
2021-03-24vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy
2020-05-29vmci_host: get rid of pointless access_ok()Al Viro
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-19VMCI: Use memdup_user() rather than duplicating its implementationWen Yang
2018-10-02VMCI: remove set but not used variable 'cid'YueHaibing
2018-09-25misc: remove redundant include moduleparam.hzhong jiang
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-08-31VMCI: use memdup_user().Muhammad Falak R Wani
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman
2015-03-25VMCI: Check userland-provided datagram sizeAndy King
2015-01-25VMCI: Fix two UVA mapping bugsJorgen Hansen
2013-10-05vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov
2013-01-08VMCI: host side driver implementation.George Zhang