summaryrefslogtreecommitdiffstats
path: root/drivers/virt
Commit message (Expand)AuthorAgeFilesLines
* nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assertAndra Paraschiv2021-12-211-2/+3
* virt: acrn: Introduce interfaces for virtual device creating/destroyingShuo Liu2021-10-052-0/+50
* virt: acrn: Introduce interfaces for MMIO device passthroughShuo Liu2021-10-052-0/+51
* nitro_enclaves: Add fixes for checkpatch match open parenthesis reportsAndra Paraschiv2021-09-141-8/+9
* nitro_enclaves: Update copyright statement to include 2021Andra Paraschiv2021-09-141-1/+1
* nitro_enclaves: Add fix for the kernel-doc reportAndra Paraschiv2021-09-141-2/+6
* nitro_enclaves: Enable Arm64 supportAndra Paraschiv2021-09-141-6/+2
* 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