aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt/vboxguest/vboxguest_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-10virt: vbox: Fix some comments which talk about the "session spinlock"Hans de Goede1-2/+2
2020-07-10virt: vbox: Log unknown ioctl requests as errorHans de Goede1-1/+1
2020-07-10virt: vbox: Add a few new vmmdev request types to the userspace whitelistHans de Goede1-0/+2
2020-07-10virt: vbox: Add support for the new VBG_IOCTL_ACQUIRE_GUEST_CAPABILITIES ioctlHans de Goede1-1/+162
2020-07-10virt: vbox: Add vbg_set_host_capabilities() helper functionHans de Goede1-33/+46
2020-07-10virt: vbox: Rename guest_caps struct members to set_guest_capsHans de Goede1-10/+10
2020-07-10virt: vbox: Fix guest capabilities mask checkHans de Goede1-1/+1
2020-07-10virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers to match upstreamHans de Goede1-1/+3
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-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 Goede1-34/+72
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-04-23virt: vbox: Log an error when we fail to get the host versionHans de Goede1-1/+3
2018-04-23virt: vbox: Add vbg_req_free() helper functionHans de Goede1-31/+35
2017-12-18virt: Add vboxguest driver for Virtual Box Guest integrationHans de Goede1-0/+1571