]> 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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 30 Oct 2021 03:37:29 +0000 (23:37 -0400)
commitc027171684240482f14119cd8d855ae0cdc7ecfb
tree038b1b47f7f5f1208d9614069f1fda0e78d74c46
parenta35e0ed19ff9792c0b53c9e7dcd7ccd4bdcd17d1
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