summaryrefslogtreecommitdiffstats
path: root/drivers/virt
AgeCommit message (Expand)Author
2020-11-09nitro_enclaves: Fixup type and simplify logic of the poll mask setupAndra Paraschiv
2020-10-02virt: vbox: simplify the return expression of vbg_input_open()Qinglang Miao
2020-09-22nitro_enclaves: Add Makefile for the Nitro Enclaves driverAndra Paraschiv
2020-09-22nitro_enclaves: Add Kconfig for the Nitro Enclaves driverAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for terminating an enclaveAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for starting an enclaveAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for setting an enclave memory regionAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for getting the enclave image load infoAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for setting an enclave vCPUAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for creating an enclave VMAndra Paraschiv
2020-09-22nitro_enclaves: Init misc device providing the ioctl interfaceAndra Paraschiv
2020-09-22nitro_enclaves: Handle out-of-band PCI device eventsAndra Paraschiv
2020-09-22nitro_enclaves: Handle PCI device command requestsAndra Paraschiv
2020-09-22nitro_enclaves: Init PCI device driverAndra Paraschiv
2020-09-22nitro_enclaves: Define enclave info for internal bookkeepingAndra Paraschiv
2020-09-22nitro_enclaves: Define the PCI device interfaceAndra Paraschiv
2020-09-07drivers/virt/fsl_hypervisor: Fix error handling pathSouptick Joarder
2020-08-28virt: vbox: Use current_uid() in vbg_misc_device_requestor()Denis Efremov
2020-07-10virt: vbox: Fix some comments which talk about the "session spinlock"Hans de Goede
2020-07-10virt: vbox: Log unknown ioctl requests as errorHans de Goede
2020-07-10virt: vbox: Add a few new vmmdev request types to the userspace whitelistHans de Goede
2020-07-10virt: vbox: Add support for the new VBG_IOCTL_ACQUIRE_GUEST_CAPABILITIES ioctlHans de Goede
2020-07-10virt: vbox: Add vbg_set_host_capabilities() helper functionHans de Goede
2020-07-10virt: vbox: Rename guest_caps struct members to set_guest_capsHans de Goede
2020-07-10virt: vbox: Fix guest capabilities mask checkHans de Goede
2020-07-10virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers to match u...Hans de Goede
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-03-19virt: vbox: Use fallthrough;Joe Perches
2019-12-10virt: vbox: Explicitly include linux/io.h to pick up various defsSean Christopherson
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-10virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctlDan Carpenter
2019-05-14drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctlDan Carpenter
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-25virt: vbox: Sanity-check parameter types for hgcm-calls coming from userspaceHans de Goede
2019-03-28virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xHans de Goede
2019-02-27virt: vbox: Mark expected switch fall-throughGustavo A. R. Silva
2018-11-11vbox: fix link error with 'gcc -Og'Arnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-14virt: vbox: Only copy_from_user the request-header onceWenwen Wang
2018-04-23virt: vbox: Log an error when we fail to get the host versionHans de Goede
2018-04-23virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memoryHans de Goede
2018-04-23virt: vbox: Add vbg_req_free() helper functionHans de Goede
2018-04-23virt: vbox: Move declarations of vboxguest private functions to private headerHans de Goede
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-22virt: vbox: Add error mapping for VERR_INVALID_NAME and VERR_NO_MORE_FILESHans de Goede