mm: LKSM: prepare to add LKSM code
authorSung-hun Kim <sfoon.kim@samsung.com>
Tue, 14 Jul 2020 06:04:38 +0000 (15:04 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:46:06 +0000 (17:46 +0900)
commitee138c237f5bd26210dcfbdb7817314f6d6ff4ac
treeab285b6caafaefe36e5cc5bf4b5786ef538ca85b
parent6811a14773af845fc86bf87cc50da19a28aafab5
mm: LKSM: prepare to add LKSM code

A new feature, namely lightweight KSM (LKSM), is based on KSM in Linux and
much of codes are copied from KSM to LKSM.

To distinguish original KSM codes and developed codes in LKSM, original KSM
file (mm/ksm.c) is copied to mm/lksm.c.

Change-Id: I4e2a149f0978d0b74e9ecc7eedbd7901eb54ad44
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
mm/Kconfig
mm/Makefile
mm/ksm.c
mm/lksm.c [new file with mode: 0644]