summaryrefslogtreecommitdiffstats
path: root/drivers/virt
AgeCommit message (Expand)AuthorLines
2021-03-10virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu-1/+1
2021-03-10virt: acrn: Use EPOLLIN instead of POLLINYejune Deng-1/+1
2021-03-10virt: acrn: Use vfs_poll() instead of f_op->poll()Yejune Deng-2/+2
2021-03-10virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPUShuo Liu-0/+9
2021-02-09virt: acrn: Introduce an interface for Service VM to control vCPUShuo Liu-0/+62
2021-02-09virt: acrn: Introduce irqfdShuo Liu-1/+256
2021-02-09virt: acrn: Introduce ioeventfdShuo Liu-1/+298
2021-02-09virt: acrn: Introduce I/O ranges operation interfacesShuo Liu-0/+64
2021-02-09virt: acrn: Introduce interfaces to query C-states and P-states allowed by hy...Shuo Liu-0/+81
2021-02-09virt: acrn: Introduce interrupt injection interfacesShuo Liu-0/+121
2021-02-09virt: acrn: Introduce interfaces for PCI device passthroughShuo Liu-0/+104
2021-02-09virt: acrn: Introduce PCI configuration space PIO accesses combinerShuo Liu-0/+78
2021-02-09virt: acrn: Introduce I/O request managementShuo Liu-10/+693
2021-02-09virt: acrn: Introduce EPT mapping managementShuo Liu-10/+427
2021-02-09virt: acrn: Introduce an ioctl to set vCPU registers stateShuo Liu-1/+46
2021-02-09virt: acrn: Introduce VM management interfacesShuo Liu-4/+241
2021-02-09virt: acrn: Introduce ACRN HSM basic driverShuo Liu-0/+125
2021-01-27virt: vbox: Do not use wait_event_interruptible when called from kernel contextHans de Goede-6/+12
2020-11-09nitro_enclaves: Fixup type and simplify logic of the poll mask setupAndra Paraschiv-4/+2
2020-10-02virt: vbox: simplify the return expression of vbg_input_open()Qinglang Miao-6/+1
2020-09-22nitro_enclaves: Add Makefile for the Nitro Enclaves driverAndra Paraschiv-0/+11
2020-09-22nitro_enclaves: Add Kconfig for the Nitro Enclaves driverAndra Paraschiv-0/+22
2020-09-22nitro_enclaves: Add logic for terminating an enclaveAndra Paraschiv-0/+166
2020-09-22nitro_enclaves: Add logic for starting an enclaveAndra Paraschiv-0/+157
2020-09-22nitro_enclaves: Add logic for setting an enclave memory regionAndra Paraschiv-0/+317
2020-09-22nitro_enclaves: Add logic for getting the enclave image load infoAndra Paraschiv-0/+36
2020-09-22nitro_enclaves: Add logic for setting an enclave vCPUAndra Paraschiv-0/+695
2020-09-22nitro_enclaves: Add logic for creating an enclave VMAndra Paraschiv-0/+223
2020-09-22nitro_enclaves: Init misc device providing the ioctl interfaceAndra Paraschiv-0/+153
2020-09-22nitro_enclaves: Handle out-of-band PCI device eventsAndra Paraschiv-0/+118
2020-09-22nitro_enclaves: Handle PCI device command requestsAndra Paraschiv-0/+189
2020-09-22nitro_enclaves: Init PCI device driverAndra Paraschiv-0/+304
2020-09-22nitro_enclaves: Define enclave info for internal bookkeepingAndra Paraschiv-0/+109
2020-09-22nitro_enclaves: Define the PCI device interfaceAndra Paraschiv-0/+327
2020-09-07drivers/virt/fsl_hypervisor: Fix error handling pathSouptick Joarder-9/+8
2020-08-28virt: vbox: Use current_uid() in vbg_misc_device_requestor()Denis Efremov-1/+1
2020-07-10virt: vbox: Fix some comments which talk about the "session spinlock"Hans de Goede-2/+2
2020-07-10virt: vbox: Log unknown ioctl requests as errorHans de Goede-1/+2
2020-07-10virt: vbox: Add a few new vmmdev request types to the userspace whitelistHans de Goede-0/+2
2020-07-10virt: vbox: Add support for the new VBG_IOCTL_ACQUIRE_GUEST_CAPABILITIES ioctlHans de Goede-1/+176
2020-07-10virt: vbox: Add vbg_set_host_capabilities() helper functionHans de Goede-33/+46
2020-07-10virt: vbox: Rename guest_caps struct members to set_guest_capsHans de Goede-14/+15
2020-07-10virt: vbox: Fix guest capabilities mask checkHans de Goede-1/+3
2020-07-10virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers to match u...Hans de Goede-2/+20
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-03-19virt: vbox: Use fallthrough;Joe Perches-2/+2
2019-12-10virt: vbox: Explicitly include linux/io.h to pick up various defsSean Christopherson-0/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-1/+1
2019-10-10virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost-1/+2