aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09virt: acrn: Introduce an interface for Service VM to control vCPUShuo Liu2-0/+62
2021-02-09virt: acrn: Introduce irqfdShuo Liu5-1/+256
2021-02-09virt: acrn: Introduce ioeventfdShuo Liu6-1/+298
2021-02-09virt: acrn: Introduce I/O ranges operation interfacesShuo Liu2-0/+64
2021-02-09virt: acrn: Introduce interfaces to query C-states and P-states allowed by hypervisorShuo Liu2-0/+81
2021-02-09virt: acrn: Introduce interrupt injection interfacesShuo Liu4-0/+121
2021-02-09virt: acrn: Introduce interfaces for PCI device passthroughShuo Liu2-0/+104
2021-02-09virt: acrn: Introduce PCI configuration space PIO accesses combinerShuo Liu2-0/+78
2021-02-09virt: acrn: Introduce I/O request managementShuo Liu6-10/+693
2021-02-09virt: acrn: Introduce EPT mapping managementShuo Liu6-10/+427
2021-02-09virt: acrn: Introduce an ioctl to set vCPU registers stateShuo Liu2-1/+46
2021-02-09virt: acrn: Introduce VM management interfacesShuo Liu5-4/+241
2021-02-09virt: acrn: Introduce ACRN HSM basic driverShuo Liu6-0/+125
2021-01-27virt: vbox: Do not use wait_event_interruptible when called from kernel contextHans de Goede1-6/+12
2020-11-09nitro_enclaves: Fixup type and simplify logic of the poll mask setupAndra Paraschiv1-4/+2
2020-10-02virt: vbox: simplify the return expression of vbg_input_open()Qinglang Miao1-6/+1
2020-09-22nitro_enclaves: Add Makefile for the Nitro Enclaves driverAndra Paraschiv2-0/+11
2020-09-22nitro_enclaves: Add Kconfig for the Nitro Enclaves driverAndra Paraschiv2-0/+22
2020-09-22nitro_enclaves: Add logic for terminating an enclaveAndra Paraschiv1-0/+166
2020-09-22nitro_enclaves: Add logic for starting an enclaveAndra Paraschiv1-0/+157
2020-09-22nitro_enclaves: Add logic for setting an enclave memory regionAndra Paraschiv1-0/+317
2020-09-22nitro_enclaves: Add logic for getting the enclave image load infoAndra Paraschiv1-0/+36
2020-09-22nitro_enclaves: Add logic for setting an enclave vCPUAndra Paraschiv1-0/+695
2020-09-22nitro_enclaves: Add logic for creating an enclave VMAndra Paraschiv1-0/+223
2020-09-22nitro_enclaves: Init misc device providing the ioctl interfaceAndra Paraschiv2-0/+153
2020-09-22nitro_enclaves: Handle out-of-band PCI device eventsAndra Paraschiv1-0/+118
2020-09-22nitro_enclaves: Handle PCI device command requestsAndra Paraschiv1-0/+189
2020-09-22nitro_enclaves: Init PCI device driverAndra Paraschiv1-0/+304
2020-09-22nitro_enclaves: Define enclave info for internal bookkeepingAndra Paraschiv1-0/+109
2020-09-22nitro_enclaves: Define the PCI device interfaceAndra Paraschiv1-0/+327
2020-09-07drivers/virt/fsl_hypervisor: Fix error handling pathSouptick Joarder1-9/+8
2020-08-28virt: vbox: Use current_uid() in vbg_misc_device_requestor()Denis Efremov1-1/+1
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 Goede2-1/+2
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 Goede2-1/+176
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 Goede2-14/+15
2020-07-10virt: vbox: Fix guest capabilities mask checkHans de Goede2-1/+3
2020-07-10virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers to match upstreamHans de Goede3-2/+20
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-03-19virt: vbox: Use fallthrough;Joe Perches2-2/+2
2019-12-10virt: vbox: Explicitly include linux/io.h to pick up various defsSean Christopherson2-0/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-10virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-05-14drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctlDan Carpenter1-0/+3
2019-05-14drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctlDan Carpenter1-13/+13
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1