summaryrefslogtreecommitdiff
path: root/mm/damon/core.c
AgeCommit message (Expand)Author
2024-02-20mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park
2023-12-20mm/damon: update email of SeongJaeSeongJae Park
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-12mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park
2023-12-06mm/damon/core: copy nr_accesses when splitting regionSeongJae Park
2023-11-15mm/damon/core.c: avoid unintentional filtering out of schemesHyeongtak Ji
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-25mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculationSeongJae Park
2023-10-25mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park
2023-10-16mm/damon/core: remove unnecessary si_meminfo invoke.Huan Yang
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2023-10-04mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accessesSeongJae Park
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park
2023-10-04mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park
2023-10-04mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park
2023-10-04mm/damon/core: fix a comment about damon_set_attrs() call timingsSeongJae Park
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park
2023-08-04mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park
2023-06-12mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang
2023-02-02mm/damon/core: update monitoring results for new monitoring attributesSeongJae Park
2023-02-02mm/damon/core: skip apply schemes if emptyHuaisheng Ye
2023-01-18mm/damon/core: implement damos filterSeongJae Park
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park
2022-11-30mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split damos application logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12mm/damon: use damon_sz_region() in appropriate placeXin Hao
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-11mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park
2022-10-03mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park
2022-10-03mm/damon/core: factor out 'damos_quota' private fileds initializationSeongJae Park
2022-10-03mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...SeongJae Park
2022-10-03mm/damon: improve damon_new_region strategyDawei Li