lkml.org 
[lkml]   [2022]   [Mar]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC PATCH V1 0/3] mm/damon: Add CMA minotor support
Date
The purpose of these patches is to add CMA memory monitoring function.
In some memory tight scenarios, it will be a good choice to release more
memory by monitoring the CMA memory.

These patches is only preliminarily for monitoring function, About the
reclaim, it need to do some fixes base on "reclaim.c" and more tests,
I will implement it in the next patch series.


Xin Hao (3):
mm/damon: rename damon_evenly_split_region()
mm/damon/paddr: Move "paddr" relative func to ops-common.c file
mm/damon/sysfs: Add CMA memory monitoring

include/linux/damon.h | 1 +
mm/damon/Makefile | 2 +-
mm/damon/ops-common.c | 286 ++++++++++++++++++++++++++++++++++++++++++
mm/damon/ops-common.h | 18 +++
mm/damon/paddr-cma.c | 104 +++++++++++++++
mm/damon/paddr.c | 246 ------------------------------------
mm/damon/sysfs.c | 1 +
mm/damon/vaddr-test.h | 6 +-
mm/damon/vaddr.c | 41 +-----
9 files changed, 415 insertions(+), 290 deletions(-)
create mode 100644 mm/damon/paddr-cma.c

--
2.27.0

\
 
 \ /
  Last update: 2022-03-15 17:38    [W:0.064 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site