summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-12mm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf1-4/+5
2024-05-12mm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park1-0/+1
2024-02-24mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+25
2024-02-24mm/damon/core: support multiple metrics for quota goalSeongJae Park1-3/+19
2024-02-24mm/damon/core: let goal specified with only target and current valuesSeongJae Park1-4/+5
2024-02-24mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-12/+5
2024-02-24mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-7/+71
2024-02-24mm/damon/core: split out quota goal related fields to a structSeongJae Park1-6/+7
2024-02-24mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-4/+4
2024-02-21mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park1-4/+11
2023-12-21mm/damon: update email of SeongJaeSeongJae Park1-1/+1
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-0/+6
2023-12-13mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park1-0/+6
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park1-9/+59
2023-12-07mm/damon/core: copy nr_accesses when splitting regionSeongJae Park1-0/+1
2023-11-16mm/damon/core.c: avoid unintentional filtering out of schemesHyeongtak Ji1-1/+1
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2023-10-26mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculationSeongJae Park1-1/+1
2023-10-26mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park1-8/+2
2023-10-17mm/damon/core: remove unnecessary si_meminfo invoke.Huan Yang1-4/+2
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-2/+1
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park1-7/+65
2023-10-04mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accessesSeongJae Park1-2/+3
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park1-1/+1
2023-10-04mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park1-2/+0
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park1-1/+15
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park1-0/+6
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park1-0/+40
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park1-0/+16
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park1-49/+47
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park1-1/+31
2023-10-04mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park1-1/+1
2023-10-04mm/damon/core: fix a comment about damon_set_attrs() call timingsSeongJae Park1-1/+5
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+1
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park1-6/+16
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park1-0/+52
2023-08-04mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park1-0/+1
2023-06-12mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang1-0/+2
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