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>
Mon, 7 Feb 2022 08:01:41 +0000 (17:01 +0900)
commit31c14374cad23dd3598b7da4751bc319d8809e12
tree3b8dabbb4ebbfe8644dbb4d0a82f557eba9334c2
parentb40f2499ef3e9c113e40997ffc398a1ef4651892
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]