]> 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>
Fri, 1 Oct 2021 16:41:52 +0000 (12:41 -0400)
commit693d594b824c86e7fba4ccd811c1724eb17d7866
tree6f6538d616324f065f0143a7773511b1571adc48
parent7a4b0d946f1eee3222172a9589eb2ee70c965e7b
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
fs/proc/task_nommu.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