summaryrefslogtreecommitdiffstats
path: root/drivers/virt/vboxguest/vboxguest_utils.c
Commit message (Expand)AuthorAgeFilesLines
* virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost2019-10-101-1/+2
* virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xHans de Goede2019-03-281-14/+18
* virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memoryHans de Goede2018-04-231-2/+3
* virt: vbox: Add vbg_req_free() helper functionHans de Goede2018-04-231-3/+11
* virt: vbox: Add error mapping for VERR_INVALID_NAME and VERR_NO_MORE_FILESHans de Goede2018-01-221-0/+2
* virt: Add vboxguest VMMDEV communication codeHans de Goede2017-12-181-0/+801