summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
37 hoursMerge tag 'slab-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+9
5 daysmm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()Qi Zheng1-10/+19
8 daysmm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_r...David Carlier1-1/+11
8 daysmm/damon/stat: detect and use fresh enabled valueSeongJae Park1-10/+20
8 daysmm/damon/lru_sort: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-30/+55
8 daysmm/damon/reclaim: detect and use fresh enabled and kdamond_pid valuesSeongJae Park1-30/+55
8 daysmm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
8 daysmm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lockSeongJae Park1-1/+11
8 daysmm/hugetlb_cma: round up per_node before logging itSang-Heon Jeon1-0/+1
8 daysmm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes2-10/+19
8 daysmm: start background writeback based on per-wb threshold for strictlimit BDIsJoanne Koong1-10/+6
8 daysvmalloc: fix buffer overflow in vrealloc_node_align()Marco Elver1-1/+1
8 daysmm/slab: return NULL early from kmalloc_nolock() in NMI on UPHarry Yoo (Oracle)1-0/+4
8 daysmm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UPHarry Yoo (Oracle)1-0/+5
10 daysMerge tag 'slab-for-7.1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+12
12 daysMerge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-9/+6
2026-04-21Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2026-04-20Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds8-12/+27
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds30-1000/+1626
2026-04-19mm/damon/core: disallow non-power of two min_region_sz on damon_start()SeongJae Park1-0/+5
2026-04-19mm/vmalloc: take vmap_purge_lock in shrinkerUladzislau Rezki (Sony)1-0/+1
2026-04-19mm: call ->free_folio() directly in folio_unmap_invalidate()Matthew Wilcox (Oracle)3-3/+7
2026-04-19mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()Breno Leitao1-2/+3
2026-04-19mm/zone_device: do not touch device folio after calling ->folio_free()Matthew Brost1-1/+1
2026-04-19mm/damon/core: disallow time-quota setting zero eszSeongJae Park1-3/+5
2026-04-19mm/mempolicy: fix weighted interleave auto sysfs nameJoshua Hahn1-3/+5
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-126/+190
2026-04-18mm/vmscan: avoid false-positive -Wuninitialized warningArnd Bergmann1-2/+2
2026-04-18mm/migrate_device: remove dead migration entry check in migrate_vma_collect_h...Davidlohr Bueso1-6/+0
2026-04-18mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_updateBreno Leitao1-1/+1
2026-04-18mm/hugetlb: fix early boot crash on parameters without '=' separatorThorsten Blum1-0/+3
2026-04-18mm/mprotect: special-case small folios when applying permissionsPedro Falcato1-34/+57
2026-04-18mm/mprotect: move softleaf code out of the main functionPedro Falcato1-60/+67
2026-04-18mm: remove '!root_reclaim' checking in should_abort_scan()Zhaoyang Huang1-4/+0
2026-04-18mm/page_io: use sio->len for PSWPIN accounting in sio_read_complete()David Carlier1-1/+1
2026-04-18userfaultfd: mfill_atomic(): remove retry logicMike Rapoport (Microsoft)1-27/+0
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)2-136/+92
2026-04-18userfaultfd: introduce vm_uffd_ops->alloc_folio()Mike Rapoport (Microsoft)1-44/+48
2026-04-18shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUEMike Rapoport (Microsoft)2-17/+32
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)3-10/+58
2026-04-18userfaultfd: move vma_can_userfault out of lineMike Rapoport (Microsoft)1-0/+33
2026-04-18userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()Mike Rapoport (Microsoft)1-24/+51
2026-04-18userfaultfd: introduce mfill_get_vma() and mfill_put_vma()Mike Rapoport (Microsoft)1-50/+75
2026-04-18userfaultfd: introduce mfill_establish_pmd() helperMike Rapoport (Microsoft)1-50/+52
2026-04-18userfaultfd: introduce struct mfill_stateMike Rapoport (Microsoft)1-66/+81
2026-04-18userfaultfd: introduce mfill_copy_folio_locked() helperMike Rapoport (Microsoft)1-24/+35
2026-04-18mm/memfd_luo: remove folio from page cache when accounting failsChenghao Duan1-1/+3
2026-04-18mm/memfd_luo: fix physical address conversion in put_folios cleanupChenghao Duan1-1/+6
2026-04-18mm/memfd_luo: use i_size_write() to set inode size during retrieveChenghao Duan1-1/+1
2026-04-18mm/memfd_luo: remove unnecessary memset in zero-size memfd pathChenghao Duan1-1/+0