| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy | 2024-07-13 | 1 | -3/+3 |
* | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix | Andrew Morton | 2024-07-06 | 1 | -3/+20 |
|\ |
|
| * | mm/damon/core: merge regions aggressively when max_nr_regions is unmet | SeongJae Park | 2024-07-04 | 1 | -3/+20 |
* | | mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list() | SeongJae Park | 2024-07-05 | 1 | -1/+1 |
* | | mm/damon/lru_sort: remove unnecessary online tuning handling code | SeongJae Park | 2024-07-04 | 1 | -27/+1 |
* | | mm/damon/lru_sort: use damon_commit_ctx() | SeongJae Park | 2024-07-04 | 1 | -7/+20 |
* | | mm/damon/reclaim: remove unnecessary code for online tuning | SeongJae Park | 2024-07-04 | 1 | -18/+1 |
* | | mm/damon/reclaim: use damon_commit_ctx() | SeongJae Park | 2024-07-04 | 1 | -19/+24 |
* | | mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche... | SeongJae Park | 2024-07-04 | 3 | -8/+8 |
* | | mm/damon/sysfs-schemes: remove unnecessary online tuning handling code | SeongJae Park | 2024-07-04 | 1 | -65/+3 |
* | | mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets() | SeongJae Park | 2024-07-04 | 2 | -6/+6 |
* | | mm/damon/sysfs: remove unnecessary online tuning handling code | SeongJae Park | 2024-07-04 | 2 | -59/+3 |
* | | mm/damon/sysfs-schemes: use damos_commit_quota_goals() | SeongJae Park | 2024-07-04 | 1 | -2/+12 |
* | | mm/damon/sysfs: use damon_commit_ctx() | SeongJae Park | 2024-07-04 | 1 | -2/+13 |
* | | mm/damon/core: implement DAMON context commit function | SeongJae Park | 2024-07-04 | 1 | -0/+274 |
* | | mm/damon/core: implement DAMOS quota goals online commit function | SeongJae Park | 2024-07-04 | 1 | -0/+59 |
* | | mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion | Hyeongtak Ji | 2024-07-04 | 2 | -0/+4 |
* | | mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion | Honggyu Kim | 2024-07-04 | 2 | -0/+155 |
* | | mm/damon/sysfs-schemes: add target_nid on sysfs-schemes | Hyeongtak Ji | 2024-07-04 | 5 | -5/+41 |
|/ |
|
* | mm/damon/core: fix return value from damos_wmark_metric_value | Alex Rusuf | 2024-05-12 | 1 | -4/+5 |
* | mm/damon/core: initialize ->esz_bp from damos_quota_init_priv() | SeongJae Park | 2024-05-12 | 1 | -0/+1 |
* | mm/vmscan: remove ignore_references argument of reclaim_pages() | SeongJae Park | 2024-05-07 | 1 | -1/+1 |
* | mm/damon/paddr: do page level access check for pageout DAMOS action on its own | SeongJae Park | 2024-05-07 | 1 | -4/+12 |
* | mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a... | SeongJae Park | 2024-05-07 | 1 | -1/+11 |
* | mm/damon/paddr: implement DAMOS filter type YOUNG | SeongJae Park | 2024-05-06 | 1 | -0/+5 |
* | mm/damon: add DAMOS filter type YOUNG | SeongJae Park | 2024-05-06 | 1 | -0/+1 |
* | mm/damon/paddr: implement damon_folio_mkold() | SeongJae Park | 2024-05-06 | 1 | -11/+16 |
* | mm/damon/paddr: implement damon_folio_young() | SeongJae Park | 2024-05-06 | 1 | -13/+19 |
* | mm: madvise: pageout: ignore references rather than clearing young | Barry Song | 2024-03-05 | 1 | -1/+1 |
* | mm/damon/reclaim: implement memory PSI-driven quota self-tuning | SeongJae Park | 2024-02-24 | 1 | -0/+25 |
* | mm/damon/reclaim: implement user-feedback driven quota auto-tuning | SeongJae Park | 2024-02-24 | 1 | -0/+28 |
* | mm/damon/sysfs-schemes: support PSI-based quota auto-tune | SeongJae Park | 2024-02-24 | 1 | -2/+40 |
* | mm/damon/core: implement PSI metric DAMOS quota goal | SeongJae Park | 2024-02-24 | 1 | -0/+25 |
* | mm/damon/core: support multiple metrics for quota goal | SeongJae Park | 2024-02-24 | 2 | -5/+22 |
* | mm/damon/core: let goal specified with only target and current values | SeongJae Park | 2024-02-24 | 2 | -12/+7 |
* | mm/damon/core: remove ->goal field of damos_quota | SeongJae Park | 2024-02-24 | 1 | -12/+5 |
* | mm/damon/sysfs: use only quota->goals | SeongJae Park | 2024-02-24 | 3 | -19/+35 |
* | mm/damon/core: add multiple goals per damos_quota and helpers for those | SeongJae Park | 2024-02-24 | 1 | -7/+71 |
* | mm/damon/core: split out quota goal related fields to a struct | SeongJae Park | 2024-02-24 | 2 | -11/+12 |
* | mm/damon/sysfs: implement a kdamond command for updating schemes' effective q... | SeongJae Park | 2024-02-24 | 3 | -0/+56 |
* | mm/damon/sysfs-schemes: implement quota effective_bytes file | SeongJae Park | 2024-02-24 | 1 | -0/+14 |
* | mm/damon/core: set damos_quota->esz as public field and document | SeongJae Park | 2024-02-24 | 1 | -4/+4 |
* | mm/damon/sysfs: handle 'state' file inputs for every sampling interval if pos... | SeongJae Park | 2024-02-22 | 3 | -16/+29 |
* | mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATED | SeongJae Park | 2024-02-22 | 1 | -1/+1 |
* | mm/damon/dbgfs: make debugfs interface deprecation message a macro | SeongJae Park | 2024-02-22 | 1 | -8/+7 |
* | mm/damon/dbgfs: implement deprecation notice file | SeongJae Park | 2024-02-22 | 1 | -2/+17 |
* | mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATED | SeongJae Park | 2024-02-22 | 1 | -1/+6 |
* | mm/damon/lru_sort: fix quota status loss due to online tunings | SeongJae Park | 2024-02-20 | 1 | -7/+36 |
* | mm/damon/reclaim: fix quota stauts loss due to online tunings | SeongJae Park | 2024-02-20 | 1 | -1/+17 |
* | mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_scheme... | SeongJae Park | 2024-02-20 | 1 | -0/+4 |