]> 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>
Fri, 30 Oct 2020 19:07:20 +0000 (15:07 -0400)
commit921a95ed3135552765cef6e8f144ad5dd0a60bf0
tree48e48284a8b62d3a3e16f32bd1493493695f1c68
parent1ee7e6d61e60a0f04595f6fed1aa3b34e57a5b30
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>
drivers/firmware/efi/efi.c
include/trace/events/mm_mt.h
mm/mmap.c