| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | mm/damon/vaddr: attempt per-vma lock during page table walk | Kefeng Wang | 1 | -26/+43 |
| 3 days | mm/damon: replace damon_rand() with a per-ctx lockless PRNG | Jiayuan Chen | 1 | -3/+4 |
| 3 days | mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action | Asier Gutierrez | 1 | -0/+3 |
| 2026-04-05 | mm/damon/vaddr: do not split regions for min_nr_regions | SeongJae Park | 1 | -68/+2 |
| 2026-04-05 | mm/damon: remove unused target param of get_scheme_score() | Asier Gutierrez | 1 | -2/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2026-01-31 | mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZ | SeongJae Park | 1 | -12/+12 |
| 2026-01-31 | mm/damon: remove damon_operations->cleanup() | SeongJae Park | 1 | -1/+0 |
| 2025-12-23 | mm/damon/vaddr: fix missing pte_unmap_unlock in damos_va_migrate_pmd_entry() | Akinobu Mita | 1 | -1/+1 |
| 2025-11-20 | mm/damon/vaddr: consistently use only pmd_entry for damos_migrate | SeongJae Park | 1 | -47/+37 |
| 2025-11-20 | mm/damon/vaddr: use vm_normal_folio{,_pmd}() instead of damon_get_folio() | SeongJae Park | 1 | -13/+6 |
| 2025-11-20 | mm/damon/vaddr: cleanup using pmd_trans_huge_lock() | SeongJae Park | 1 | -35/+13 |
| 2025-10-07 | mm/damon/vaddr: do not repeat pte_offset_map_lock() until success | SeongJae Park | 1 | -6/+2 |
| 2025-09-13 | mm/damon: add damon_ctx->min_sz_region | Quanmin Yan | 1 | -1/+1 |
| 2025-09-13 | mm/damon/vaddr: support stat-purpose DAMOS filters | Yueyang Pan | 1 | -1/+102 |
| 2025-08-02 | mm/damon/vaddr: skip isolating folios already in destination nid | Bijan Tabatabai | 1 | -0/+4 |
| 2025-07-19 | mm/damon/vaddr: put pid in cleanup_target() | SeongJae Park | 1 | -0/+6 |
| 2025-07-19 | mm/damon/vaddr: apply filters in migrate_{hot/cold} | Bijan Tabatabai | 1 | -4/+65 |
| 2025-07-19 | mm/damon/vaddr: use damos->migrate_dests in migrate_{hot,cold} | Bijan Tabatabai | 1 | -16/+92 |
| 2025-07-19 | mm/damon/vaddr: add vaddr versions of migrate_{hot,cold} | Bijan Tabatabai | 1 | -0/+98 |
| 2025-06-05 | mm/damon: s/primitives/code/ on comments | Enze Li | 1 | -1/+1 |
| 2025-03-17 | mm/damon: remove damon_operations->reset_aggregated | SeongJae Park | 1 | -1/+0 |
| 2025-01-25 | mm/damon: ask apply_scheme() to report filter-passed region-internal bytes | SeongJae Park | 1 | -1/+1 |
| 2024-11-06 | mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region() | Zheng Yejian | 1 | -0/+3 |
| 2024-11-06 | mm/damon/vaddr: fix issue in damon_va_evenly_split_region() | Zheng Yejian | 1 | -2/+2 |
| 2024-11-06 | mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIER | James Houghton | 1 | -2/+0 |
| 2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-09 | mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r... | Liam R. Howlett | 1 | -0/+2 |
| 2024-09-03 | mm/damon: move kunit tests to tests/ subdirectory with _kunit suffix | SeongJae Park | 1 | -1/+1 |
| 2024-07-12 | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy | 1 | -3/+3 |
| 2023-12-29 | mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.h | Tanzir Hasan | 1 | -1/+1 |
| 2023-12-20 | mm/damon: update email of SeongJae | SeongJae Park | 1 | -1/+1 |
| 2023-10-04 | mm/damon/core: use pseudo-moving sum for nr_accesses_bp | SeongJae Park | 1 | -5/+7 |
| 2023-10-04 | mm/damon/vaddr: call damon_update_region_access_rate() always | SeongJae Park | 1 | -3/+7 |
| 2023-10-04 | mm/damon/core: define and use a dedicated function for region access rate update | SeongJae Park | 1 | -4/+2 |
| 2023-09-29 | mm: hugetlb: add huge page size param to set_huge_pte_at() | Ryan Roberts | 1 | -1/+2 |
| 2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton | 1 | -0/+2 |
| 2023-08-21 | damon: use pmdp_get instead of drectly dereferencing pmd | Levi Yun | 1 | -8/+15 |
| 2023-08-21 | mm: enable page walking API to lock vmas during the walk | Suren Baghdasaryan | 1 | -0/+2 |
| 2023-06-19 | mm: ptep_get() conversion | Ryan Roberts | 1 | -4/+6 |
| 2023-06-19 | mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails | Hugh Dickins | 1 | -4/+8 |
| 2023-06-09 | mm/damon/ops-common: atomically test and clear young on ptes and pmds | Ryan Roberts | 1 | -2/+2 |
| 2023-01-18 | mm/damon/vaddr: record appropriate folio size when the access is not found | SeongJae Park | 1 | -9/+6 |
| 2023-01-18 | mm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE nor PAGE_SIZE | SeongJae Park | 1 | -1/+1 |
| 2023-01-18 | mm/damon/vaddr: rename 'damon_young_walk_private->page_sz' to 'folio_sz' | SeongJae Park | 1 | -10/+11 |
| 2023-01-18 | mm/damon/vaddr: convert hugetlb related functions to use a folio | Kefeng Wang | 1 | -10/+10 |
| 2023-01-18 | mm/damon/vaddr: convert damon_young_pmd_entry() to use a folio | Kefeng Wang | 1 | -9/+9 |
| 2022-10-12 | mm/damon: use damon_sz_region() in appropriate place | Xin Hao | 1 | -2/+2 |
| 2022-10-03 | mm/damon: rename damon_pageout_score() to damon_cold_score() | Kaixu Xia | 1 | -1/+1 |
| 2022-10-03 | mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid() | Kaixu Xia | 1 | -2/+1 |
| 2022-10-03 | mm/damon: simplify the parameter passing for 'prepare_access_checks' | Kaixu Xia | 1 | -3/+3 |
| 2022-10-03 | mm/damon/core: use a dedicated struct for monitoring attributes | SeongJae Park | 1 | -2/+2 |
| 2022-10-03 | mm/damon/vaddr: add a comment for 'default' case in damon_va_apply_scheme() | Kaixu Xia | 1 | -0/+3 |
| 2022-09-26 | damon: convert __damon_va_three_regions to use the VMA iterator | Liam R. Howlett | 1 | -24/+25 |
| 2022-09-11 | mm/damon/vaddr: remove comparison between mm and last_mm when checking region... | Kaixu Xia | 1 | -5/+6 |
| 2022-09-11 | mm/damon: simplify the parameter passing for 'check_accesses' | Kaixu Xia | 1 | -3/+3 |
| 2022-09-11 | mm/damon: replace pmd_huge() with pmd_trans_huge() for THP | Baolin Wang | 1 | -4/+4 |
| 2022-09-11 | mm/damon: validate if the pmd entry is present before accessing | Baolin Wang | 1 | -0/+10 |
| 2022-07-03 | mm/damon: use set_huge_pte_at() to make huge pte old | Baolin Wang | 1 | -2/+1 |
| 2022-05-19 | mm: damon: use HPAGE_PMD_SIZE | Kefeng Wang | 1 | -1/+1 |
| 2022-05-13 | mm/damon/vaddr: remove damon_va_apply_three_regions() | SeongJae Park | 1 | -17/+1 |
| 2022-05-13 | mm/damon/vaddr: move 'damon_set_regions()' to core | SeongJae Park | 1 | -73/+0 |
| 2022-05-13 | mm/damon/vaddr: generalize damon_va_apply_three_regions() | SeongJae Park | 1 | -24/+42 |
| 2022-05-13 | mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ... | SeongJae Park | 1 | -1/+12 |
| 2022-03-22 | mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}() | SeongJae Park | 1 | -14/+1 |
| 2022-03-22 | mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcall | SeongJae Park | 1 | -0/+20 |
| 2022-03-22 | mm/damon: rename damon_primitives to damon_operations | SeongJae Park | 1 | -11/+11 |
| 2022-03-22 | mm/damon: remove redundant page validation | Baolin Wang | 1 | -6/+0 |
| 2022-03-22 | mm/damon: remove the target id concept | SeongJae Park | 1 | -2/+2 |
| 2022-01-15 | mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure log | SeongJae Park | 1 | -2/+8 |
| 2022-01-15 | mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure logging | SeongJae Park | 1 | -1/+1 |
| 2022-01-15 | mm/damon: add access checking for hugetlb pages | Baolin Wang | 1 | -0/+96 |
| 2022-01-15 | mm/damon/schemes: account scheme actions that successfully applied | SeongJae Park | 1 | -14/+16 |
| 2022-01-15 | mm/damon: convert macro functions to static inline functions | SeongJae Park | 1 | -2/+4 |
| 2022-01-15 | mm/damon/vaddr: remove swap_ranges() and replace it with swap() | Yihao Han | 1 | -13/+3 |
| 2022-01-15 | mm/damon: remove some unneeded function definitions in damon.h | Xin Hao | 1 | -8/+10 |
| 2022-01-15 | mm/damon: unified access_check function naming rules | Xin Hao | 1 | -4/+4 |
| 2021-12-10 | mm/damon/vaddr: remove an unnecessary warning message | SeongJae Park | 1 | -1/+0 |
| 2021-12-03 | treewide: Add missing includes masked by cgroup -> bpf dependency | Jakub Kicinski | 1 | -0/+1 |
| 2021-11-06 | mm/damon: remove unnecessary variable initialization | Xin Hao | 1 | -1/+1 |
| 2021-11-06 | mm/damon/vaddr,paddr: support pageout prioritization | SeongJae Park | 1 | -0/+15 |
| 2021-11-06 | mm/damon/vaddr: constify static mm_walk_ops | Rikard Falkeborn | 1 | -2/+2 |
| 2021-11-06 | mm/damon/vaddr: separate commonly usable functions | SeongJae Park | 1 | -85/+3 |
| 2021-11-06 | mm/damon/schemes: implement statistics feature | SeongJae Park | 1 | -0/+2 |
| 2021-11-06 | mm/damon/vaddr: support DAMON-based Operation Schemes | SeongJae Park | 1 | -0/+56 |
| 2021-09-08 | mm/damon: add kunit tests | SeongJae Park | 1 | -0/+7 |
| 2021-09-08 | mm/damon: implement primitives for the virtual memory address spaces | SeongJae Park | 1 | -0/+665 |