summaryrefslogtreecommitdiffstats
path: root/drivers/virt/vboxguest
Commit message (Expand)AuthorAgeFilesLines
* virt: vbox: utils: fix all kernel-doc warningsRandy Dunlap2023-12-231-12/+21
* virt: vbox: linux: fix all kernel-doc warningsRandy Dunlap2023-12-231-10/+12
* virt: vbox: core: fix all kernel-doc warningsRandy Dunlap2023-12-231-63/+91
* virt: vbox: Remove unproper informationJiasheng Jiang2022-09-091-4/+0
* virt: vbox: convert to use dev_groupsJiasheng Jiang2022-09-091-4/+8
* virt: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-011-1/+1
* vboxguest: Do not use devm for irqPascal Terjan2022-06-271-3/+6
* virt: vbox: Do not use wait_event_interruptible when called from kernel contextHans de Goede2021-01-271-6/+12
* virt: vbox: simplify the return expression of vbg_input_open()Qinglang Miao2020-10-021-6/+1
* virt: vbox: Use current_uid() in vbg_misc_device_requestor()Denis Efremov2020-08-281-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-102-1/+2
* 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-102-1/+176
* 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-102-14/+15
* virt: vbox: Fix guest capabilities mask checkHans de Goede2020-07-102-1/+3
* virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers to match u...Hans de Goede2020-07-103-2/+20
* virt: vbox: Use fallthrough;Joe Perches2020-03-192-2/+2
* virt: vbox: Explicitly include linux/io.h to pick up various defsSean Christopherson2019-12-102-0/+2
* virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost2019-10-101-1/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* 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-286-66/+130
* 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: Only copy_from_user the request-header onceWenwen Wang2018-05-141-1/+3
* virt: vbox: Log an error when we fail to get the host versionHans de Goede2018-04-231-1/+3
* virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memoryHans de Goede2018-04-232-5/+19
* virt: vbox: Add vbg_req_free() helper functionHans de Goede2018-04-233-34/+47
* virt: vbox: Move declarations of vboxguest private functions to private headerHans de Goede2018-04-231-0/+8
* virt: vbox: Add error mapping for VERR_INVALID_NAME and VERR_NO_MORE_FILESHans de Goede2018-01-221-0/+2
* virt: vbox: use %pap format for printing resource_size_tArnd Bergmann2017-12-211-4/+4
* virt: Add vboxguest driver for Virtual Box Guest integrationHans de Goede2017-12-186-0/+2251
* virt: Add vboxguest VMMDEV communication codeHans de Goede2017-12-182-0/+1250