summaryrefslogtreecommitdiff
path: root/drivers/virt
Commit message (Expand)AuthorAgeFilesLines
* vboxguest: Do not use devm for irqPascal Terjan2022-08-251-3/+6
* nitro_enclaves: Fix stale file descriptors on failed usercopyMathias Krause2021-05-111-26/+17
* virt: vbox: Do not use wait_event_interruptible when called from kernel contextHans de Goede2021-03-041-6/+12
* nitro_enclaves: Fixup type and simplify logic of the poll mask setupAndra Paraschiv2020-11-091-4/+2
* virt: vbox: simplify the return expression of vbg_input_open()Qinglang Miao2020-10-021-6/+1
* nitro_enclaves: Add Makefile for the Nitro Enclaves driverAndra Paraschiv2020-09-222-0/+11
* nitro_enclaves: Add Kconfig for the Nitro Enclaves driverAndra Paraschiv2020-09-222-0/+22
* nitro_enclaves: Add logic for terminating an enclaveAndra Paraschiv2020-09-221-0/+166
* nitro_enclaves: Add logic for starting an enclaveAndra Paraschiv2020-09-221-0/+157
* nitro_enclaves: Add logic for setting an enclave memory regionAndra Paraschiv2020-09-221-0/+317
* nitro_enclaves: Add logic for getting the enclave image load infoAndra Paraschiv2020-09-221-0/+36
* nitro_enclaves: Add logic for setting an enclave vCPUAndra Paraschiv2020-09-221-0/+695
* nitro_enclaves: Add logic for creating an enclave VMAndra Paraschiv2020-09-221-0/+223
* nitro_enclaves: Init misc device providing the ioctl interfaceAndra Paraschiv2020-09-222-0/+153
* nitro_enclaves: Handle out-of-band PCI device eventsAndra Paraschiv2020-09-221-0/+118
* nitro_enclaves: Handle PCI device command requestsAndra Paraschiv2020-09-221-0/+189
* nitro_enclaves: Init PCI device driverAndra Paraschiv2020-09-221-0/+304
* nitro_enclaves: Define enclave info for internal bookkeepingAndra Paraschiv2020-09-221-0/+109
* nitro_enclaves: Define the PCI device interfaceAndra Paraschiv2020-09-221-0/+327
* drivers/virt/fsl_hypervisor: Fix error handling pathSouptick Joarder2020-09-071-9/+8
* 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
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* 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
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost2019-10-101-1/+2
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctlDan Carpenter2019-05-141-0/+3
* drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctlDan Carpenter2019-05-141-13/+13
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+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-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: kzalloc() -> kcalloc()Kees Cook2018-06-121-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