summaryrefslogtreecommitdiffstats
path: root/drivers/virt/acrn
Commit message (Expand)AuthorAgeFilesLines
* eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-1/+1
* Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-302-2/+2
|\
| * virt: acrn: Annotate struct vm_memory_region_batch with __counted_byKees Cook2023-10-082-2/+2
* | x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-1/+1
|/
* minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-2/+2
* virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-081-2/+2
* virt: acrn: using for_each_set_bit to simplify the codeYang Yingliang2022-07-081-5/+1
* virt: acrn: Prefer array_size and struct_size over open coded arithmeticLen Baker2022-04-262-9/+10
* virt: acrn: fix a memory leak in acrn_dev_ioctl()Xiaolong Huang2022-03-181-5/+15
* virt: acrn: obtain pa from VMA with PFNMAP flagYonghua Huang2022-03-181-0/+24
* virt: acrn: Remove unsued acrn_irqfds_mutex.Sebastian Andrzej Siewior2022-03-181-1/+0
* all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-2/+1
* 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
* virt: acrn: Do hcall_destroy_vm() before resource releaseShuo Liu2021-07-271-8/+8
* 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-094-0/+122