]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Start tracking VMAs with maple tree
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 24 Jul 2020 17:04:30 +0000 (13:04 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 14 Jan 2021 01:33:54 +0000 (20:33 -0500)
commit7411f102d26c460d6099274bbb259113f39b72a1
treea092ee8369927c683a47ecc9eb5317dbb5c53dd6
parent825f6ba6ead59f219eafd653275a9da9e899ed7b
mm: Start tracking VMAs with maple tree

Start tracking the VMAs with the new maple tree structure in parallel
with the rb_tree.  Add debug and trace events for maple tree operations
and duplicate the rb_tree that is created on forks into the maple tree.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
arch/x86/kernel/tboot.c
drivers/firmware/efi/efi.c
include/linux/mm.h
include/linux/mm_types.h
include/trace/events/mmap.h
init/main.c
kernel/fork.c
mm/init-mm.c
mm/mmap.c