Age | Commit message (Expand) | Author |
2023-12-29 | mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.h | Tanzir Hasan |
2023-12-20 | mm/damon/core-test: test max_nr_accesses overflow caused divide-by-zero | SeongJae Park |
2023-12-20 | mm/damon: update email of SeongJae | SeongJae Park |
2023-12-20 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes | Andrew Morton |
2023-12-12 | mm/damon/core: make damon_start() waits until kdamond_fn() starts | SeongJae Park |
2023-12-12 | mm/damon/core-test: add a unit test for the feedback loop algorithm | SeongJae Park |
2023-12-12 | mm/damon/sysfs-schemes: implement a command for scheme quota goals only commit | SeongJae Park |
2023-12-12 | mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOS | SeongJae Park |
2023-12-12 | mm/damon/sysfs-schemes: implement files for scheme quota goals setup | SeongJae Park |
2023-12-12 | mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning | SeongJae Park |
2023-12-10 | mm/damon/core-test: test damon_split_region_at()'s access rate copying | SeongJae Park |
2023-12-06 | mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regions | SeongJae Park |
2023-12-06 | mm/damon/core: copy nr_accesses when splitting region | SeongJae Park |
2023-11-15 | mm/damon/core.c: avoid unintentional filtering out of schemes | Hyeongtak Ji |
2023-11-15 | mm/damon/sysfs-schemes: handle tried region directory allocation failure | SeongJae Park |
2023-11-15 | mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure | SeongJae Park |
2023-11-15 | mm/damon/sysfs: check error from damon_sysfs_update_target() | SeongJae Park |
2023-11-15 | mm/damon/sysfs: eliminate potential uninitialized variable warning | Dan Carpenter |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-11-01 | mm/damon/sysfs: update monitoring target regions for online input commit | SeongJae Park |
2023-11-01 | mm/damon/sysfs: remove requested targets when online-commit inputs | SeongJae Park |
2023-10-25 | mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets() | SeongJae Park |
2023-10-25 | mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculation | SeongJae Park |
2023-10-25 | mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation | SeongJae Park |
2023-10-25 | mm/damon/ops-common: avoid divide-by-zero during region hotness calculation | SeongJae Park |
2023-10-25 | mm/damon/core: avoid divide-by-zero during monitoring results update | SeongJae Park |
2023-10-18 | mm/damon/sysfs: avoid empty scheme tried regions for large apply interval | SeongJae Park |
2023-10-18 | mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshot | SeongJae Park |
2023-10-18 | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. | Andrew Morton |
2023-10-18 | mm/damon/sysfs: check DAMOS regions update progress from before_terminate() | SeongJae Park |
2023-10-16 | mm/damon/core: remove unnecessary si_meminfo invoke. | Huan Yang |
2023-10-04 | kthread: add kthread_stop_put | Andreas Gruenbacher |
2023-10-04 | mm/damon/core-test: fix memory leak in damon_new_ctx() | Jinjie Ruan |
2023-10-04 | mm/damon/core-test: fix memory leak in damon_new_region() | Jinjie Ruan |
2023-10-04 | mm/damon/sysfs-schemes: support DAMOS apply interval | SeongJae Park |
2023-10-04 | mm/damon/core: implement scheme-specific apply interval | SeongJae Park |
2023-10-04 | mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>... | SeongJae Park |
2023-10-04 | mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accesses | SeongJae Park |
2023-10-04 | mm/damon/core: mark damon_moving_sum() as a static function | SeongJae Park |
2023-10-04 | mm/damon/core: skip updating nr_accesses_bp for each aggregation interval | SeongJae Park |
2023-10-04 | mm/damon/core: use pseudo-moving sum for nr_accesses_bp | SeongJae Park |
2023-10-04 | mm/damon/core: introduce nr_accesses_bp | SeongJae Park |
2023-10-04 | mm/damon/core-test: add a unit test for damon_moving_sum() | SeongJae Park |
2023-10-04 | mm/damon/core: implement a pseudo-moving sum function | SeongJae Park |
2023-10-04 | mm/damon/vaddr: call damon_update_region_access_rate() always | SeongJae Park |
2023-10-04 | mm/damon/core: define and use a dedicated function for region access rate update | SeongJae Park |
2023-10-04 | mm/damon/core: use number of passed access sampling as a timer | SeongJae Park |
2023-10-04 | mm/damon/core: add a tracepoint for damos apply target regions | SeongJae Park |
2023-10-04 | mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace... | SeongJae Park |
2023-10-04 | mm/damon/core: fix a comment about damon_set_attrs() call timings | SeongJae Park |