summaryrefslogtreecommitdiff
path: root/sys/dev/vmware/vmci
Commit message (Expand)AuthorAgeFilesLines
* vmci: Avoid relying on macro expansion to provide correct syntaxMark Johnston2021-11-071-1/+1
* vmci: fix panic due to freeing unallocated resourcesMark Peek2021-10-165-4/+61
* vmci(4): Shorten interrupt descriptions.Alexander Motin2021-08-051-3/+3
* vmware: clean up empty lines in .c and .h filesMateusz Guzik2020-09-017-9/+0
* Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load theHiroki Sato2019-08-251-4/+13
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Update VMCI license based on comments from core, the FreeBSD Foundation,Mark Peek2018-04-0828-27/+78
* Rectify VMCI SPDX licenseMark Peek2018-03-2727-27/+27
* vmci(4): Fix GCC build and rationalize vmci_kernel_defs.hConrad Meyer2018-03-263-10/+7
* Add VMCI (Virtual Machine Communication Interface) driverMark Peek2018-03-2527-0/+9434