summaryrefslogtreecommitdiffstats
path: root/drivers/misc/vmw_vmci
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner2019-06-0520-180/+20
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-142-3/+5
* VMCI: Support upto 64-bit PPNsVishnu DASA2019-02-266-47/+72
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* VMCI: Use memdup_user() rather than duplicating its implementationWen Yang2018-12-191-14/+4
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-3/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+3
* | VMCI: remove set but not used variable 'cid'YueHaibing2018-10-021-3/+0
* | VMCI: Resource wildcard match fixedJorgen Hansen2018-10-022-2/+3
* | misc: remove redundant include moduleparam.hzhong jiang2018-09-251-1/+0
|/
* vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter2018-07-071-2/+2
* misc: vmci: remove redundant variable is_localColin Ian King2018-07-031-5/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1