summaryrefslogtreecommitdiffstats
path: root/drivers/virt/vboxguest/vboxguest_core.c
Commit message (Expand)AuthorAgeFilesLines
* virt: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-011-1/+1
* virt: vbox: Fix some comments which talk about the "session spinlock"Hans de Goede2020-07-101-2/+2
* virt: vbox: Log unknown ioctl requests as errorHans de Goede2020-07-101-1/+1
* virt: vbox: Add a few new vmmdev request types to the userspace whitelistHans de Goede2020-07-101-0/+2
* virt: vbox: Add support for the new VBG_IOCTL_ACQUIRE_GUEST_CAPABILITIES ioctlHans de Goede2020-07-101-1/+162
* virt: vbox: Add vbg_set_host_capabilities() helper functionHans de Goede2020-07-101-33/+46
* virt: vbox: Rename guest_caps struct members to set_guest_capsHans de Goede2020-07-101-10/+10
* virt: vbox: Fix guest capabilities mask checkHans de Goede2020-07-101-1/+1
* virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers to match u...Hans de Goede2020-07-101-1/+3
* virt: vbox: Use fallthrough;Joe Perches2020-03-191-1/+1
* virt: vbox: Explicitly include linux/io.h to pick up various defsSean Christopherson2019-12-101-0/+1
* virt: vbox: Sanity-check parameter types for hgcm-calls coming from userspaceHans de Goede2019-04-251-0/+31
* virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xHans de Goede2019-03-281-34/+72
* virt: vbox: Mark expected switch fall-throughGustavo A. R. Silva2019-02-271-1/+1
* vbox: fix link error with 'gcc -Og'Arnd Bergmann2018-11-111-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+4
* virt: vbox: Log an error when we fail to get the host versionHans de Goede2018-04-231-1/+3
* virt: vbox: Add vbg_req_free() helper functionHans de Goede2018-04-231-31/+35
* virt: Add vboxguest driver for Virtual Box Guest integrationHans de Goede2017-12-181-0/+1571