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>
Wed, 23 Nov 2022 02:23:53 +0000 (11:23 +0900)
commite8d810fdc1a86507d409b0b8c919340bf96a7209
treee14da5ddfe74b258f2d1e47cfbbbe2a981ae9f0a
parent5334f5579709cb261ff67f81f8a861203e8a9228
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]