index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-11-24
Merge branch 'mm-hotfixes-stable' into mm-stable in order to merge
Andrew Morton
-36
/
+63
2025-11-24
mm/filemap: fix logic around SIGBUS in filemap_map_pages()
Kiryl Shutsemau
-13
/
+14
2025-11-24
mm/huge_memory: fix NULL pointer deference when splitting folio
Wei Yang
-12
/
+10
2025-11-24
MAINTAINERS: add test_kho to KHO's entry
Pratyush Yadav
-0
/
+1
2025-11-24
mailmap: add entry for Sam Protsenko
Sam Protsenko
-0
/
+2
2025-11-24
selftests/mm: fix division-by-zero in uffd-unit-tests
Carlos Llamas
-8
/
+7
2025-11-24
mm/mmap_lock: reset maple state on lock_vma_under_rcu() retry
Liam R. Howlett
-0
/
+1
2025-11-24
mm/memfd: fix information leak in hugetlb folios
Deepanshu Kartikey
-0
/
+27
2025-11-24
mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type()
Youngjun Park
-3
/
+1
2025-11-20
testing/selftests/mm: add soft-dirty merge self-test
Lorenzo Stoakes
-1
/
+126
2025-11-20
mm: propagate VM_SOFTDIRTY on merge
Lorenzo Stoakes
-20
/
+13
2025-11-20
Docs/mm/damon/maintainer-profile: fix grammatical errors
SeongJae Park
-4
/
+4
2025-11-20
Docs/mm/damon/maintainer-profile: fix a typo on mm-untable link
SeongJae Park
-1
/
+1
2025-11-20
selftests/damon/sysfs.py: merge DAMON status dumping into commitment assertion
SeongJae Park
-30
/
+13
2025-11-20
mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinition
SeongJae Park
-34
/
+26
2025-11-20
mm/damon/vaddr: consistently use only pmd_entry for damos_migrate
SeongJae Park
-47
/
+37
2025-11-20
mm/damon/vaddr: use vm_normal_folio{,_pmd}() instead of damon_get_folio()
SeongJae Park
-13
/
+6
2025-11-20
mm/damon/vaddr: cleanup using pmd_trans_huge_lock()
SeongJae Park
-35
/
+13
2025-11-20
mm/damon: rename damos->filters to damos->core_filters
SeongJae Park
-15
/
+15
2025-11-20
mm/damon: rename damos core filter helpers to have word core
SeongJae Park
-11
/
+11
2025-11-20
selftests/mm/uffd: remove static address usage in shmem_allocate_area()
Mehdi Ben Hadj Khelifa
-9
/
+15
2025-11-20
mm/damon/tests/core-kunit: add damon_commit_target_regions() test
SeongJae Park
-0
/
+65
2025-11-20
mm/damon/tests/core-kunit: add damos_commit() test
SeongJae Park
-0
/
+92
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_dests() test
SeongJae Park
-0
/
+97
2025-11-20
mm/damon/core: pass migrate_dests to damos_commit_dests()
SeongJae Park
-21
/
+17
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota() test
SeongJae Park
-0
/
+33
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota_goals() test
SeongJae Park
-0
/
+81
2025-11-20
mm/damon/tests/core-kunit: add damos_commit_quota_goal() test
SeongJae Park
-0
/
+84
2025-11-20
mm/damon/tests/core-kunit: add test cases to damos_test_commit_filter()
SeongJae Park
-6
/
+47
2025-11-20
mm/damon/tests/core-kunit: extend damos_test_commit_filter_for() for union fi...
SeongJae Park
-0
/
+20
2025-11-20
mm/damon/tests/core-kunit: split out damos_test_commit_filter() core logic
SeongJae Park
-4
/
+10
2025-11-20
mm/damon/tests/core-kunit: remove dynamic allocs on damos_test_commit_filter()
SeongJae Park
-16
/
+13
2025-11-20
mm: use vma_start_write_killable() in dup_mmap()
Matthew Wilcox (Oracle)
-9
/
+3
2025-11-20
mm: add vma_start_write_killable()
Matthew Wilcox (Oracle)
-12
/
+69
2025-11-20
mm: vmstat: correct the comment above preempt_disable_nested()
Qi Zheng
-5
/
+5
2025-11-20
mm/madvise: allow guard page install/remove under VMA lock
Lorenzo Stoakes
-36
/
+94
2025-11-20
mm: rename walk_page_range_mm()
Lorenzo Stoakes
-14
/
+14
2025-11-20
mm: memcg: dump memcg protection info on oom or alloc failures
Shakeel Butt
-0
/
+20
2025-11-20
mm: remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()
Huacai Chen
-5
/
+1
2025-11-20
tools/testing/selftests/mm: add smaps visibility guard region test
Lorenzo Stoakes
-0
/
+126
2025-11-20
tools/testing/selftests/mm: add MADV_COLLAPSE test case
Lorenzo Stoakes
-0
/
+65
2025-11-20
tools/testing/vma: add VMA sticky userland tests
Lorenzo Stoakes
-10
/
+79
2025-11-20
mm: set the VM_MAYBE_GUARD flag on guard region install
Lorenzo Stoakes
-32
/
+61
2025-11-20
mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes
-14
/
+56
2025-11-20
mm: implement sticky VMA flags
Lorenzo Stoakes
-19
/
+75
2025-11-20
mm: update vma_modify_flags() to handle residual flags, document
Lorenzo Stoakes
-70
/
+144
2025-11-20
mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
Lorenzo Stoakes
-0
/
+44
2025-11-20
mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
-2
/
+13
2025-11-20
mm/hugetlb: extract sysctl into hugetlb_sysctl.c
Hui Zhu
-133
/
+142
2025-11-20
mm/hugetlb: extract sysfs into hugetlb_sysfs.c
Hui Zhu
-586
/
+626
[next]