summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)Author
2023-10-25mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()SeongJae Park
2023-10-25mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculationSeongJae Park
2023-10-25mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park
2023-10-25mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park
2023-10-25mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park
2023-10-18mm/damon/sysfs: avoid empty scheme tried regions for large apply intervalSeongJae Park
2023-10-18mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshotSeongJae Park
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-18mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park
2023-10-16mm/damon/core: remove unnecessary si_meminfo invoke.Huan Yang
2023-10-04mm/damon/core-test: fix memory leak in damon_new_ctx()Jinjie Ruan
2023-10-04mm/damon/core-test: fix memory leak in damon_new_region()Jinjie Ruan
2023-10-04mm/damon/sysfs-schemes: support DAMOS apply intervalSeongJae Park
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2023-10-04mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>...SeongJae Park
2023-10-04mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accessesSeongJae Park
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park
2023-10-04mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core-test: add a unit test for damon_moving_sum()SeongJae Park
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park
2023-10-04mm/damon/vaddr: call damon_update_region_access_rate() alwaysSeongJae Park
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park
2023-10-04mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park
2023-10-04mm/damon/core: fix a comment about damon_set_attrs() call timingsSeongJae Park
2023-09-29mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm/damon/sysfs-schemes: support target damos filterSeongJae Park
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park
2023-08-21mm/damon/core-test: add a unit test for __damos_filter_out()SeongJae Park
2023-08-21mm/damon/sysfs-schemes: support address range type DAMOS filterSeongJae Park
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park
2023-08-21mm/damon/sysfs: implement a command for updating only schemes tried total bytesSeongJae Park
2023-08-21mm/damon/sysfs-schemes: implement DAMOS tried total bytes fileSeongJae Park
2023-08-21mm/damon/core-test: add a test for damos_new_filter()SeongJae Park
2023-08-21damon: use pmdp_get instead of drectly dereferencing pmdLevi Yun
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-04mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park
2023-07-27mm/damon/core-test: initialise context before test in damon_test_set_attrs()Feng Tang
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-19mm/damon/core-test: add a test for damon_set_attrs()SeongJae Park
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins
2023-06-12mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang
2023-06-09mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()Ryan Roberts
2023-06-09mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts