summaryrefslogtreecommitdiff
path: root/mm/damon/reclaim.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-30mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie1-1/+3
2022-07-04mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park1-2/+2
2022-07-04mm/damon/reclaim: make 'enabled' checking timer simplerSeongJae Park1-8/+1
2022-07-04mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park1-13/+14
2022-06-17mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in...SeongJae Park1-0/+8
2022-05-13mm/damon/reclaim: use resource_size function on resource objectJiapeng Chong1-1/+1
2022-05-13mm/damon/reclaim: support online inputs updateSeongJae Park1-33/+62
2022-04-30mm/damon/reclaim: fix the timer always stays activeHailong Tu1-2/+25
2022-03-23mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park1-1/+1
2022-03-23mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio...SeongJae Park1-1/+3
2022-03-23mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-1/+1
2022-03-23mm/damon: remove the target id conceptSeongJae Park1-2/+1
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park1-0/+46
2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park1-0/+356