]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Add maple tree VMA tree
authorLiam Howlett <Liam.Howlett@oracle.com>
Thu, 27 Feb 2020 20:14:15 +0000 (15:14 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 23 Jul 2020 01:51:07 +0000 (21:51 -0400)
commit4098e28721d60ac0b5c2f1624f0d34b464eeab64
tree4dd959e1a97f7a30c642e4a87a719f82e6c47247
parentbed667a0bdfb3fdc8446cf65174c8a7cf0997ec2
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