]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Remove rb tree.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 24 Jul 2020 19:06:25 +0000 (15:06 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 8 Mar 2022 18:19:10 +0000 (13:19 -0500)
commit2370f89ffa0eae77cb60e0230fed974f838dda50
tree52b841752ccedfb4271c82d75fa210c6b21e9793
parent3dbdeddfd1ef3be12d6f5b2ff779a11690e23b15
mm: Remove rb tree.

Remove the RB tree and start using the maple tree for vm_area_struct
tracking.

Drop validate_mm() calls in expand_upwards() and expand_downwards() as
the lock is not held.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
arch/x86/kernel/tboot.c
drivers/firmware/efi/efi.c
include/linux/mm.h
include/linux/mm_types.h
kernel/fork.c
mm/init-mm.c
mm/mmap.c
mm/nommu.c
mm/util.c