]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: move vmalloc() lazy-page table population
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 5 Dec 2025 12:39:42 +0000 (12:39 +0000)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 2 Mar 2026 11:03:29 +0000 (11:03 +0000)
commit78900204851708bbe761c3acf641ad60f15c922f
treeb554ae0abfb6d8613b3186237f38631c795b40f2
parent59e4f3b45b96a24fc9b7a89e5f8a2168b30f95af
ARM: move vmalloc() lazy-page table population

Split the vmalloc() lazy-page table population from
do_translation_fault() into a new vmalloc_fault() function.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/mm/fault.c