index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
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-11-20
mm/damon: rename damos->filters to damos->core_filters
SeongJae Park
2
-5
/
+5
2025-11-20
mm/damon: rename damos core filter helpers to have word core
SeongJae Park
1
-7
/
+7
2025-11-20
mm/damon/tests/core-kunit: add damon_commit_target_regions() test
SeongJae Park
1
-0
/
+65
2025-11-20
mm/damon/tests/core-kunit: add damos_commit() test
SeongJae Park
1
-0
/
+92
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_dests() test
SeongJae Park
1
-0
/
+97
2025-11-20
mm/damon/core: pass migrate_dests to damos_commit_dests()
SeongJae Park
1
-21
/
+17
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota() test
SeongJae Park
1
-0
/
+33
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota_goals() test
SeongJae Park
1
-0
/
+81
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota_goal() test
SeongJae Park
1
-0
/
+84
2025-11-20
mm/damon/tests/core-kunit: add test cases to damos_test_commit_filter()
SeongJae Park
1
-6
/
+47
2025-11-20
mm/damon/tests/core-kunit: extend damos_test_commit_filter_for() for union fi...
SeongJae Park
1
-0
/
+20
2025-11-20
mm/damon/tests/core-kunit: split out damos_test_commit_filter() core logic
SeongJae Park
1
-4
/
+10
2025-11-20
mm/damon/tests/core-kunit: remove dynamic allocs on damos_test_commit_filter()
SeongJae Park
1
-16
/
+13
2025-11-20
mm: use vma_start_write_killable() in dup_mmap()
Matthew Wilcox (Oracle)
1
-9
/
+3
2025-11-20
mm: add vma_start_write_killable()
Matthew Wilcox (Oracle)
1
-9
/
+25
2025-11-20
mm: vmstat: correct the comment above preempt_disable_nested()
Qi Zheng
1
-5
/
+5
2025-11-20
mm/madvise: allow guard page install/remove under VMA lock
Lorenzo Stoakes
3
-36
/
+94
2025-11-20
mm: rename walk_page_range_mm()
Lorenzo Stoakes
3
-14
/
+14
2025-11-20
mm: memcg: dump memcg protection info on oom or alloc failures
Shakeel Butt
3
-0
/
+15
2025-11-20
mm: set the VM_MAYBE_GUARD flag on guard region install
Lorenzo Stoakes
2
-32
/
+61
2025-11-20
mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes
1
-14
/
+4
2025-11-20
mm: implement sticky VMA flags
Lorenzo Stoakes
2
-19
/
+19
2025-11-20
mm: update vma_modify_flags() to handle residual flags, document
Lorenzo Stoakes
6
-65
/
+138
2025-11-20
mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
1
-0
/
+4
2025-11-20
mm/hugetlb: extract sysctl into hugetlb_sysctl.c
Hui Zhu
4
-133
/
+141
2025-11-20
mm/hugetlb: extract sysfs into hugetlb_sysfs.c
Hui Zhu
4
-586
/
+625
2025-11-20
mm: constify __dump_folio() arguments
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-11-20
memory_hotplug: optimise try_offline_memory_block()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-11-20
migrate: optimise alloc_migration_target()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-11-20
hugetlb: optimise hugetlb_folio_init_tail_vmemmap()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-11-20
mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()
Kefeng Wang
3
-12
/
+7
2025-11-20
mm: vmscan: simplify the folio refcount check in pageout()
Baolin Wang
1
-12
/
+4
2025-11-20
mm: vmscan: remove folio_test_private() check in pageout()
Baolin Wang
1
-16
/
+1
2025-11-20
PCI/P2PDMA: Simplify bus address mapping API
Leon Romanovsky
1
-1
/
+1
2025-11-20
Merge tag 'slab-for-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+26
2025-11-19
Merge tag 'fixes-2025-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2025-11-19
mm: add spurious fault fixing support for huge pmd
Huang Ying
3
-29
/
+68
2025-11-18
mm/huge_memory: Fix initialization of huge zero folio
Linus Torvalds
1
-7
/
+2
2025-11-17
Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+7
2025-11-16
mm/damon/tests/core-kunit: remove unused ctx in damon_test_split_regions_of()
SeongJae Park
1
-12
/
+2
2025-11-16
mm/damon/tests/core-kunit: remove unnecessary damon_ctx variable on damon_tes...
SeongJae Park
1
-8
/
+1
2025-11-16
mm/damon/tests/sysfs-kunit: handle alloc failures on damon_sysfs_test_add_tar...
SeongJae Park
1
-0
/
+25
2025-11-16
mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_...
SeongJae Park
1
-1
/
+8
2025-11-16
mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_...
SeongJae Park
1
-1
/
+10
2025-11-16
mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...
SeongJae Park
1
-0
/
+6
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures on damon_test_set_filters_de...
SeongJae Park
1
-0
/
+6
2025-11-16
mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()
SeongJae Park
1
-0
/
+11
[prev]
[next]