[PATCH v4 0/1] initialize pages on demand during boot

From: Pavel Tatashin
Date: Wed Feb 14 2018 - 11:34:52 EST


This patch replaces in mmots:
mm-initialize-pages-on-demand-during-boot.patch
mm-initialize-pages-on-demand-during-boot-fix.patch
mm-initialize-pages-on-demand-during-boot-fix2.patch

It squashes the two fixes into the original patch, and also in:
deferred_grow_zone()

Replaces:
+ int nid = zone->node;
With:
+ int nid = zone_to_nid(zone);

To resolve !CONFIG_NUMA compiling issue that was reported by Sergey
Senozhatsky.

Pavel Tatashin (1):
mm: initialize pages on demand during boot

include/linux/memblock.h | 10 ---
mm/memblock.c | 23 -------
mm/page_alloc.c | 175 ++++++++++++++++++++++++++++++++++++-----------
3 files changed, 136 insertions(+), 72 deletions(-)

--
2.16.1