Just add the file and some headers. Details need to come from Thoughts.
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
packing
bus-virt-phys-mapping
this_cpu_ops
+ maple-tree
timekeeping
errseq
--- /dev/null
+.. SPDX-License-Identifier: GPL-2.0+
+
+
+==========
+Maple Tree
+==========
+
+:Author: Liam R. Howlett
+
+Overview
+========
+
+The Maple Tree is an RCU safe Range tree based on the B-Tree.
+
+Normal API
+==========
+
+Allocating Nodes
+----------------
+
+Locking
+-------
+
+Advanced API
+============
+
+
+Internal Entries
+----------------
+
+Functions and structures
+========================
+
+.. kernel-doc:: include/linux/maple_tree.c
+.. kernel-doc:: lib/maple_tree.c
+