summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci
Commit message (Expand)AuthorAgeFilesLines
* VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_ha...Vasiliy Kovalev2024-03-011-1/+2
* VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli2024-02-011-1/+2
* VMCI: Use struct_size() in kmalloc()Harshit Mogalapalli2024-02-011-2/+2
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-172-15/+3
|\
| * VMCI: Remove VMCI_HANDLE_ARRAY_HEADER_SIZE and VMCI_HANDLE_ARRAY_MAX_CAPACITYChristophe JAILLET2023-12-151-6/+0
| * VMCI: Remove handle_arr_calc_size()Christophe JAILLET2023-12-151-9/+3
* | VMCI: Annotate struct vmci_handle_arr with __counted_byChristophe JAILLET2023-12-011-1/+1
|/
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-1/+7
|\
| * vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong2023-04-051-1/+7
* | misc: vmw_vmci: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-04-052-2/+2
|/
* Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman2023-01-221-30/+19
|\
| * VMCI: Use threaded irqs instead of taskletsVishnu Dasa2023-01-201-30/+19
* | VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...George Kennedy2023-01-201-0/+2
|/
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
* misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()Alexander Potapenko2022-11-091-0/+2
* misc/vmw_vmci: Use kmap_local_page() in vmci_queue_pair.cFabio M. De Francesco2022-09-091-8/+8
* VMCI: Add support for ARM64Vishnu Dasa2022-04-243-1/+17
* misc: vmw_vmci: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-241-8/+7
* VMCI: Release notification_bitmap in error pathVishnu Dasa2022-03-181-1/+2
* VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa2022-03-181-1/+3
* VMCI: Fix some error handling paths in vmci_guest_probe_device()Christophe JAILLET2022-02-251-9/+9
* VMCI: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET2022-02-251-4/+2
* VMCI: Fix the description of vmci_check_host_caps()Christophe JAILLET2022-02-251-3/+3
* VMCI: dma dg: add support for DMA datagrams receiveJorgen Hansen2022-02-081-24/+79
* VMCI: dma dg: add support for DMA datagrams sendsJorgen Hansen2022-02-081-2/+43
* VMCI: dma dg: allocate send and receive buffers for DMA datagramsJorgen Hansen2022-02-081-9/+62
* VMCI: dma dg: register dummy IRQ handlers for DMA datagramsJorgen Hansen2022-02-081-3/+39
* VMCI: dma dg: set OS page sizeJorgen Hansen2022-02-081-0/+4
* VMCI: dma dg: detect DMA datagram capabilityJorgen Hansen2022-02-081-0/+11
* VMCI: dma dg: add MMIO access to registersJorgen Hansen2022-02-081-19/+48
* misc: vmw_vmci: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2021-12-212-6/+3
* VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai2021-08-271-2/+4
* misc: vmw_vmci: return the correct errno codeJunlin Yang2021-06-241-1/+1
* misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa2021-04-051-1/+1
* misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg structTetsuo Handa2021-04-051-1/+1
* vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy2021-03-241-1/+1
* drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov2021-02-091-0/+3
* VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOCJorgen Hansen2021-01-261-4/+8
* VMCI: Use set_page_dirty_lock() when unregistering guest memoryJorgen Hansen2021-01-261-1/+1
* VMCI: Stop log spew when qp allocation isn't possibleJorgen Hansen2021-01-261-1/+1
* misc/vmw_vmci: fix typomateng2021-01-261-1/+1
* misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam2020-12-091-1/+1
* VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar2020-08-281-4/+6
* 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: make vmci_vsock_cb_host_called staticMao Wenan2019-11-201-1/+1
* | vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella2019-11-144-0/+78
|/
* VMCI: Release resource if the work is already queuedNadav Amit2019-08-281-2/+4
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-06-213-58/+89