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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Lines
2026-03-29
Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+8
2026-03-28
Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...
Linus Torvalds
-14
/
+51
2026-03-27
mm/mseal: update VMA end correctly on merge
Lorenzo Stoakes (Oracle)
-2
/
+1
2026-03-27
mm/pagewalk: fix race between concurrent split and refault
Max Boone
-3
/
+22
2026-03-27
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
-3
/
+15
2026-03-27
mm/damon/sysfs: check contexts->nr in repeat_call_fn
Josh Law
-0
/
+3
2026-03-27
mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
Josh Law
-0
/
+3
2026-03-27
mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
Josh Law
-1
/
+3
2026-03-27
mm/swap: fix swap cache memcg accounting
Alexandre Ghiti
-5
/
+4
2026-03-26
Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2026-03-26
futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
Hao-Yu Yang
-2
/
+8
2026-03-23
mm/damon/stat: monitor all System RAM resources
SeongJae Park
-3
/
+50
2026-03-23
mm/zswap: add missing kunmap_local()
Lorenzo Stoakes (Oracle)
-1
/
+7
2026-03-21
mm/damon/core: avoid use of half-online-committed context
SeongJae Park
-0
/
+8
2026-03-21
mm/rmap: clear vma->anon_vma on error
Lorenzo Stoakes (Oracle)
-0
/
+7
2026-03-20
mm/hmm: Indicate that HMM requires DMA coherency
Leon Romanovsky
-2
/
+2
2026-03-16
Merge tag 'mm-hotfixes-stable-2026-03-16-12-15' of git://git.kernel.org/pub/s...
Linus Torvalds
-5
/
+19
2026-03-13
Merge tag 'slab-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-7
/
+4
2026-03-11
slab: fix memory leak when refill_sheaf() fails
Qing Wang
-0
/
+4
2026-03-10
mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for sh...
Wei Yang
-3
/
+9
2026-03-10
mm/rmap: fix incorrect pte restoration for lazyfree folios
Dev Jain
-1
/
+8
2026-03-10
mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()
Chris Down
-1
/
+2
2026-03-10
Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...
Linus Torvalds
-15
/
+65
2026-03-10
mm/slab: fix an incorrect check in obj_exts_alloc_size()
Harry Yoo
-7
/
+0
2026-03-06
Merge tag 'drm-fixes-2026-03-07' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-11
/
+17
2026-03-06
Merge tag 'slab-for-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-27
/
+52
2026-03-06
Require (reasonably) normal mappings for MADV_DOFORK
Linus Torvalds
-1
/
+1
2026-03-04
mm/huge_memory: fix a folio_split() race condition with folio_try_get()
Zi Yan
-4
/
+9
2026-03-04
memcg: fix slab accounting in refill_obj_stock() trylock path
Hao Li
-1
/
+1
2026-03-04
mm/hugetlb.c: use __pa() instead of virt_to_phys() in early bootmem alloc code
Ritesh Harjani (IBM)
-2
/
+2
2026-03-04
mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()
Zi Yan
-1
/
+4
2026-03-04
mm/damon/core: clear walk_control on inactive context in damos_walk()
Raul Pazemecxas De Andrade
-1
/
+6
2026-03-04
mm: memfd_luo: always dirty all folios
Pratyush Yadav (Google)
-5
/
+21
2026-03-04
mm: memfd_luo: always make all folios uptodate
Pratyush Yadav (Google)
-2
/
+23
2026-03-04
mm/slab: change stride type from unsigned short to unsigned int
Harry Yoo
-5
/
+5
2026-03-04
mm/slab: allow sheaf refill if blocking is not allowed
Vlastimil Babka (SUSE)
-12
/
+10
2026-03-02
mm: Fix a hmm_range_fault() livelock / starvation problem
Thomas Hellström
-11
/
+17
2026-03-02
slab: distinguish lock and trylock for sheaf_flush_main()
Vlastimil Babka
-10
/
+37
2026-02-27
Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-18
/
+37
2026-02-27
mm/slab: initialize slab->stride early to avoid memory ordering issues
Harry Yoo
-2
/
+3
2026-02-26
mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXT
Suren Baghdasaryan
-12
/
+25
2026-02-26
mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is available
Harry Yoo
-4
/
+9
2026-02-24
mm: fix NULL NODE_DATA dereference for memoryless nodes on boot
Ming Lei
-1
/
+5
2026-02-24
mm/kfence: fix KASAN hardware tag faults during late enablement
Alexander Potapenko
-7
/
+10
2026-02-24
mm/damon/core: disallow non-power of two min_region_sz
SeongJae Park
-0
/
+3
2026-02-24
liveupdate: luo_file: remember retrieve() status
Pratyush Yadav (Google)
-1
/
+6
2026-02-24
mm: thp: deny THP for files on anonymous inodes
Deepanshu Kartikey
-0
/
+3
2026-02-24
mm/kfence: disable KFENCE upon KASAN HW tags enablement
Alexander Potapenko
-0
/
+15
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-34
/
+17
[next]