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
compress-2026-03-30
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
21 hours
mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
Josh Law
1
-0
/
+3
9 days
mm/shmem, swap: avoid redundant Xarray lookup during swapin
Kairui Song
1
-9
/
+25
9 days
mm/shmem, swap: improve cached mTHP handling and fix potential hang
Kairui Song
1
-9
/
+30
9 days
mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()
Kemeng Shi
1
-0
/
+2
9 days
mm: shmem: fix potential data corruption during shmem swapin
Baolin Wang
1
-3
/
+27
9 days
mm/kfence: fix KASAN hardware tag faults during late enablement
Alexander Potapenko
2
-7
/
+10
9 days
mm/page_alloc: forward the gfp flags from alloc_contig_range() to post_alloc_...
David Hildenbrand
1
-4
/
+5
9 days
mm/page_alloc: sort out the alloc_contig_range() gfp flags mess
David Hildenbrand
1
-4
/
+44
9 days
mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()
Matthew Wilcox (Oracle)
3
-3
/
+5
9 days
mm/kfence: disable KFENCE upon KASAN HW tags enablement
Alexander Potapenko
1
-0
/
+15
2026-03-04
mm: numa_memblks: Identify the accurate NUMA ID of CFMW
Cui Chao
1
-4
/
+5
2026-03-04
mm/slab: use unsigned long for orig_size to ensure proper metadata align
Harry Yoo
1
-7
/
+7
2026-03-04
mm/highmem: fix __kmap_to_page() build error
William Tambe
1
-1
/
+2
2026-03-04
mm/vmalloc: prevent RCU stalls in kasan_release_vmalloc_node
Deepanshu Kartikey
1
-0
/
+8
2026-03-04
mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations
Vlastimil Babka
1
-0
/
+14
2026-02-19
mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...
David Hildenbrand (Red Hat)
3
-59
/
+122
2026-02-19
mm/hugetlb: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat)
1
-16
/
+8
2026-02-19
mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
Jane Chu
1
-10
/
+5
2026-02-11
mm, shmem: prevent infinite loop on truncate race
Kairui Song
1
-9
/
+14
2026-02-11
mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_single
Hao Ge
1
-1
/
+5
2026-02-06
mm/kfence: randomize the freelist on initialization
Pimyn Girgis
1
-4
/
+19
2026-02-06
mm/shmem, swap: fix race of truncate and swap entry split
Kairui Song
1
-11
/
+34
2026-02-06
mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
Jane Chu
1
-6
/
+8
2026-02-06
mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
Jane Chu
1
-37
/
+56
2026-02-06
mm/kasan: fix KASAN poisoning in vrealloc()
Andrey Ryabinin
2
-5
/
+23
2026-01-30
migrate: correct lock ordering for hugetlb file folios
Matthew Wilcox (Oracle)
1
-6
/
+6
2026-01-30
mm/rmap: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat)
1
-16
/
+4
2026-01-23
mm/page_alloc: prevent pcp corruption with SMP=n
Vlastimil Babka
1
-8
/
+39
2026-01-23
mm/page_alloc: batch page freeing in decay_pcp_high
Joshua Hahn
1
-3
/
+6
2026-01-23
mm/page_alloc/vmstat: simplify refresh_cpu_vm_stats change detection
Joshua Hahn
2
-17
/
+19
2026-01-23
mm: numa,memblock: include <asm/numa.h> for 'numa_nodes_parsed'
Ben Dooks
1
-0
/
+2
2026-01-23
mm/fake-numa: allow later numa node hotplug
Bruno Faccini
2
-8
/
+39
2026-01-23
mm: kmsan: fix poisoning of high-order non-compound pages
Ryan Roberts
1
-1
/
+1
2026-01-23
mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup fai...
SeongJae Park
1
-2
/
+3
2026-01-23
mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failure
SeongJae Park
1
-2
/
+3
2026-01-23
mm/damon/sysfs: cleanup attrs subdirs on context dir setup failure
SeongJae Park
1
-2
/
+3
2026-01-23
mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free
Aboorva Devarajan
1
-1
/
+9
2026-01-23
mm/zswap: fix error pointer free in zswap_cpu_comp_prepare()
Pavel Butsykin
1
-1
/
+1
2026-01-23
x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers
Dan Williams
1
-4
/
+8
2026-01-11
mm/page_alloc: change all pageblocks migrate type on coalescing
Alexander Gordeev
1
-12
/
+12
2026-01-08
mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_thre...
SeongJae Park
1
-0
/
+6
2026-01-08
mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()
SeongJae Park
1
-0
/
+2
2026-01-08
mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...
SeongJae Park
1
-0
/
+20
2026-01-08
mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
1
-1
/
+2
2026-01-08
mm/balloon_compaction: we cannot have isolated pages in the balloon list
David Hildenbrand
1
-6
/
+0
2026-01-08
mm/ksm: fix exec/fork inheritance support for prctl
xu xin
1
-2
/
+16
2026-01-08
mm/page_owner: fix memory leak in page_owner_stack_fops->release()
Ran Xiaokai
1
-1
/
+1
2026-01-08
kasan: unpoison vms[area] addresses with a common tag
Maciej Wieczor-Retman
1
-3
/
+18
2026-01-08
kasan: refactor pcpu kasan vmalloc unpoison
Maciej Wieczor-Retman
2
-3
/
+18
2026-01-08
mm/kasan: fix incorrect unpoisoning in vrealloc for KASAN
Jiayuan Chen
3
-3
/
+7
[next]