summaryrefslogtreecommitdiffstats
path: root/mm/damon
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/sysfs: avoid empty scheme tried regions for large apply intervalSeongJae Park2023-10-183-4/+48
* mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshotSeongJae Park2023-10-181-0/+77
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-181-2/+5
|\
| * mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park2023-10-181-2/+5
* | mm/damon/core: remove unnecessary si_meminfo invoke.Huan Yang2023-10-161-4/+2
* | mm/damon/core-test: fix memory leak in damon_new_ctx()Jinjie Ruan2023-10-041-0/+4
* | mm/damon/core-test: fix memory leak in damon_new_region()Jinjie Ruan2023-10-041-1/+3
* | mm/damon/sysfs-schemes: support DAMOS apply intervalSeongJae Park2023-10-041-4/+34
* | mm/damon/core: implement scheme-specific apply intervalSeongJae Park2023-10-045-9/+72
* | mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>...SeongJae Park2023-10-041-1/+1
* | mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accessesSeongJae Park2023-10-041-2/+3
* | mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park2023-10-041-1/+1
* | mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park2023-10-041-2/+0
* | mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park2023-10-043-10/+27
* | mm/damon/core: introduce nr_accesses_bpSeongJae Park2023-10-042-0/+11
* | mm/damon/core-test: add a unit test for damon_moving_sum()SeongJae Park2023-10-041-0/+16
* | mm/damon/core: implement a pseudo-moving sum functionSeongJae Park2023-10-041-0/+40
* | mm/damon/vaddr: call damon_update_region_access_rate() alwaysSeongJae Park2023-10-041-3/+7
* | mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park2023-10-043-8/+20
* | mm/damon/core: use number of passed access sampling as a timerSeongJae Park2023-10-041-49/+47
* | mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park2023-10-041-1/+31
* | mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park2023-10-041-1/+1
* | mm/damon/core: fix a comment about damon_set_attrs() call timingsSeongJae Park2023-10-041-1/+5
|/
* mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan2023-09-291-0/+2
* mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-1/+2
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-212-0/+3
|\
| * mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+2
| * mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park2023-08-041-0/+1
* | mm/damon/sysfs-schemes: support target damos filterSeongJae Park2023-08-211-0/+27
* | mm/damon/core: implement target type damos filterSeongJae Park2023-08-211-6/+16
* | mm/damon/core-test: add a unit test for __damos_filter_out()SeongJae Park2023-08-211-0/+61
* | mm/damon/sysfs-schemes: support address range type DAMOS filterSeongJae Park2023-08-211-0/+56
* | mm/damon/core: introduce address range type damos filterSeongJae Park2023-08-211-0/+52
* | mm/damon/sysfs: implement a command for updating only schemes tried total bytesSeongJae Park2023-08-213-8/+27
* | mm/damon/sysfs-schemes: implement DAMOS tried total bytes fileSeongJae Park2023-08-211-0/+17
* | mm/damon/core-test: add a test for damos_new_filter()SeongJae Park2023-08-211-0/+13
* | damon: use pmdp_get instead of drectly dereferencing pmdLevi Yun2023-08-213-10/+17
|/
* mm/damon/core-test: initialise context before test in damon_test_set_attrs()Feng Tang2023-07-271-5/+5
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-231-0/+2
|\
| * mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang2023-06-121-0/+2
* | mm/damon/core-test: add a test for damon_set_attrs()SeongJae Park2023-06-191-0/+24
* | mm: ptep_get() conversionRyan Roberts2023-06-193-6/+8
* | mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins2023-06-191-4/+8
* | mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()Ryan Roberts2023-06-091-20/+2
* | mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts2023-06-094-16/+12
|/
* mm/damon/paddr: fix missing folio_sz update in damon_pa_young()Kefeng Wang2023-05-021-4/+2
* mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()Kefeng Wang2023-05-021-4/+3
* mm/damon/paddr: minor refactor of damon_pa_pageout()Kefeng Wang2023-05-021-8/+5
* mm/damon/sysfs: make more kobj_type structures constantThomas Weißschuh2023-04-051-2/+2
* mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...SeongJae Park2023-03-071-1/+1