aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt/acrn
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+49
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-2/+1
2024-05-05drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()David Hildenbrand1-16/+47
2024-04-25virt: acrn: stop using follow_pfnChristoph Hellwig1-2/+8
2024-04-25fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-24virt: acrn: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-1/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner1-1/+1
2023-10-08virt: acrn: Annotate struct vm_memory_region_batch with __counted_byKees Cook2-2/+2
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+2
2023-05-08virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+2
2022-07-08virt: acrn: using for_each_set_bit to simplify the codeYang Yingliang1-5/+1
2022-04-26virt: acrn: Prefer array_size and struct_size over open coded arithmeticLen Baker2-9/+10
2022-03-18virt: acrn: fix a memory leak in acrn_dev_ioctl()Xiaolong Huang1-5/+15
2022-03-18virt: acrn: obtain pa from VMA with PFNMAP flagYonghua Huang1-0/+24
2022-03-18virt: acrn: Remove unsued acrn_irqfds_mutex.Sebastian Andrzej Siewior1-1/+0
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-2/+1
2021-10-05virt: acrn: Introduce interfaces for virtual device creating/destroyingShuo Liu2-0/+50
2021-10-05virt: acrn: Introduce interfaces for MMIO device passthroughShuo Liu2-0/+51
2021-07-27virt: acrn: Do hcall_destroy_vm() before resource releaseShuo Liu1-8/+8
2021-03-24virt: acrn: Fix document of acrn_msi_inject()Shuo Liu1-1/+1
2021-03-10virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu1-1/+1
2021-03-10virt: acrn: Use EPOLLIN instead of POLLINYejune Deng1-1/+1
2021-03-10virt: acrn: Use vfs_poll() instead of f_op->poll()Yejune Deng1-2/+2
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 Liu2-0/+62
2021-02-09virt: acrn: Introduce irqfdShuo Liu5-1/+256
2021-02-09virt: acrn: Introduce ioeventfdShuo Liu6-1/+298
2021-02-09virt: acrn: Introduce I/O ranges operation interfacesShuo Liu2-0/+64
2021-02-09virt: acrn: Introduce interfaces to query C-states and P-states allowed by hy...Shuo Liu2-0/+81
2021-02-09virt: acrn: Introduce interrupt injection interfacesShuo Liu4-0/+121
2021-02-09virt: acrn: Introduce interfaces for PCI device passthroughShuo Liu2-0/+104
2021-02-09virt: acrn: Introduce PCI configuration space PIO accesses combinerShuo Liu2-0/+78
2021-02-09virt: acrn: Introduce I/O request managementShuo Liu6-10/+693
2021-02-09virt: acrn: Introduce EPT mapping managementShuo Liu6-10/+427
2021-02-09virt: acrn: Introduce an ioctl to set vCPU registers stateShuo Liu2-1/+46
2021-02-09virt: acrn: Introduce VM management interfacesShuo Liu5-4/+241
2021-02-09virt: acrn: Introduce ACRN HSM basic driverShuo Liu4-0/+122