index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-12
mm: thp: deny THP for files on anonymous inodes
Deepanshu Kartikey
1
-0
/
+3
2026-03-12
mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is available
Harry Yoo
1
-4
/
+9
2026-03-04
mm: numa_memblks: Identify the accurate NUMA ID of CFMW
Cui Chao
1
-4
/
+5
2026-03-04
mm/page_alloc: clear page->private in free_pages_prepare()
Mikhail Gavrilov
1
-0
/
+1
2026-03-04
mm/vmscan: fix demotion targets checks in reclaim/demotion
Bing Jiao
2
-14
/
+36
2026-03-04
mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCK
Harry Yoo
1
-6
/
+11
2026-03-04
mm/hugetlb: restore failed global reservations to subpool
Joshua Hahn
1
-0
/
+9
2026-03-04
mm/slab: use prandom if !allow_spin
Harry Yoo
1
-4
/
+24
2026-03-04
mm/slab: do not access current->mems_allowed_seq if !allow_spin
Harry Yoo
1
-2
/
+11
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/slab: avoid allocating slabobj_ext array from its own slab
Harry Yoo
1
-7
/
+53
2026-03-04
mm/highmem: fix __kmap_to_page() build error
William Tambe
1
-1
/
+2
2026-03-04
mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
Vlastimil Babka
1
-1
/
+4
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-27
mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()
Harry Yoo
1
-0
/
+20
2026-02-07
Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-22
/
+20
2026-02-06
Merge tag 'slab-for-6.19-rc8-fix' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+5
2026-02-06
mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_single
Hao Ge
1
-1
/
+5
2026-02-06
mm/memory-failure: reject unsupported non-folio compound page
Miaohe Lin
1
-22
/
+20
2026-02-05
Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-9
/
+14
2026-02-03
mm, shmem: prevent infinite loop on truncate race
Kairui Song
1
-9
/
+14
2026-01-29
Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...
Linus Torvalds
11
-75
/
+186
2026-01-27
mm/zone_device: reinitialize large zone device private folios
Matthew Brost
1
-1
/
+34
2026-01-27
mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called fr...
Waiman Long
1
-6
/
+6
2026-01-27
mm/kfence: randomize the freelist on initialization
Pimyn Girgis
1
-4
/
+19
2026-01-27
mm: memfd_luo: restore and free memfd_luo_ser on failure
Pratyush Yadav (Google)
1
-2
/
+4
2026-01-27
mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()
Pratyush Yadav (Google)
1
-2
/
+2
2026-01-27
memfd: export alloc_file()
Pratyush Yadav (Google)
1
-2
/
+2
2026-01-27
mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
Jane Chu
1
-6
/
+8
2026-01-27
mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
Jane Chu
1
-37
/
+56
2026-01-27
mm, swap: restore swap_space attr aviod kernel panic
robin.kuo
2
-3
/
+2
2026-01-27
mm/kasan: fix KASAN poisoning in vrealloc()
Andrey Ryabinin
2
-5
/
+23
2026-01-27
mm/shmem, swap: fix race of truncate and swap entry split
Kairui Song
1
-11
/
+34
2026-01-21
Merge tag 'slab-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+6
2026-01-21
slab: fix kmalloc_nolock() context check for PREEMPT_RT
Swaraj Gaikwad
1
-2
/
+6
2026-01-21
Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...
Linus Torvalds
10
-111
/
+175
2026-01-20
Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+2
2026-01-20
mm: restore per-memcg proactive reclaim with !CONFIG_NUMA
Yosry Ahmed
2
-10
/
+11
2026-01-20
mm/kfence: fix potential deadlock in reboot notifier
Breno Leitao
1
-5
/
+12
2026-01-20
mm: do not copy page tables unnecessarily for VM_UFFD_WP
Lorenzo Stoakes
1
-1
/
+5
2026-01-20
mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...
David Hildenbrand (Red Hat)
3
-59
/
+122
2026-01-20
mm/rmap: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat)
1
-16
/
+4
2026-01-20
mm/hugetlb: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat)
1
-16
/
+8
2026-01-20
mm: remove unnecessary and incorrect mmap lock assert
Lorenzo Stoakes
1
-3
/
+2
2026-01-19
mm/vma: do not leak memory when .mmap_prepare swaps the file
Lorenzo Stoakes
1
-2
/
+9
2026-01-19
migrate: correct lock ordering for hugetlb file folios
Matthew Wilcox (Oracle)
1
-6
/
+6
2026-01-19
mm: rename cpu_bitmap field to flexible_array
Mathieu Desnoyers
1
-1
/
+1
2026-01-19
mm: add missing static initializer for init_mm::mm_cid.lock
Mathieu Desnoyers
1
-0
/
+3
2026-01-17
Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+8
[next]