index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virt
/
acrn
/
mm.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-07-24
drivers: virt: acrn: Don't use %pK through printk
Thomas Weißschuh
2024-09-17
acrn: use the new follow_pfnmap API
Peter Xu
2024-05-05
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
2024-05-05
drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
David Hildenbrand
2024-04-25
virt: acrn: stop using follow_pfn
Christoph Hellwig
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
2023-10-08
virt: acrn: Annotate struct vm_memory_region_batch with __counted_by
Kees Cook
2022-04-26
virt: acrn: Prefer array_size and struct_size over open coded arithmetic
Len Baker
2022-03-18
virt: acrn: obtain pa from VMA with PFNMAP flag
Yonghua Huang
2021-02-09
virt: acrn: Introduce EPT mapping management
Shuo Liu