[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240411061713.1847574-1-alexs@kernel.org>
Date: Thu, 11 Apr 2024 14:17:01 +0800
From: alexs@...nel.org
To: Andrew Morton <akpm@...ux-foundation.org>,
linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
zik.eidus@...ellosystems.com,
willy@...radead.org,
aarcange@...hat.com,
hughd@...gle.com,
chrisw@...s-sol.org,
david@...hat.com
Cc: "Alex Shi (tencent)" <alexs@...nel.org>
Subject: [PATCH v5 0/10] transfer page to folio in KSM
From: "Alex Shi (tencent)" <alexs@...nel.org>
This is the first part of page to folio transfer on KSM. Since only
single page could be stored in KSM, we could safely transfer stable tree
pages to folios.
This patchset could reduce ksm.o 57kbytes from 2541776 bytes on latest
akpm/mm-stable branch with CONFIG_DEBUG_VM enabled. It pass the KSM testing
in LTP and kernel selftest.
Thanks for Matthew Wilcox and David Hildenbrand's suggestions and comments!
Alex Shi (tencent) (9):
mm/ksm: add ksm_get_folio
mm/ksm: use folio in remove_rmap_item_from_tree
mm/ksm: add folio_set_stable_node
mm/ksm: use folio in remove_stable_node
mm/ksm: use folio in stable_node_dup
mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
mm/ksm: use folio in write_protect_page
mm/ksm: Convert chain series funcs and replace get_ksm_page
mm/ksm: replace set_page_stable_node by folio_set_stable_node
David Hildenbrand (1):
mm/ksm: rename get_ksm_page_flags() to ksm_get_folio_flags
mm/ksm.c | 273 ++++++++++++++++++++++++++-------------------------
mm/migrate.c | 2 +-
2 files changed, 139 insertions(+), 136 deletions(-)
--
2.43.0
Powered by blists - more mailing lists