summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci
AgeCommit message (Expand)AuthorLines
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+7
2023-04-05vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong-1/+7
2023-04-05misc: vmw_vmci: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)-2/+2
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman-30/+19
2023-01-20VMCI: Use threaded irqs instead of taskletsVishnu Dasa-30/+19
2023-01-20VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...George Kennedy-0/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-3/+3
2022-11-09misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()Alexander Potapenko-0/+2
2022-09-09misc/vmw_vmci: Use kmap_local_page() in vmci_queue_pair.cFabio M. De Francesco-8/+8
2022-04-24VMCI: Add support for ARM64Vishnu Dasa-1/+17
2022-04-24misc: vmw_vmci: replace usage of found with dedicated list iterator variableJakob Koschel-8/+7
2022-03-18VMCI: Release notification_bitmap in error pathVishnu Dasa-1/+2
2022-03-18VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa-1/+3
2022-02-25VMCI: Fix some error handling paths in vmci_guest_probe_device()Christophe JAILLET-9/+9
2022-02-25VMCI: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET-4/+2
2022-02-25VMCI: Fix the description of vmci_check_host_caps()Christophe JAILLET-3/+3
2022-02-08VMCI: dma dg: add support for DMA datagrams receiveJorgen Hansen-24/+79
2022-02-08VMCI: dma dg: add support for DMA datagrams sendsJorgen Hansen-2/+43
2022-02-08VMCI: dma dg: allocate send and receive buffers for DMA datagramsJorgen Hansen-9/+62
2022-02-08VMCI: dma dg: register dummy IRQ handlers for DMA datagramsJorgen Hansen-3/+39
2022-02-08VMCI: dma dg: set OS page sizeJorgen Hansen-0/+4
2022-02-08VMCI: dma dg: detect DMA datagram capabilityJorgen Hansen-0/+11
2022-02-08VMCI: dma dg: add MMIO access to registersJorgen Hansen-19/+48
2021-12-21misc: vmw_vmci: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)-6/+3
2021-08-27VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai-2/+4
2021-06-24misc: vmw_vmci: return the correct errno codeJunlin Yang-1/+1
2021-04-05misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa-1/+1
2021-04-05misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg structTetsuo Handa-1/+1
2021-03-24vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy-1/+1
2021-02-09drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov-0/+3
2021-01-26VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOCJorgen Hansen-4/+8
2021-01-26VMCI: Use set_page_dirty_lock() when unregistering guest memoryJorgen Hansen-1/+1
2021-01-26VMCI: Stop log spew when qp allocation isn't possibleJorgen Hansen-1/+1
2021-01-26misc/vmw_vmci: fix typomateng-1/+1
2020-12-09misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam-1/+1
2020-08-28VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar-4/+6
2020-05-29vmci_host: get rid of pointless access_ok()Al Viro-2/+0
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-11-20vsock/vmci: make vmci_vsock_cb_host_called staticMao Wenan-1/+1
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella-0/+78
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-1/+1
2019-08-28VMCI: Release resource if the work is already queuedNadav Amit-2/+4
2019-06-21VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA-58/+89
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner-180/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny-3/+5
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA-47/+72
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-12-19VMCI: Use memdup_user() rather than duplicating its implementationWen Yang-14/+4
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-3/+3