aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt/vboxguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-10virt: vbox: Explicitly include linux/io.h to pick up various defsSean Christopherson2-0/+2
2019-10-10virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-25virt: vbox: Sanity-check parameter types for hgcm-calls coming from userspaceHans de Goede1-0/+31
2019-03-28virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xHans de Goede6-66/+130
2019-02-27virt: vbox: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-11vbox: fix link error with 'gcc -Og'Arnd Bergmann1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2018-05-14virt: vbox: Only copy_from_user the request-header onceWenwen Wang1-1/+3
2018-04-23virt: vbox: Log an error when we fail to get the host versionHans de Goede1-1/+3
2018-04-23virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memoryHans de Goede2-5/+19
2018-04-23virt: vbox: Add vbg_req_free() helper functionHans de Goede3-34/+47
2018-04-23virt: vbox: Move declarations of vboxguest private functions to private headerHans de Goede1-0/+8
2018-01-22virt: vbox: Add error mapping for VERR_INVALID_NAME and VERR_NO_MORE_FILESHans de Goede1-0/+2
2017-12-21virt: vbox: use %pap format for printing resource_size_tArnd Bergmann1-4/+4
2017-12-18virt: Add vboxguest driver for Virtual Box Guest integrationHans de Goede6-0/+2251
2017-12-18virt: Add vboxguest VMMDEV communication codeHans de Goede2-0/+1250