summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm/damon/core: update monitoring results for new monitoring attributesSeongJae Park1-0/+71
2023-02-03mm/damon/core: skip apply schemes if emptyHuaisheng Ye1-1/+2
2023-01-19mm/damon/core: implement damos filterSeongJae Park1-0/+39
2022-12-01mm/damon/core: add a callback for scheme target regions checkSeongJae Park1-1/+5
2022-12-01mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park1-43/+48
2022-12-01mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park1-5/+11
2022-12-01mm/damon/core: split damos application logic into a new functionSeongJae Park1-34/+39
2022-12-01mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park1-31/+65
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-16/+10
2022-10-13mm/damon: use damon_sz_region() in appropriate placeXin Hao1-9/+8
2022-10-13mm/damon: move sz_damon_region to damon_sz_regionXin Hao1-7/+2
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-10-12mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park1-0/+1
2022-10-04mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia1-1/+34
2022-10-04mm/damon: return void from damon_set_schemes()Kaixu Xia1-4/+1
2022-10-04mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia1-15/+9
2022-10-04mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park1-16/+5
2022-10-04mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park1-17/+17
2022-10-04mm/damon/core: factor out 'damos_quota' private fileds initializationSeongJae Park1-9/+14
2022-10-04mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...SeongJae Park1-17/+4
2022-10-04mm/damon: improve damon_new_region strategyDawei Li1-2/+17
2022-10-04mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao1-0/+40
2022-10-04mm/damon/core: avoid holes in newly set monitoring target rangesSeongJae Park1-0/+30
2022-10-04mm/damon: introduce struct damos_access_patternYajun Deng1-16/+15
2022-10-04mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia1-1/+2
2022-09-12mm/damon/core: simplify the parameter passing for region split operationKaixu Xia1-12/+9
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park1-0/+73
2022-05-13mm/damon/core: finish kdamond as soon as any callback returns an errorSeongJae Park1-2/+6
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park1-1/+7
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park1-3/+21
2022-04-30mm/damon: remove unnecessary type castingsYu Zhe1-1/+1
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim1-1/+4
2022-03-23mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park1-8/+15
2022-03-23mm/damon: let monitoring operations can be registered and selectedSeongJae Park1-0/+66
2022-03-23mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-32/+33
2022-03-23mm/damon: remove the target id conceptSeongJae Park1-2/+2
2022-03-23mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park1-32/+0
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park1-1/+3
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang1-11/+0
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park1-0/+2
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park1-5/+8
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park1-1/+4
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao1-4/+0
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao1-4/+2
2021-12-11mm/damon/core: remove unnecessary error messagesSeongJae Park1-9/+2
2021-12-11mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park1-1/+2
2021-12-11mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park1-3/+3
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King1-1/+1
2021-11-06mm/damon: simplify stop mechanismChangbin Du1-36/+15
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao1-0/+5