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>
Tue, 30 Mar 2021 01:40:01 +0000 (10:40 +0900)
commit9ccd7c757a88ebc1ad910d14a26d821ca887b67c
tree7921cc6d7dcbd2bd1276e4327e1ee31e53538042
parenta2921cccc8c2320570336fd3a9ead644da16a55f
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]