[GIT PULL] x86/mm changes for v5.9

From: Ingo Molnar
Date: Mon Aug 03 2020 - 15:03:59 EST


Linus,

Please pull the latest x86/mm git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-mm-2020-08-03

# HEAD: 2b32ab031e82a109e2c5b0d30ce563db0fe286b4 x86/mm/64: Make sync_global_pgds() static

The biggest change is to not sync the vmalloc and ioremap ranges for x86-64 anymore.

Thanks,

Ingo

------------------>
Joerg Roedel (3):
x86/mm: Pre-allocate P4D/PUD pages for vmalloc area
x86/mm/64: Do not sync vmalloc/ioremap mappings
x86/mm/64: Make sync_global_pgds() static


arch/x86/include/asm/pgtable_64.h | 2 --
arch/x86/include/asm/pgtable_64_types.h | 2 --
arch/x86/mm/init_64.c | 59 +++++++++++++++++++++++++++++----
3 files changed, 53 insertions(+), 10 deletions(-)