index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
vmw_vmci
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-15
Revert "vmci: Prevent the dispatching of uninitialized payloads"
Greg Kroah-Hartman
1
-2
/
+0
2025-08-15
vmci: Prevent the dispatching of uninitialized payloads
Lizhi Xu
1
-0
/
+2
2025-06-27
VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notify
Wupeng Ma
1
-6
/
+5
2024-09-12
VMCI: Fix use-after-free when removing resource in vmci_resource_remove()
David Fernandez Gonzalez
1
-1
/
+2
2024-06-21
vmci: prevent speculation leaks by sanitizing event in event_deliver()
Hagar Gamal Halim Hemdan
1
-1
/
+5
2024-06-12
VMCI: Fix an error handling path in vmci_guest_probe_device()
Christophe JAILLET
1
-2
/
+8
2024-04-13
VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_ha...
Vasiliy Kovalev
1
-1
/
+2
2024-04-13
VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()
Harshit Mogalapalli
1
-1
/
+2
2023-05-11
vmci_host: fix a race condition in vmci_host_poll() causing GPF
Dae R. Jeong
1
-1
/
+7
2023-03-10
VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...
George Kennedy
1
-0
/
+2
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2023-01-24
VMCI: Use threaded irqs instead of tasklets
Vishnu Dasa
1
-30
/
+19
2022-11-09
misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
Alexander Potapenko
1
-0
/
+2
2022-09-09
misc/vmw_vmci: Use kmap_local_page() in vmci_queue_pair.c
Fabio M. De Francesco
1
-8
/
+8
2022-04-24
VMCI: Add support for ARM64
Vishnu Dasa
3
-1
/
+17
2022-04-24
misc: vmw_vmci: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-8
/
+7
2022-03-18
VMCI: Release notification_bitmap in error path
Vishnu Dasa
1
-1
/
+2
2022-03-18
VMCI: Check exclusive_vectors when freeing interrupt 1
Vishnu Dasa
1
-1
/
+3
2022-02-25
VMCI: Fix some error handling paths in vmci_guest_probe_device()
Christophe JAILLET
1
-9
/
+9
2022-02-25
VMCI: No need to clear memory after a dma_alloc_coherent() call
Christophe JAILLET
1
-4
/
+2
2022-02-25
VMCI: Fix the description of vmci_check_host_caps()
Christophe JAILLET
1
-3
/
+3
2022-02-08
VMCI: dma dg: add support for DMA datagrams receive
Jorgen Hansen
1
-24
/
+79
2022-02-08
VMCI: dma dg: add support for DMA datagrams sends
Jorgen Hansen
1
-2
/
+43
2022-02-08
VMCI: dma dg: allocate send and receive buffers for DMA datagrams
Jorgen Hansen
1
-9
/
+62
2022-02-08
VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
Jorgen Hansen
1
-3
/
+39
2022-02-08
VMCI: dma dg: set OS page size
Jorgen Hansen
1
-0
/
+4
2022-02-08
VMCI: dma dg: detect DMA datagram capability
Jorgen Hansen
1
-0
/
+11
2022-02-08
VMCI: dma dg: add MMIO access to registers
Jorgen Hansen
1
-19
/
+48
2021-12-21
misc: vmw_vmci: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
2
-6
/
+3
2021-08-27
VMCI: fix NULL pointer dereference when unmapping queue pair
Wang Hai
1
-2
/
+4
2021-06-24
misc: vmw_vmci: return the correct errno code
Junlin Yang
1
-1
/
+1
2021-04-05
misc: vmw_vmci: explicitly initialize vmci_datagram payload
Tetsuo Handa
1
-1
/
+1
2021-04-05
misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg struct
Tetsuo Handa
1
-1
/
+1
2021-03-24
vmci_host: print unexpanded names of ioctl requests in debug messages
Gleb Fotengauer-Malinovskiy
1
-1
/
+1
2021-02-09
drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queue
Sabyrzhan Tasbolatov
1
-0
/
+3
2021-01-26
VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOC
Jorgen Hansen
1
-4
/
+8
2021-01-26
VMCI: Use set_page_dirty_lock() when unregistering guest memory
Jorgen Hansen
1
-1
/
+1
2021-01-26
VMCI: Stop log spew when qp allocation isn't possible
Jorgen Hansen
1
-1
/
+1
2021-01-26
misc/vmw_vmci: fix typo
mateng
1
-1
/
+1
2020-12-09
misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...
Anant Thazhemadam
1
-1
/
+1
2020-08-28
VMCI: check return value of get_user_pages_fast() for errors
Alex Dewar
1
-4
/
+6
2020-05-29
vmci_host: get rid of pointless access_ok()
Al Viro
1
-2
/
+0
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-11-20
vsock/vmci: make vmci_vsock_cb_host_called static
Mao Wenan
1
-1
/
+1
2019-11-14
vsock/vmci: register vmci_transport only when VMCI guest/host are active
Stefano Garzarella
4
-0
/
+78
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-08-28
VMCI: Release resource if the work is already queued
Nadav Amit
1
-2
/
+4
2019-06-21
VMCI: Fix integer overflow in VMCI handle arrays
Vishnu DASA
3
-58
/
+89
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321
Thomas Gleixner
20
-180
/
+20
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
[next]