summaryrefslogtreecommitdiffstats
path: root/drivers/virt/acrn/mm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* acrn: use the new follow_pfnmap APIPeter Xu2024-09-171-7/+9
* mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-061-2/+1
* drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()David Hildenbrand2024-05-061-16/+47
* virt: acrn: stop using follow_pfnChristoph Hellwig2024-04-261-2/+8
* fix missing vmalloc.h includesKent Overstreet2024-04-261-0/+1
* virt: acrn: Annotate struct vm_memory_region_batch with __counted_byKees Cook2023-10-091-1/+1
* virt: acrn: Prefer array_size and struct_size over open coded arithmeticLen Baker2022-04-261-5/+4
* virt: acrn: obtain pa from VMA with PFNMAP flagYonghua Huang2022-03-181-0/+24
* virt: acrn: Introduce EPT mapping managementShuo Liu2021-02-091-0/+306