summaryrefslogtreecommitdiffstats
path: root/drivers/virt
Commit message (Expand)AuthorAgeFilesLines
* virt: acrn: Do hcall_destroy_vm() before resource releaseShuo Liu2021-07-271-8/+8
* nitro_enclaves: Set Bus Master for the NE PCI deviceLongpeng(Mike)2021-06-241-0/+2
* nitro_enclaves: Fix stale file descriptors on failed usercopyMathias Krause2021-04-291-26/+17
* virt: acrn: Fix document of acrn_msi_inject()Shuo Liu2021-03-241-1/+1
* virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu2021-03-101-1/+1
* virt: acrn: Use EPOLLIN instead of POLLINYejune Deng2021-03-101-1/+1
* virt: acrn: Use vfs_poll() instead of f_op->poll()Yejune Deng2021-03-101-2/+2
* virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPUShuo Liu2021-03-101-0/+9
* virt: acrn: Introduce an interface for Service VM to control vCPUShuo Liu2021-02-092-0/+62
* virt: acrn: Introduce irqfdShuo Liu2021-02-095-1/+256
* virt: acrn: Introduce ioeventfdShuo Liu2021-02-096-1/+298
* virt: acrn: Introduce I/O ranges operation interfacesShuo Liu2021-02-092-0/+64
* virt: acrn: Introduce interfaces to query C-states and P-states allowed by hy...Shuo Liu2021-02-092-0/+81
* virt: acrn: Introduce interrupt injection interfacesShuo Liu2021-02-094-0/+121
* virt: acrn: Introduce interfaces for PCI device passthroughShuo Liu2021-02-092-0/+104
* virt: acrn: Introduce PCI configuration space PIO accesses combinerShuo Liu2021-02-092-0/+78
* virt: acrn: Introduce I/O request managementShuo Liu2021-02-096-10/+693
* virt: acrn: Introduce EPT mapping managementShuo Liu2021-02-096-10/+427
* virt: acrn: Introduce an ioctl to set vCPU registers stateShuo Liu2021-02-092-1/+46
* virt: acrn: Introduce VM management interfacesShuo Liu2021-02-095-4/+241
* virt: acrn: Introduce ACRN HSM basic driverShuo Liu2021-02-096-0/+125
* virt: vbox: Do not use wait_event_interruptible when called from kernel contextHans de Goede2021-01-271-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