index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-29
mm: vmalloc: only zero-init on vrealloc shrink
Kees Cook
1
-5
/
+7
2025-05-29
mm: vmalloc: actually use the in-place vrealloc region
Kees Cook
1
-0
/
+1
2025-05-29
mm/page_alloc.c: avoid infinite retries caused by cpuset race
Tianyang Zhang
1
-0
/
+8
2025-05-29
mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb f...
Ge Yang
1
-0
/
+8
2025-05-29
memcg: always call cond_resched() after fn()
Breno Leitao
1
-4
/
+2
2025-05-29
kasan: avoid sleepable page allocation from atomic context
Alexander Gordeev
1
-14
/
+78
2025-05-22
mm/page_alloc: fix race condition in unaccepted memory handling
Kirill A. Shutemov
1
-23
/
+0
2025-05-22
mm: userfaultfd: correct dirty flags set for both present and swap pte
Barry Song
1
-2
/
+10
2025-05-22
mm: hugetlb: fix incorrect fallback for subpool
Wupeng Ma
1
-6
/
+22
2025-05-18
mm: page_alloc: speed up fallbacks in rmqueue_bulk()
Johannes Weiner
1
-34
/
+81
2025-05-18
mm: page_alloc: don't steal single pages from biggest buddy
Johannes Weiner
1
-46
/
+34
2025-05-18
memblock: Accept allocated memory before use in memblock_double_array()
Tom Lendacky
1
-1
/
+8
2025-05-18
mm/huge_memory: fix dereferencing invalid pmd migration entry
Gavin Guo
1
-3
/
+8
2025-05-18
mm: vmalloc: support more granular vrealloc() sizing
Kees Cook
1
-7
/
+24
2025-05-18
mm: fix folio_pte_batch() on XEN PV
Petr Vaněk
1
-16
/
+11
2025-05-09
mm, slab: clean up slab->obj_exts always
Zhenhua Huang
1
-20
/
+7
2025-05-09
mm/memblock: repeat setting reserved region nid if array is doubled
Wei Yang
1
-0
/
+10
2025-05-09
mm/memblock: pass size instead of end to memblock_set_node()
Wei Yang
1
-1
/
+1
2025-05-02
mm/vmscan: don't try to reclaim hwpoison folio
Jinjiang Tu
1
-0
/
+7
2025-04-25
mm/vma: add give_up_on_oom option on modify/merge, use in uffd release
Lorenzo Stoakes
3
-7
/
+53
2025-04-25
slab: ensure slab->obj_exts is clear in a newly allocated slab page
Suren Baghdasaryan
1
-0
/
+10
2025-04-25
mm: fix apply_to_existing_page_range()
Kirill A. Shutemov
1
-2
/
+2
2025-04-25
mm: fix filemap_get_folios_contig returning batches of identical folios
Vishal Moola (Oracle)
1
-0
/
+1
2025-04-25
mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
Baoquan He
1
-2
/
+2
2025-04-25
mm/compaction: fix bug in hugetlb handling pathway
Vishal Moola (Oracle)
1
-3
/
+3
2025-04-20
mm/hwpoison: introduce folio_contain_hwpoisoned_page() helper
Jinjiang Tu
2
-4
/
+2
2025-04-20
mm/hugetlb: move hugetlb_sysctl_init() to the __init section
Marc Herbert
1
-1
/
+1
2025-04-20
mm/hwpoison: do not send SIGBUS to processes with recovered clean pages
Shuai Xue
1
-3
/
+8
2025-04-20
mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlock
Mathieu Desnoyers
1
-1
/
+1
2025-04-20
mm/mremap: correctly handle partial mremap() of VMA starting at 0
Lorenzo Stoakes
1
-5
/
+5
2025-04-20
mm: make page_mapped_in_vma() hugetlb walk aware
Jane Chu
1
-4
/
+9
2025-04-20
mm/rmap: reject hugetlb folios in folio_make_device_exclusive()
David Hildenbrand
1
-1
/
+1
2025-04-20
mm/damon: avoid applying DAMOS action to same entity multiple times
SeongJae Park
2
-12
/
+28
2025-04-20
mm/damon/ops: have damon_get_folio return folio even for tail pages
Usama Arif
2
-7
/
+19
2025-04-10
mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()
Yosry Ahmed
1
-8
/
+22
2025-04-10
mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs
David Hildenbrand
1
-0
/
+3
2025-04-10
writeback: fix calculations in trace_balance_dirty_pages() for cgwb
Tang Yizhou
1
-1
/
+1
2025-04-10
writeback: let trace_balance_dirty_pages() take struct dtc as parameter
Tang Yizhou
1
-33
/
+2
2025-04-10
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
1
-7
/
+4
2025-04-10
lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock
Peter Zijlstra
1
-2
/
+0
2025-03-17
Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...
Linus Torvalds
10
-30
/
+77
2025-03-16
mm/page_alloc: fix memory accept before watermarks gets initialized
Kirill A. Shutemov
1
-2
/
+12
2025-03-16
memcg: drain obj stock on cpu hotplug teardown
Shakeel Butt
1
-0
/
+9
2025-03-16
mm/huge_memory: drop beyond-EOF folios with the right number of refs
Zi Yan
1
-1
/
+1
2025-03-16
mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
Raphael S. Carvalho
1
-1
/
+12
2025-03-16
mm: memcontrol: fix swap counter leak from offline cgroup
Muchun Song
2
-5
/
+6
2025-03-16
mm/vma: do not register private-anon mappings with khugepaged during mmap
Dev Jain
1
-1
/
+2
2025-03-16
mm/migrate: fix shmem xarray update during migration
Zi Yan
1
-6
/
+4
2025-03-16
mm/hugetlb: fix surplus pages in dissolve_free_huge_page()
Jinjiang Tu
1
-2
/
+6
2025-03-16
mm/damon/core: initialize damos->walk_completed in damon_new_scheme()
SeongJae Park
1
-0
/
+1
[next]