index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
/
ops-common.c
Age
Commit message (
Expand
)
Author
21 hours
mm/damon/ops-common: factor out damon_putback_folio_list()
Li Youhong
21 hours
mm/damon/ops-common: use a page-aligned address in damon_ptep_mkold()
Nathan Gao
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-08-06
mm/damon/ops-common: prevent migration fallback to non-target nodes
Jiahui Zhang
2026-08-06
mm/damon/ops-common: use nr_accesses moving sum for quota score
SJ Park
2026-08-06
mm/damon/ops-common: remove redundant local variable in damon_migrate_folio_l...
Enze Li
2026-08-04
mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}
SJ Park
2026-08-04
mm/damon/ops-common: putback folios on invalid migrate nid
liyouhong
2026-08-04
mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
SJ Park
2026-07-09
MAINTAINERS: s/SeongJae/SJ/
SJ Park
2026-07-01
mm/damon/ops-common: handle extreme intervals in damon_hot_score()
SeongJae Park
2026-06-02
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the series
Andrew Morton
2026-05-31
mm/damon/ops-common: call folio_test_lru() after folio_get()
SeongJae Park
2026-05-28
mm/damon/ops-common: optimize damon_hot_score() using ilog2()
Liew Rui Yan
2026-03-24
mm/damon/ops-common: remove redudnant mmu notifier call in pmdp mkold
qinyu
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
2025-11-24
mm/rmap: extend rmap and migration support device-private entries
Balbir Singh
2025-11-16
mm: always call rmap_walk() on locked folios
Lokesh Gidra
2025-09-13
mm: remove redundant __GFP_NOWARN
Qianfeng Rong
2025-09-13
mm/damon/paddr: move filters existence check function to ops-common
Yueyang Pan
2025-07-24
mm/damon/ops-common: ignore migration request to invalid nodes
SeongJae Park
2025-07-19
mm/damon: move folio filtering from paddr to ops-common
Bijan Tabatabai
2025-07-19
mm/damon: move migration helpers from paddr to ops-common
Bijan Tabatabai
2025-06-05
mm/damon: s/primitives/code/ on comments
Enze Li
2025-03-16
mm/damon/ops: have damon_get_folio return folio even for tail pages
Usama Arif
2025-03-16
mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()
David Hildenbrand
2023-10-25
mm/damon/ops-common: avoid divide-by-zero during region hotness calculation
SeongJae Park
2023-08-21
damon: use pmdp_get instead of drectly dereferencing pmd
Levi Yun
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
2023-06-09
mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()
Ryan Roberts
2023-06-09
mm/damon/ops-common: atomically test and clear young on ptes and pmds
Ryan Roberts
2023-01-18
mm/damon: convert damon_ptep/pmdp_mkold() to use a folio
Kefeng Wang
2023-01-18
mm/damon: introduce damon_get_folio()
Kefeng Wang
2022-10-03
mm/damon: rename damon_pageout_score() to damon_cold_score()
Kaixu Xia
2022-10-03
mm/damon/core: use a dedicated struct for monitoring attributes
SeongJae Park
2022-09-11
mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()
Kaixu Xia
2022-07-03
mm/damon/schemes: add 'LRU_PRIO' DAMOS action
SeongJae Park
2022-05-19
mm: damon: use HPAGE_PMD_SIZE
Kefeng Wang
2022-03-22
mm/damon: rename damon_primitives to damon_operations
SeongJae Park