aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt/acrn/hsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05virt: acrn: Introduce interfaces for virtual device creating/destroyingShuo Liu1-0/+24
2021-10-05virt: acrn: Introduce interfaces for MMIO device passthroughShuo Liu1-0/+25
2021-03-10virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu1-1/+1
2021-03-10virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPUShuo Liu1-0/+9
2021-02-09virt: acrn: Introduce an interface for Service VM to control vCPUShuo Liu1-0/+48
2021-02-09virt: acrn: Introduce irqfdShuo Liu1-0/+7
2021-02-09virt: acrn: Introduce ioeventfdShuo Liu1-0/+11
2021-02-09virt: acrn: Introduce interfaces to query C-states and P-states allowed by hypervisorShuo Liu1-0/+69
2021-02-09virt: acrn: Introduce interrupt injection interfacesShuo Liu1-0/+40
2021-02-09virt: acrn: Introduce interfaces for PCI device passthroughShuo Liu1-0/+50
2021-02-09virt: acrn: Introduce I/O request managementShuo Liu1-2/+41
2021-02-09virt: acrn: Introduce EPT mapping managementShuo Liu1-0/+15
2021-02-09virt: acrn: Introduce an ioctl to set vCPU registers stateShuo Liu1-1/+33
2021-02-09virt: acrn: Introduce VM management interfacesShuo Liu1-2/+74
2021-02-09virt: acrn: Introduce ACRN HSM basic driverShuo Liu1-0/+87