summaryrefslogtreecommitdiffstats
path: root/drivers/virt/acrn/hsm.c
Commit message (Expand)AuthorAgeFilesLines
* virt: acrn: fix a memory leak in acrn_dev_ioctl()Xiaolong Huang2022-03-181-5/+15
* virt: acrn: Introduce interfaces for virtual device creating/destroyingShuo Liu2021-10-051-0/+24
* virt: acrn: Introduce interfaces for MMIO device passthroughShuo Liu2021-10-051-0/+25
* virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu2021-03-101-1/+1
* 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-091-0/+48
* virt: acrn: Introduce irqfdShuo Liu2021-02-091-0/+7
* virt: acrn: Introduce ioeventfdShuo Liu2021-02-091-0/+11
* virt: acrn: Introduce interfaces to query C-states and P-states allowed by hy...Shuo Liu2021-02-091-0/+69
* virt: acrn: Introduce interrupt injection interfacesShuo Liu2021-02-091-0/+40
* virt: acrn: Introduce interfaces for PCI device passthroughShuo Liu2021-02-091-0/+50
* virt: acrn: Introduce I/O request managementShuo Liu2021-02-091-2/+41
* virt: acrn: Introduce EPT mapping managementShuo Liu2021-02-091-0/+15
* virt: acrn: Introduce an ioctl to set vCPU registers stateShuo Liu2021-02-091-1/+33
* virt: acrn: Introduce VM management interfacesShuo Liu2021-02-091-2/+74
* virt: acrn: Introduce ACRN HSM basic driverShuo Liu2021-02-091-0/+87