]> 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>
Tue, 5 Jan 2021 17:28:39 +0000 (12:28 -0500)
commit23f6530f224cb95c7caf4eb30032f1a8c6f39400
tree4fbd5fd08b920482fab9c17ce2059da8991fa3a6
parent5664dd9e383f7bfe2365e801720e2d5a2044ade8
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