[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180201071956.14365-1-bhe@redhat.com>
Date: Thu, 1 Feb 2018 15:19:54 +0800
From: Baoquan He <bhe@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: linux-mm@...ck.org, akpm@...ux-foundation.org,
kirill.shutemov@...ux.intel.com, mhocko@...e.com,
tglx@...utronix.de, douly.fnst@...fujitsu.com,
Baoquan He <bhe@...hat.com>
Subject: [PATCH 0/2] Optimize the code of mem_map allocation in
In 5-level paging mode, allocating memory with the size of NR_MEM_SECTIONS
is a bad idea. So in this patchset, trying to optimize to save memory.
Othersise kdump kernel can't boot up with normal crashkernel reservation
setting. And for normal kernel, the 512M consumption is not also not
wise, though it's a temporary allocation.
Baoquan He (2):
mm/sparsemem: Defer the ms->section_mem_map clearing a little later
mm/sparse.c: Add nr_present_sections to change the mem_map allocation
mm/sparse-vmemmap.c | 9 +++++----
mm/sparse.c | 54 ++++++++++++++++++++++++++++++++++++-----------------
2 files changed, 42 insertions(+), 21 deletions(-)
--
2.13.6
Powered by blists - more mailing lists