summaryrefslogtreecommitdiffstats
path: root/mm/damon/core.c
AgeCommit message (Expand)AuthorLines
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park-0/+73
2022-05-13mm/damon/core: finish kdamond as soon as any callback returns an errorSeongJae Park-2/+6
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park-1/+7
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park-3/+21
2022-04-29mm/damon: remove unnecessary type castingsYu Zhe-1/+1
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim-1/+4
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park-8/+15
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park-0/+66
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park-32/+33
2022-03-22mm/damon: remove the target id conceptSeongJae Park-2/+2
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park-32/+0
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park-1/+3
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang-11/+0
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park-0/+2
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park-5/+8
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park-1/+4
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao-4/+0
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao-4/+2
2021-12-10mm/damon/core: remove unnecessary error messagesSeongJae Park-9/+2
2021-12-10mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park-1/+2
2021-12-10mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park-3/+3
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King-1/+1
2021-11-06mm/damon: simplify stop mechanismChangbin Du-36/+15
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao-0/+5
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park-1/+96
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park-7/+55
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park-5/+40
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park-0/+37
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park-8/+52
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park-1/+6
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park-0/+109
2021-11-06mm/damon/core: account age of target regionsSeongJae Park-0/+13
2021-11-06mm/damon/core: nullify pointer ctx->kdamond with a NULLColin Ian King-1/+1
2021-11-06mm/damon: needn't hold kdamond_lock to print pid of kdamondChangbin Du-4/+2
2021-11-06mm/damon: remove unnecessary do_exit() from kdamondChangbin Du-1/+1
2021-11-06mm/damon/core: print kdamond start log in debug mode onlySeongJae Park-1/+1
2021-09-08mm/damon: add kunit testsSeongJae Park-0/+7
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park-0/+47
2021-09-08mm/damon: add a tracepointSeongJae Park-1/+6
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park-9/+215
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park-4/+139
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park-0/+320