]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Add maple tree VMA tree howlett/maple/20200624
authorLiam Howlett <Liam.Howlett@oracle.com>
Thu, 27 Feb 2020 20:14:15 +0000 (15:14 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 24 Jun 2020 18:58:50 +0000 (14:58 -0400)
commit9a92f1fb131a07175fbba50c170d45a21d4d9552
tree3e7f7a1995b7d6e5a944c2747e64a0dac4212ab4
parent2d3cd0460e85b7fd4126a4fda0d0832dc1f44959
mm: Add maple tree VMA tree

Add a maple tree to parallel the rbtree.  All operations are carried out
in duplicate and verified to be sure they're returning the same answer.

Signed-off-by: Liam Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/mm.h
include/linux/mm_types.h
kernel/fork.c
mm/init-mm.c
mm/mmap.c
mm/mprotect.c