summaryrefslogtreecommitdiff
path: root/drivers/misc/vmw_vmci/vmci_guest.c
AgeCommit message (Expand)Author
2023-01-20VMCI: Use threaded irqs instead of taskletsVishnu Dasa
2022-04-24VMCI: Add support for ARM64Vishnu Dasa
2022-03-18VMCI: Release notification_bitmap in error pathVishnu Dasa
2022-03-18VMCI: Check exclusive_vectors when freeing interrupt 1Vishnu Dasa
2022-02-25VMCI: Fix some error handling paths in vmci_guest_probe_device()Christophe JAILLET
2022-02-25VMCI: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET
2022-02-25VMCI: Fix the description of vmci_check_host_caps()Christophe JAILLET
2022-02-08VMCI: dma dg: add support for DMA datagrams receiveJorgen Hansen
2022-02-08VMCI: dma dg: add support for DMA datagrams sendsJorgen Hansen
2022-02-08VMCI: dma dg: allocate send and receive buffers for DMA datagramsJorgen Hansen
2022-02-08VMCI: dma dg: register dummy IRQ handlers for DMA datagramsJorgen Hansen
2022-02-08VMCI: dma dg: set OS page sizeJorgen Hansen
2022-02-08VMCI: dma dg: detect DMA datagram capabilityJorgen Hansen
2022-02-08VMCI: dma dg: add MMIO access to registersJorgen Hansen
2021-04-05misc: vmw_vmci: explicitly initialize vmci_datagram payloadTetsuo Handa
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA
2017-03-16vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri
2014-07-18misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman
2014-02-28vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-01-09VMCI: fix error handling path when registering guest driverDmitry Torokhov
2013-09-26VMCI: fix to pass correct device identity to free_irq()Wei Yongjun
2013-08-27VMCI: Add support for virtual IOMMUAndy King
2013-01-22VMCI: Fix broken context ID retrievalAndy King
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov
2013-01-17VMCI: Fix "always true condition"Andy King
2013-01-08VMCI: guest side driver implementation.George Zhang