summaryrefslogtreecommitdiff
path: root/mm/damon/reclaim.c
AgeCommit message (Expand)Author
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-03mm/damon/reclaim: handle ctx allocation failureSeongJae Park
2026-06-02mm/damon/reclaim: validate min_region_size to be power of 2Liew Rui Yan
2026-05-28mm/damon/reclaim: add autotune_monitoring_intervals parameterSeongJae Park
2026-05-28mm/damon/reclaim: cover all system ramsSeongJae Park
2026-05-28mm/damon: add synchronous commit for commit_inputsLiew Rui Yan
2026-04-27mm/damon/reclaim: detect and use fresh enabled and kdamond_pid valuesSeongJae Park
2026-04-05mm/damon/reclaim: respect addr_unit on default monitoring region setupSeongJae Park
2026-04-05mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_defau...SeongJae Park
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park
2026-01-26mm/damon/reclaim: use damon_kdamond_pid()SeongJae Park
2026-01-20mm/damon: fix typos in commentsKevin Lourenco
2025-11-16mm/damon/reclaim: use min_sz_region for core address alignment when setting r...Quanmin Yan
2025-11-16mm/damon: add a min_sz_region parameter to damon_set_region_biggest_system_ra...Quanmin Yan
2025-09-21mm/damon/reclaim: use damon_initialized()SeongJae Park
2025-09-21mm/damon/reclaim: support addr_unit for DAMON_RECLAIMQuanmin Yan
2025-09-03mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan
2025-07-19mm/damon/reclaim: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-13mm/damon/reclaim: use parameter context correctlySeongJae Park
2025-07-13mm/damon/reclaim: reset enabled when DAMON start failedSeongJae Park
2025-01-25mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park
2024-07-03mm/damon/reclaim: remove unnecessary code for online tuningSeongJae Park
2024-07-03mm/damon/reclaim: use damon_commit_ctx()SeongJae Park
2024-07-03mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji
2024-02-23mm/damon/reclaim: implement memory PSI-driven quota self-tuningSeongJae Park
2024-02-23mm/damon/reclaim: implement user-feedback driven quota auto-tuningSeongJae Park
2024-02-20mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2023-01-18mm/damon/reclaim: add a parameter called skip_anon for avoiding anonymous pag...SeongJae Park
2022-11-30mm/damon: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-30mm/damon/reclaim: enable and disable synchronouslySeongJae Park
2022-11-30mm/damon/{reclaim,lru_sort}: remove unnecessarily included headersSeongJae Park
2022-11-30mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae 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/reclaim: change damon_reclaim_wmarks to staticYang Yingliang
2022-10-03mm/damon/reclaim: use the quota params generator macroSeongJae Park
2022-10-03mm/damon/reclaim: use stat parameters generatorSeongJae Park
2022-10-03mm/damon/reclaim: use watermarks parameters generator macroSeongJae Park
2022-10-03mm/damon/reclaim: use monitoring attributes parameters generator macroSeongJae Park
2022-10-03mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for itSeongJae Park
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park
2022-10-03mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao
2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng
2022-07-29mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie
2022-07-03mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park
2022-07-03mm/damon/reclaim: make 'enabled' checking timer simplerSeongJae Park
2022-07-03mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park
2022-06-16mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in...SeongJae Park