index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-07
Merge tag 'slab-for-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+5
2025-11-06
slab: prevent infinite loop in kmalloc_nolock() with debugging
Vlastimil Babka
1
-1
/
+5
2025-10-24
Merge tag 'slab-for-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+21
2025-10-24
slab: Fix obj_ext mistakenly considered NULL due to race condition
Hao Ge
1
-5
/
+11
2025-10-23
slab: fix slab accounting imbalance due to defer_deactivate_slab()
Vlastimil Babka
1
-3
/
+5
2025-10-22
Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...
Linus Torvalds
7
-18
/
+25
2025-10-21
mm/damon/core: use damos_commit_quota_goal() for new goal commit
SeongJae Park
1
-1
/
+1
2025-10-21
mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_dest...
Enze Li
1
-0
/
+3
2025-10-21
hugetlbfs: move lock assertions after early returns in huge_pmd_unshare()
Deepanshu Kartikey
1
-3
/
+2
2025-10-21
mm/damon/core: fix list_add_tail() call on damon_call()
SeongJae Park
1
-1
/
+1
2025-10-21
mm/mremap: correctly account old mapping after MREMAP_DONTUNMAP remap
Lorenzo Stoakes
1
-9
/
+6
2025-10-21
slab: Avoid race on slab->obj_exts in alloc_slab_obj_exts
Hao Ge
1
-3
/
+6
2025-10-16
slab: reset slab->obj_ext when freeing and it is OBJEXTS_ALLOC_FAIL
Hao Ge
1
-1
/
+8
2025-10-15
mm: prevent poison consumption when splitting THP
Qiuxu Zhuo
2
-1
/
+5
2025-10-15
mm: don't spin in add_stack_record when gfp flags don't allow
Alexei Starovoitov
1
-0
/
+3
2025-10-15
mm/damon/sysfs: dealloc commit test ctx always
SeongJae Park
1
-3
/
+2
2025-10-15
mm/damon/sysfs: catch commit test ctx alloc failure
SeongJae Park
1
-0
/
+2
2025-10-14
slab: fix clearing freelist in free_deferred_objects()
Vlastimil Babka
1
-3
/
+4
2025-10-11
Merge tag 'slab-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-14
/
+51
2025-10-11
Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+3
2025-10-11
Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...
Linus Torvalds
6
-34
/
+24
2025-10-11
slab: fix barn NULL pointer dereference on memoryless nodes
Vlastimil Babka
1
-14
/
+51
2025-10-09
Merge tag 'slab-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+13
2025-10-07
mm: hugetlb: avoid soft lockup when mprotect to large memory area
Yang Shi
1
-0
/
+2
2025-10-07
fsnotify: pass correct offset to fsnotify_mmap_perm()
Ryan Roberts
1
-1
/
+2
2025-10-07
mm/damon/vaddr: do not repeat pte_offset_map_lock() until success
SeongJae Park
1
-6
/
+2
2025-10-07
mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP ...
Lance Yang
1
-5
/
+10
2025-10-07
mm/thp: fix MTE tag mismatch when replacing zero-filled subpages
Lance Yang
2
-19
/
+4
2025-10-07
memcg: skip cgroup_file_notify if spinning is not allowed
Shakeel Butt
1
-3
/
+4
2025-10-07
kho: replace kho_preserve_phys() with kho_preserve_pages()
Mike Rapoport (Microsoft)
1
-1
/
+3
2025-10-07
Merge tag 'dma-mapping-6.18-2025-10-07' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+1
2025-10-07
slub: Don't call lockdep_unregister_key() for immature kmem_cache.
Kuniyuki Iwashima
1
-1
/
+2
2025-10-06
slab: Fix using this_cpu_ptr() in preemptible context
Ran Xiaokai
1
-2
/
+9
2025-10-05
Merge tag 'mm-stable-2025-10-03-16-49' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-34
/
+34
2025-10-04
Merge tag 'memblock-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-196
/
+65
2025-10-03
Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-15
/
+17
2025-10-03
mm/khugepaged: use KMEM_CACHE()
Wei Yang
1
-4
/
+1
2025-10-03
mm/ksm: cleanup mm_slot_entry() invocation
Wei Yang
1
-13
/
+14
2025-10-03
mm: clean up is_guard_pte_marker()
Lance Yang
1
-2
/
+2
2025-10-03
mm/memory_hotplug: activate node before adding new memory blocks
Hannes Reinecke
1
-15
/
+17
2025-10-03
Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-8
/
+26
2025-10-03
Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-26
/
+21
2025-10-03
slab: Add allow_spin check to eliminate kmemleak warnings
Ran Xiaokai
1
-1
/
+2
2025-10-03
kmsan: fix kmsan_handle_dma() to avoid false positives
Shigeru Yoshida
1
-2
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
90
-2730
/
+3835
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
8
-160
/
+2320
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-9
/
+31
2025-09-29
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-12
/
+24
2025-09-29
Merge tag 'vfs-6.18-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+5
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
[next]