aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt/vboxguest/vboxguest_utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27virt: vbox: Do not use wait_event_interruptible when called from kernel contextHans de Goede1-6/+12
2020-07-10virt: vbox: Log unknown ioctl requests as errorHans de Goede1-0/+1
2020-03-19virt: vbox: Use fallthrough;Joe Perches1-1/+1
2019-12-10virt: vbox: Explicitly include linux/io.h to pick up various defsSean Christopherson1-0/+1
2019-10-10virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost1-1/+2
2019-03-28virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xHans de Goede1-14/+18
2018-04-23virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memoryHans de Goede1-2/+3
2018-04-23virt: vbox: Add vbg_req_free() helper functionHans de Goede1-3/+11
2018-01-22virt: vbox: Add error mapping for VERR_INVALID_NAME and VERR_NO_MORE_FILESHans de Goede1-0/+2
2017-12-18virt: Add vboxguest VMMDEV communication codeHans de Goede1-0/+801