summaryrefslogtreecommitdiff
path: root/mm/damon/ops-common.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+4
2026-08-06mm/damon/ops-common: prevent migration fallback to non-target nodesJiahui Zhang1-1/+1
2026-08-06mm/damon/ops-common: use nr_accesses moving sum for quota scoreSJ Park1-2/+3
2026-08-06mm/damon/ops-common: remove redundant local variable in damon_migrate_folio_l...Enze Li1-2/+0
2026-08-04mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}SJ Park1-0/+4
2026-08-04mm/damon/ops-common: putback folios on invalid migrate nidliyouhong1-1/+8
2026-08-04mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/SJ Park1-1/+1
2026-07-09MAINTAINERS: s/SeongJae/SJ/SJ Park1-2/+0
2026-07-01mm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park1-0/+1
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton1-2/+2
2026-05-31mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park1-2/+2
2026-05-28mm/damon/ops-common: optimize damon_hot_score() using ilog2()Liew Rui Yan1-3/+6
2026-03-24mm/damon/ops-common: remove redudnant mmu notifier call in pmdp mkoldqinyu1-1/+1
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-3/+3
2025-11-24mm/rmap: extend rmap and migration support device-private entriesBalbir Singh1-3/+17
2025-11-16mm: always call rmap_walk() on locked foliosLokesh Gidra1-12/+4
2025-09-13mm: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-09-13mm/damon/paddr: move filters existence check function to ops-commonYueyang Pan1-0/+9
2025-07-24mm/damon/ops-common: ignore migration request to invalid nodesSeongJae Park1-0/+4
2025-07-19mm/damon: move folio filtering from paddr to ops-commonBijan Tabatabai1-0/+150
2025-07-19mm/damon: move migration helpers from paddr to ops-commonBijan Tabatabai1-0/+120
2025-06-05mm/damon: s/primitives/code/ on commentsEnze Li1-1/+1
2025-03-16mm/damon/ops: have damon_get_folio return folio even for tail pagesUsama Arif1-1/+1
2025-03-16mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()David Hildenbrand1-2/+21
2023-10-25mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park1-3/+2
2023-08-21damon: use pmdp_get instead of drectly dereferencing pmdLevi Yun1-1/+1
2023-06-19mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-09mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()Ryan Roberts1-20/+2
2023-06-09mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts1-10/+6
2023-01-18mm/damon: convert damon_ptep/pmdp_mkold() to use a folioKefeng Wang1-10/+10
2023-01-18mm/damon: introduce damon_get_folio()Kefeng Wang1-7/+11
2022-10-03mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia1-1/+1
2022-10-03mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park1-2/+2
2022-09-11mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()Kaixu Xia1-40/+6
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park1-0/+42
2022-05-19mm: damon: use HPAGE_PMD_SIZEKefeng Wang1-2/+1
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-0/+133