linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
@ 2022-05-19 12:46 Muchun Song
  2022-05-19 12:46 ` [PATCH 1/2] mm: memory_hotplug: enumerate all supported section flags Muchun Song
  2022-05-19 12:46 ` [PATCH 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP Muchun Song
  0 siblings, 2 replies; 4+ messages in thread
From: Muchun Song @ 2022-05-19 12:46 UTC (permalink / raw)
  To: corbet, akpm, paulmck, mike.kravetz, osalvador, david
  Cc: linux-doc, linux-kernel, linux-mm, duanxiongchun, smuchun,
	Muchun Song

This series makes hugetlb_optimize_vmemmap compatible with memmap_on_memory
and is based on next-20220518.
The reason refers to the patch 2's commit log.

Muchun Song (2):
  mm: memory_hotplug: enumerate all supported section flags
  mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP

 Documentation/admin-guide/kernel-parameters.txt | 22 ++++-----
 Documentation/admin-guide/sysctl/vm.rst         |  5 +-
 include/linux/kconfig.h                         |  1 +
 include/linux/memory_hotplug.h                  |  9 ----
 include/linux/mmzone.h                          | 64 +++++++++++++++++++++----
 mm/hugetlb_vmemmap.c                            | 28 ++++++++---
 mm/memory_hotplug.c                             | 28 +++++------
 mm/sparse.c                                     |  8 ++++
 8 files changed, 112 insertions(+), 53 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-19 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-19 12:46 [PATCH 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory Muchun Song
2022-05-19 12:46 ` [PATCH 1/2] mm: memory_hotplug: enumerate all supported section flags Muchun Song
2022-05-19 15:51   ` kernel test robot
2022-05-19 12:46 ` [PATCH 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP Muchun Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).