index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
vmw_vmci
/
vmci_host.c
Age
Commit message (
Expand
)
Author
2021-03-24
vmci_host: print unexpanded names of ioctl requests in debug messages
Gleb Fotengauer-Malinovskiy
2020-05-29
vmci_host: get rid of pointless access_ok()
Al Viro
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-11-14
vsock/vmci: register vmci_transport only when VMCI guest/host are active
Stefano Garzarella
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321
Thomas Gleixner
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-19
VMCI: Use memdup_user() rather than duplicating its implementation
Wen Yang
2018-10-02
VMCI: remove set but not used variable 'cid'
YueHaibing
2018-09-25
misc: remove redundant include moduleparam.h
zhong jiang
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2016-08-31
VMCI: use memdup_user().
Muhammad Falak R Wani
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
2015-03-25
VMCI: Check userland-provided datagram size
Andy King
2015-01-25
VMCI: Fix two UVA mapping bugs
Jorgen Hansen
2013-10-05
vmw_vmci: Convert driver to use get_user_pages_fast()
Jan Kara
2013-01-17
VMCI: include slab.h into files using kmalloc/kfree
Dmitry Torokhov
2013-01-08
VMCI: host side driver implementation.
George Zhang