- 3b15f9d mm/damon/core: fix return value from damos_wmark_metric_value by Alex Rusuf · 9 months ago
- b96a303 mm/damon/core: initialize ->esz_bp from damos_quota_init_priv() by SeongJae Park · 10 months ago
- 14f5be2 mm/vmscan: remove ignore_references argument of reclaim_pages() by SeongJae Park · 10 months ago
- ebd3f70 mm/damon/paddr: do page level access check for pageout DAMOS action on its own by SeongJae Park · 10 months ago
- 69a5f99 mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS action by SeongJae Park · 10 months ago
- ade414b mm/damon/paddr: implement DAMOS filter type YOUNG by SeongJae Park · 10 months ago
- 2d8b246 mm/damon: add DAMOS filter type YOUNG by SeongJae Park · 10 months ago
- 6daea38 mm/damon/paddr: implement damon_folio_mkold() by SeongJae Park · 10 months ago
- 180d928 mm/damon/paddr: implement damon_folio_young() by SeongJae Park · 10 months ago
- 2864f3d mm: madvise: pageout: ignore references rather than clearing young by Barry Song · 12 months ago
- 7ce55f8 mm/damon/reclaim: implement memory PSI-driven quota self-tuning by SeongJae Park · 12 months ago
- 58dea17 mm/damon/reclaim: implement user-feedback driven quota auto-tuning by SeongJae Park · 12 months ago
- 4daacfe mm/damon/sysfs-schemes: support PSI-based quota auto-tune by SeongJae Park · 12 months ago
- 2dbb60f mm/damon/core: implement PSI metric DAMOS quota goal by SeongJae Park · 12 months ago
- bcce9bc mm/damon/core: support multiple metrics for quota goal by SeongJae Park · 12 months ago
- 06ba5b3 mm/damon/core: let goal specified with only target and current values by SeongJae Park · 12 months ago
- 89d347a mm/damon/core: remove ->goal field of damos_quota by SeongJae Park · 12 months ago
- 9e736fd mm/damon/sysfs: use only quota->goals by SeongJae Park · 12 months ago
- 91f2121 mm/damon/core: add multiple goals per damos_quota and helpers for those by SeongJae Park · 12 months ago
- 106e26f mm/damon/core: split out quota goal related fields to a struct by SeongJae Park · 12 months ago
- c71f8a7 mm/damon/sysfs: implement a kdamond command for updating schemes' effective quotas by SeongJae Park · 12 months ago
- 6813131 mm/damon/sysfs-schemes: implement quota effective_bytes file by SeongJae Park · 12 months ago
- 78f2f60 mm/damon/core: set damos_quota->esz as public field and document by SeongJae Park · 12 months ago
- 6a08067 mm/damon/sysfs: handle 'state' file inputs for every sampling interval if possible by SeongJae Park · 1 year ago
- 772333c mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATED by SeongJae Park · 1 year, 1 month ago
- eceea30 mm/damon/dbgfs: make debugfs interface deprecation message a macro by SeongJae Park · 1 year, 1 month ago
- f921003 mm/damon/dbgfs: implement deprecation notice file by SeongJae Park · 1 year, 1 month ago
- f4cba4b mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATED by SeongJae Park · 1 year, 1 month ago
- 13d0599 mm/damon/lru_sort: fix quota status loss due to online tunings by SeongJae Park · 12 months ago
- 1b0ca4e mm/damon/reclaim: fix quota stauts loss due to online tunings by SeongJae Park · 12 months ago
- 0721a61 mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_schemes_quota_goals by SeongJae Park · 1 year ago
- e9e3db6 mm/damon/core: check apply interval in damon_do_apply_schemes() by SeongJae Park · 1 year ago
- b9e4bc1 mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setup by SeongJae Park · 1 year ago
- 1ae41df mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.h by Tanzir Hasan · 1 year, 2 months ago
- 5e06ad5 mm/damon/core-test: test max_nr_accesses overflow caused divide-by-zero by SeongJae Park · 1 year, 2 months ago
- 6ad59a3 mm/damon: update email of SeongJae by SeongJae Park · 1 year, 2 months ago
- a721aea sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes by Andrew Morton · 1 year, 2 months ago
- 6376a82 mm/damon/core: make damon_start() waits until kdamond_fn() starts by SeongJae Park · 1 year, 2 months ago
- f1762cb mm/damon/core-test: add a unit test for the feedback loop algorithm by SeongJae Park · 1 year, 3 months ago
- d91beaa mm/damon/sysfs-schemes: implement a command for scheme quota goals only commit by SeongJae Park · 1 year, 3 months ago
- 8b549a4 mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOS by SeongJae Park · 1 year, 3 months ago
- 7f262da mm/damon/sysfs-schemes: implement files for scheme quota goals setup by SeongJae Park · 1 year, 3 months ago
- 9294a03 mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning by SeongJae Park · 1 year, 3 months ago
- 50668b5 mm/damon/core-test: test damon_split_region_at()'s access rate copying by SeongJae Park · 1 year, 3 months ago
- 7d6fa31 mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regions by SeongJae Park · 1 year, 3 months ago
- 1f3730f mm/damon/core: copy nr_accesses when splitting region by SeongJae Park · 1 year, 3 months ago
- 13b2a4b mm/damon/core.c: avoid unintentional filtering out of schemes by Hyeongtak Ji · 1 year, 3 months ago
- ae636ae mm/damon/sysfs-schemes: handle tried region directory allocation failure by SeongJae Park · 1 year, 3 months ago
- 8405568 mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure by SeongJae Park · 1 year, 3 months ago
- b4936b5 mm/damon/sysfs: check error from damon_sysfs_update_target() by SeongJae Park · 1 year, 3 months ago
- 85c2cea mm/damon/sysfs: eliminate potential uninitialized variable warning by Dan Carpenter · 1 year, 3 months ago
- 8f6f76a Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 3 months ago
- 9732336 mm/damon/sysfs: update monitoring target regions for online input commit by SeongJae Park · 1 year, 4 months ago
- 19467a9 mm/damon/sysfs: remove requested targets when online-commit inputs by SeongJae Park · 1 year, 4 months ago
- b8ee557 mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets() by SeongJae Park · 1 year, 4 months ago
- 62f76a7 mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculation by SeongJae Park · 1 year, 4 months ago
- 44063f1 mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation by SeongJae Park · 1 year, 4 months ago
- 3bafc47 mm/damon/ops-common: avoid divide-by-zero during region hotness calculation by SeongJae Park · 1 year, 4 months ago
- d35963b mm/damon/core: avoid divide-by-zero during monitoring results update by SeongJae Park · 1 year, 4 months ago
- 7612633 mm/damon/sysfs: avoid empty scheme tried regions for large apply interval by SeongJae Park · 1 year, 4 months ago
- 4d4e41b mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshot by SeongJae Park · 1 year, 4 months ago
- 5ef8f1b Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. by Andrew Morton · 1 year, 4 months ago
- 76b7069 mm/damon/sysfs: check DAMOS regions update progress from before_terminate() by SeongJae Park · 1 year, 4 months ago
- 987ffa5a3 mm/damon/core: remove unnecessary si_meminfo invoke. by Huan Yang · 1 year, 5 months ago
- 6309727 kthread: add kthread_stop_put by Andreas Gruenbacher · 1 year, 5 months ago
- a0ce792 mm/damon/core-test: fix memory leak in damon_new_ctx() by Jinjie Ruan · 1 year, 5 months ago
- f950fa6 mm/damon/core-test: fix memory leak in damon_new_region() by Jinjie Ruan · 1 year, 5 months ago
- a2a9f68e mm/damon/sysfs-schemes: support DAMOS apply interval by SeongJae Park · 1 year, 5 months ago
- 42f994b mm/damon/core: implement scheme-specific apply interval by SeongJae Park · 1 year, 5 months ago
- e7639bb mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>/nr_accesses by SeongJae Park · 1 year, 5 months ago
- affa87c mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accesses by SeongJae Park · 1 year, 5 months ago
- 863803a mm/damon/core: mark damon_moving_sum() as a static function by SeongJae Park · 1 year, 5 months ago
- 401807a mm/damon/core: skip updating nr_accesses_bp for each aggregation interval by SeongJae Park · 1 year, 5 months ago
- ace30fb mm/damon/core: use pseudo-moving sum for nr_accesses_bp by SeongJae Park · 1 year, 5 months ago
- 8033382 mm/damon/core: introduce nr_accesses_bp by SeongJae Park · 1 year, 5 months ago
- 0926e8f mm/damon/core-test: add a unit test for damon_moving_sum() by SeongJae Park · 1 year, 5 months ago
- d2c062a mm/damon/core: implement a pseudo-moving sum function by SeongJae Park · 1 year, 5 months ago
- 22a7788 mm/damon/vaddr: call damon_update_region_access_rate() always by SeongJae Park · 1 year, 5 months ago
- 78fbfb1 mm/damon/core: define and use a dedicated function for region access rate update by SeongJae Park · 1 year, 5 months ago
- 4472edf mm/damon/core: use number of passed access sampling as a timer by SeongJae Park · 1 year, 5 months ago
- c603c63 mm/damon/core: add a tracepoint for damos apply target regions by SeongJae Park · 1 year, 5 months ago
- 2d00946 mm/damon/core: remove 'struct target *' parameter from damon_aggregated tracepoint by SeongJae Park · 1 year, 5 months ago
- 27e68c4 mm/damon/core: fix a comment about damon_set_attrs() call timings by SeongJae Park · 1 year, 5 months ago
- 45120b1 mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions() by Jinjie Ruan · 1 year, 5 months ago
- 935d4f0 mm: hugetlb: add huge page size param to set_huge_pte_at() by Ryan Roberts · 1 year, 5 months ago
- 5994eab merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes by Andrew Morton · 1 year, 6 months ago
- 9f6e47a mm/damon/sysfs-schemes: support target damos filter by SeongJae Park · 1 year, 7 months ago
- 17e7c72 mm/damon/core: implement target type damos filter by SeongJae Park · 1 year, 7 months ago
- 26713c89 mm/damon/core-test: add a unit test for __damos_filter_out() by SeongJae Park · 1 year, 7 months ago
- 2f1abcf mm/damon/sysfs-schemes: support address range type DAMOS filter by SeongJae Park · 1 year, 7 months ago
- ab9bda0 mm/damon/core: introduce address range type damos filter by SeongJae Park · 1 year, 7 months ago
- 6ad243b mm/damon/sysfs: implement a command for updating only schemes tried total bytes by SeongJae Park · 1 year, 7 months ago
- b69f92a mm/damon/sysfs-schemes: implement DAMOS tried total bytes file by SeongJae Park · 1 year, 7 months ago
- 2a158e9 mm/damon/core-test: add a test for damos_new_filter() by SeongJae Park · 1 year, 7 months ago
- e7ee3f9 damon: use pmdp_get instead of drectly dereferencing pmd by Levi Yun · 1 year, 7 months ago
- 49b0638 mm: enable page walking API to lock vmas during the walk by Suren Baghdasaryan · 1 year, 6 months ago
- 5f1fc67 mm/damon/core: initialize damo_filter->list from damos_new_filter() by SeongJae Park · 1 year, 7 months ago
- d1836a3 mm/damon/core-test: initialise context before test in damon_test_set_attrs() by Feng Tang · 1 year, 7 months ago
- 63773d2 Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. by Andrew Morton · 1 year, 8 months ago
- aa13779 mm/damon/core-test: add a test for damon_set_attrs() by SeongJae Park · 1 year, 8 months ago