index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-28
mm/memfd_luo: report error when restoring a folio fails mid-loop
David Carlier
1
-0
/
+1
2026-04-27
mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_r...
David Carlier
1
-1
/
+11
2026-04-27
mm/damon/stat: detect and use fresh enabled value
SeongJae Park
1
-10
/
+20
2026-04-27
mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values
SeongJae Park
1
-30
/
+55
2026-04-27
mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
SeongJae Park
1
-30
/
+55
2026-04-27
mm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lock
SeongJae Park
1
-1
/
+11
2026-04-27
mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lock
SeongJae Park
1
-1
/
+11
2026-04-27
mm/hugetlb_cma: round up per_node before logging it
Sang-Heon Jeon
1
-0
/
+1
2026-04-27
mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()
Lorenzo Stoakes
2
-10
/
+19
2026-04-27
mm: start background writeback based on per-wb threshold for strictlimit BDIs
Joanne Koong
1
-10
/
+6
2026-04-27
vmalloc: fix buffer overflow in vrealloc_node_align()
Marco Elver
1
-1
/
+1
2026-04-27
mm/slab: return NULL early from kmalloc_nolock() in NMI on UP
Harry Yoo (Oracle)
1
-0
/
+4
2026-04-27
mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UP
Harry Yoo (Oracle)
1
-0
/
+5
2026-04-26
driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()
Douglas Anderson
1
-1
/
+1
2026-04-24
Merge tag 'slab-for-7.1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+12
2026-04-22
Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-9
/
+6
2026-04-20
Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2026-04-19
Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...
Linus Torvalds
8
-12
/
+27
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
30
-996
/
+1622
2026-04-18
mm/damon/core: disallow non-power of two min_region_sz on damon_start()
SeongJae Park
1
-0
/
+5
2026-04-18
mm/vmalloc: take vmap_purge_lock in shrinker
Uladzislau Rezki (Sony)
1
-0
/
+1
2026-04-18
mm: call ->free_folio() directly in folio_unmap_invalidate()
Matthew Wilcox (Oracle)
3
-3
/
+7
2026-04-18
mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()
Breno Leitao
1
-2
/
+3
2026-04-18
mm/zone_device: do not touch device folio after calling ->folio_free()
Matthew Brost
1
-1
/
+1
2026-04-18
mm/damon/core: disallow time-quota setting zero esz
SeongJae Park
1
-3
/
+5
2026-04-18
mm/mempolicy: fix weighted interleave auto sysfs name
Joshua Hahn
1
-3
/
+5
2026-04-18
Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-126
/
+190
2026-04-18
mm/vmscan: avoid false-positive -Wuninitialized warning
Arnd Bergmann
1
-2
/
+2
2026-04-18
mm/migrate_device: remove dead migration entry check in migrate_vma_collect_h...
Davidlohr Bueso
1
-6
/
+0
2026-04-18
mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_update
Breno Leitao
1
-1
/
+1
2026-04-18
mm/hugetlb: fix early boot crash on parameters without '=' separator
Thorsten Blum
1
-0
/
+3
2026-04-18
mm/mprotect: special-case small folios when applying permissions
Pedro Falcato
1
-34
/
+57
2026-04-18
mm/mprotect: move softleaf code out of the main function
Pedro Falcato
1
-60
/
+67
2026-04-18
mm: remove '!root_reclaim' checking in should_abort_scan()
Zhaoyang Huang
1
-4
/
+0
2026-04-18
mm/page_io: use sio->len for PSWPIN accounting in sio_read_complete()
David Carlier
1
-1
/
+1
2026-04-18
userfaultfd: mfill_atomic(): remove retry logic
Mike Rapoport (Microsoft)
1
-27
/
+0
2026-04-18
shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
Mike Rapoport (Microsoft)
2
-134
/
+90
2026-04-18
userfaultfd: introduce vm_uffd_ops->alloc_folio()
Mike Rapoport (Microsoft)
1
-44
/
+48
2026-04-18
shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
Mike Rapoport (Microsoft)
2
-17
/
+32
2026-04-18
userfaultfd: introduce vm_uffd_ops
Mike Rapoport (Microsoft)
3
-10
/
+58
2026-04-18
userfaultfd: move vma_can_userfault out of line
Mike Rapoport (Microsoft)
1
-0
/
+33
2026-04-18
userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
Mike Rapoport (Microsoft)
1
-24
/
+51
2026-04-18
userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
Mike Rapoport (Microsoft)
1
-50
/
+75
2026-04-18
userfaultfd: introduce mfill_establish_pmd() helper
Mike Rapoport (Microsoft)
1
-50
/
+52
2026-04-18
userfaultfd: introduce struct mfill_state
Mike Rapoport (Microsoft)
1
-66
/
+81
2026-04-18
userfaultfd: introduce mfill_copy_folio_locked() helper
Mike Rapoport (Microsoft)
1
-24
/
+35
2026-04-18
mm/memfd_luo: remove folio from page cache when accounting fails
Chenghao Duan
1
-1
/
+3
2026-04-18
mm/memfd_luo: fix physical address conversion in put_folios cleanup
Chenghao Duan
1
-1
/
+6
2026-04-18
mm/memfd_luo: use i_size_write() to set inode size during retrieve
Chenghao Duan
1
-1
/
+1
2026-04-18
mm/memfd_luo: remove unnecessary memset in zero-size memfd path
Chenghao Duan
1
-1
/
+0
[prev]
[next]