]> 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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 6 Mar 2020 03:35:30 +0000 (22:35 -0500)
commitfffd6fa4ffb8a6180686ff30bdb7e0e3e3aa90a8
treefaf9e0d15954be9dec4fa83e055ecce838239154
parent9af26fb39b83b82b23f8ffe9886c8422af256080
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