Age | Commit message (Expand) | Author |
2024-09-09 | mm/damon/core: replace per-quota regions priority histogram buffer usage with... | SeongJae Park |
2024-09-09 | mm/damon/core: introduce per-context region priorities histogram buffer | SeongJae Park |
2024-09-09 | mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r... | Liam R. Howlett |
2024-09-03 | mm/damon/tests: add .kunitconfig file for DAMON kunit tests | SeongJae Park |
2024-09-03 | mm/damon: move kunit tests to tests/ subdirectory with _kunit suffix | SeongJae Park |
2024-09-03 | mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis... | SeongJae Park |
2024-09-03 | mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registered | SeongJae Park |
2024-09-03 | mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset case | SeongJae Park |
2024-09-03 | mm/damon/core-test: test only vaddr case on ops registration test | SeongJae Park |
2024-09-01 | mm/damon/lru_sort: adjust local variable to dynamic allocation | Peng Hao |
2024-07-12 | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy |
2024-07-06 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix | Andrew Morton |
2024-07-04 | mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list() | SeongJae Park |
2024-07-03 | mm/damon/core: merge regions aggressively when max_nr_regions is unmet | SeongJae Park |
2024-07-03 | mm/damon/lru_sort: remove unnecessary online tuning handling code | SeongJae Park |
2024-07-03 | mm/damon/lru_sort: use damon_commit_ctx() | SeongJae Park |
2024-07-03 | mm/damon/reclaim: remove unnecessary code for online tuning | SeongJae Park |
2024-07-03 | mm/damon/reclaim: use damon_commit_ctx() | SeongJae Park |
2024-07-03 | mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche... | SeongJae Park |
2024-07-03 | mm/damon/sysfs-schemes: remove unnecessary online tuning handling code | SeongJae Park |
2024-07-03 | mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets() | SeongJae Park |
2024-07-03 | mm/damon/sysfs: remove unnecessary online tuning handling code | SeongJae Park |
2024-07-03 | mm/damon/sysfs-schemes: use damos_commit_quota_goals() | SeongJae Park |
2024-07-03 | mm/damon/sysfs: use damon_commit_ctx() | SeongJae Park |
2024-07-03 | mm/damon/core: implement DAMON context commit function | SeongJae Park |
2024-07-03 | mm/damon/core: implement DAMOS quota goals online commit function | SeongJae Park |
2024-07-03 | mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion | Hyeongtak Ji |
2024-07-03 | mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion | Honggyu Kim |
2024-07-03 | mm/damon/sysfs-schemes: add target_nid on sysfs-schemes | Hyeongtak Ji |
2024-05-11 | mm/damon/core: fix return value from damos_wmark_metric_value | Alex Rusuf |
2024-05-11 | mm/damon/core: initialize ->esz_bp from damos_quota_init_priv() | SeongJae Park |
2024-05-07 | mm/vmscan: remove ignore_references argument of reclaim_pages() | SeongJae Park |
2024-05-07 | mm/damon/paddr: do page level access check for pageout DAMOS action on its own | SeongJae Park |
2024-05-07 | mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a... | SeongJae Park |
2024-05-05 | mm/damon/paddr: implement DAMOS filter type YOUNG | SeongJae Park |
2024-05-05 | mm/damon: add DAMOS filter type YOUNG | SeongJae Park |
2024-05-05 | mm/damon/paddr: implement damon_folio_mkold() | SeongJae Park |
2024-05-05 | mm/damon/paddr: implement damon_folio_young() | SeongJae Park |
2024-03-04 | mm: madvise: pageout: ignore references rather than clearing young | Barry Song |
2024-02-23 | mm/damon/reclaim: implement memory PSI-driven quota self-tuning | SeongJae Park |
2024-02-23 | mm/damon/reclaim: implement user-feedback driven quota auto-tuning | SeongJae Park |
2024-02-23 | mm/damon/sysfs-schemes: support PSI-based quota auto-tune | SeongJae Park |
2024-02-23 | mm/damon/core: implement PSI metric DAMOS quota goal | SeongJae Park |
2024-02-23 | mm/damon/core: support multiple metrics for quota goal | SeongJae Park |
2024-02-23 | mm/damon/core: let goal specified with only target and current values | SeongJae Park |
2024-02-23 | mm/damon/core: remove ->goal field of damos_quota | SeongJae Park |
2024-02-23 | mm/damon/sysfs: use only quota->goals | SeongJae Park |
2024-02-23 | mm/damon/core: add multiple goals per damos_quota and helpers for those | SeongJae Park |
2024-02-23 | mm/damon/core: split out quota goal related fields to a struct | SeongJae Park |
2024-02-23 | mm/damon/sysfs: implement a kdamond command for updating schemes' effective q... | SeongJae Park |