summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+47
2026-06-21mm/damon/core: always put unsuccessfully committed target pidsSeongJae Park1-8/+47
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-272/+1931
2026-06-05mm/damon/core: trace esz at first setupSeongJae Park1-0/+2
2026-06-05mm/damon/tests/core-kunit: add damon_set_regions() test casesSeongJae Park1-22/+120
2026-06-05mm/damon/core: remove damon_verify_nr_regions()SeongJae Park1-19/+0
2026-06-05mm/damon/core: add kdamond_call() debug_sanity checkSeongJae Park1-0/+33
2026-06-05mm/damon/core: hide damon_destroy_region()SeongJae Park1-1/+2
2026-06-05mm/damon/core: hide damon_insert_region()SeongJae Park1-0/+11
2026-06-05mm/damon/core: hide damon_add_region()SeongJae Park1-1/+1
2026-06-05mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()SeongJae Park1-7/+20
2026-06-05mm/damon/core: do not use region out of a loop in damon_set_regions()SeongJae Park1-2/+9
2026-06-05mm/damon/core: safely handle no region case in damon_set_regions()SeongJae Park1-0/+13
2026-06-04mm/damon/lru_sort: handle ctx allocation failureSeongJae Park1-0/+4
2026-06-04mm/damon/reclaim: handle ctx allocation failureSeongJae Park1-0/+4
2026-06-03mm/damon/core: clarify next_intervals_tune_sis update pathniecheng1-0/+3
2026-06-03mm/damon/vaddr: attempt per-vma lock during page table walkKefeng Wang1-26/+43
2026-06-03mm/damon/sysfs: setup damon_filter->memcg_id from pathSeongJae Park2-1/+12
2026-06-03mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-commonSeongJae Park3-41/+43
2026-06-03mm/damon/sysfs: add filters/<F>/path fileSeongJae Park1-0/+44
2026-06-03mm/damon/paddr: support DAMON_FILTER_TYPE_MEMCGSeongJae Park1-0/+14
2026-06-03mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCGSeongJae Park1-0/+14
2026-06-03mm/damon: trace probe_hitsSeongJae Park1-0/+9
2026-06-03mm/damon/sysfs-schemes: implement probe/hits fileSeongJae Park1-7/+34
2026-06-03mm/damon/sysfs-schemes: implement probe dirSeongJae Park1-6/+95
2026-06-03mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/SeongJae Park1-4/+63
2026-06-03mm/damon/sysfs: setup probes on DAMON core API parametersSeongJae Park1-0/+37
2026-06-03mm/damon/sysfs: implement filter dir filesSeongJae Park1-0/+114
2026-06-03mm/damon/sysfs: implement filter dirSeongJae Park1-1/+124
2026-06-03mm/damon/sysfs: implement filters directorySeongJae Park1-1/+64
2026-06-03mm/damon/sysfs: implement probe dirSeongJae Park1-0/+119
2026-06-03mm/damon/sysfs: implement probes dirSeongJae Park1-0/+46
2026-06-03mm/damon/paddr: support data attributes monitoringSeongJae Park1-0/+62
2026-06-03mm/damon/core: do data attributes monitoringSeongJae Park1-0/+6
2026-06-03mm/damon/core: introduce damon_region->probe_hitsSeongJae Park1-0/+10
2026-06-03mm/damon/core: commit probesSeongJae Park1-0/+104
2026-06-03mm/damon/core: introduce damon_filterSeongJae Park1-0/+30
2026-06-03mm/damon/core: embed damon_probe objects in damon_ctxSeongJae Park1-0/+38
2026-06-03mm/damon/reclaim: validate min_region_size to be power of 2Liew Rui Yan1-0/+5
2026-06-03mm/damon/lru_sort: validate min_region_size to be power of 2Liew Rui Yan1-0/+5
2026-06-03mm/damon/sysfs-schemes: fix double increment of nr_regionsVineet Agarwal1-1/+1
2026-06-03mm/damon: replace damon_rand() with a per-ctx lockless PRNGJiayuan Chen4-17/+38
2026-06-03Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton1-2/+2
2026-06-01mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park1-2/+2
2026-05-29mm/damon/stat: add a parameter for reading kdamond pidSeongJae Park1-0/+39
2026-05-29mm/damon/reclaim: add autotune_monitoring_intervals parameterSeongJae Park1-5/+28
2026-05-29mm/damon/stat: use damon_set_region_system_rams_default()SeongJae Park1-50/+3
2026-05-29mm/damon/core: remove damon_set_region_biggest_system_ram_default()SeongJae Park1-64/+0
2026-05-29mm/damon/lru_sort: cover all system ramsSeongJae Park1-3/+5
2026-05-29mm/damon/reclaim: cover all system ramsSeongJae Park1-7/+7