summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci
AgeCommit message (Expand)AuthorFilesLines
2025-08-28Revert "vmci: Prevent the dispatching of uninitialized payloads"Greg Kroah-Hartman1-2/+0
2025-08-28vmci: Prevent the dispatching of uninitialized payloadsLizhi Xu1-0/+2
2025-06-27VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notifyWupeng Ma1-6/+5
2024-09-12VMCI: Fix use-after-free when removing resource in vmci_resource_remove()David Fernandez Gonzalez1-1/+2
2024-07-05vmci: prevent speculation leaks by sanitizing event in event_deliver()Hagar Gamal Halim Hemdan1-1/+5
2024-04-13VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_ha...Vasiliy Kovalev1-1/+2
2024-04-13VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli1-1/+2
2023-05-11vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong1-1/+7
2023-03-10VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...George Kennedy1-0/+2
2022-11-26misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()Alexander Potapenko1-0/+2
2021-08-27VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai1-2/+4
2021-06-24misc: vmw_vmci: return the correct errno codeJunlin Yang1-1/+1
2021-04-05misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa1-1/+1
2021-04-05misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg structTetsuo Handa1-1/+1
2021-03-24vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy1-1/+1
2021-02-09drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov1-0/+3
2021-01-26VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOCJorgen Hansen1-4/+8
2021-01-26VMCI: Use set_page_dirty_lock() when unregistering guest memoryJorgen Hansen1-1/+1
2021-01-26VMCI: Stop log spew when qp allocation isn't possibleJorgen Hansen1-1/+1
2021-01-26misc/vmw_vmci: fix typomateng1-1/+1
2020-12-09misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam1-1/+1
2020-08-28VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar1-4/+6
2020-05-29vmci_host: get rid of pointless access_ok()Al Viro1-2/+0
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-11-20vsock/vmci: make vmci_vsock_cb_host_called staticMao Wenan1-1/+1
2019-11-15vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella4-0/+78
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-08-28VMCI: Release resource if the work is already queuedNadav Amit1-2/+4
2019-06-21VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA3-58/+89
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner20-180/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2-3/+5
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA6-47/+72
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-19VMCI: Use memdup_user() rather than duplicating its implementationWen Yang1-14/+4
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-3/+3
2018-10-03VMCI: remove set but not used variable 'cid'YueHaibing1-3/+0
2018-10-03VMCI: Resource wildcard match fixedJorgen Hansen2-2/+3
2018-09-25misc: remove redundant include moduleparam.hzhong jiang1-1/+0
2018-07-07vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter1-2/+2
2018-07-03misc: vmci: remove redundant variable is_localColin Ian King1-5/+0
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-01Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-133/+46
2017-12-03vmci: the same on the send side...Al Viro1-69/+20
2017-12-03vmci: simplify qp_dequeue_locked()Al Viro1-53/+18
2017-12-03vmci: get rid of qp_memcpy_from_queue()Al Viro1-20/+17
2017-12-03vmci: fix buf_size in case of iovec-based accessesAl Viro1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2