summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
8 daysMerge tag 'slab-for-7.1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysMerge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
12 daysMerge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
13 daysMerge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds
13 daysMerge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
13 daysmm/damon/core: disallow non-power of two min_region_sz on damon_start()SeongJae Park
13 daysmm/vmalloc: take vmap_purge_lock in shrinkerUladzislau Rezki (Sony)
13 daysmm: call ->free_folio() directly in folio_unmap_invalidate()Matthew Wilcox (Oracle)
13 daysmm: blk-cgroup: fix use-after-free in cgwb_release_workfn()Breno Leitao
13 daysmm/zone_device: do not touch device folio after calling ->folio_free()Matthew Brost
13 daysmm/damon/core: disallow time-quota setting zero eszSeongJae Park
13 daysmm/mempolicy: fix weighted interleave auto sysfs nameJoshua Hahn
14 daysMerge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-18mm/vmscan: avoid false-positive -Wuninitialized warningArnd Bergmann
2026-04-18mm/migrate_device: remove dead migration entry check in migrate_vma_collect_h...Davidlohr Bueso
2026-04-18mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_updateBreno Leitao
2026-04-18mm/hugetlb: fix early boot crash on parameters without '=' separatorThorsten Blum
2026-04-18mm/mprotect: special-case small folios when applying permissionsPedro Falcato
2026-04-18mm/mprotect: move softleaf code out of the main functionPedro Falcato
2026-04-18mm: remove '!root_reclaim' checking in should_abort_scan()Zhaoyang Huang
2026-04-18mm/page_io: use sio->len for PSWPIN accounting in sio_read_complete()David Carlier
2026-04-18userfaultfd: mfill_atomic(): remove retry logicMike Rapoport (Microsoft)
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce vm_uffd_ops->alloc_folio()Mike Rapoport (Microsoft)
2026-04-18shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUEMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)
2026-04-18userfaultfd: move vma_can_userfault out of lineMike Rapoport (Microsoft)
2026-04-18userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()Mike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce mfill_get_vma() and mfill_put_vma()Mike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce mfill_establish_pmd() helperMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce struct mfill_stateMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce mfill_copy_folio_locked() helperMike Rapoport (Microsoft)
2026-04-18mm/memfd_luo: remove folio from page cache when accounting failsChenghao Duan
2026-04-18mm/memfd_luo: fix physical address conversion in put_folios cleanupChenghao Duan
2026-04-18mm/memfd_luo: use i_size_write() to set inode size during retrieveChenghao Duan
2026-04-18mm/memfd_luo: remove unnecessary memset in zero-size memfd pathChenghao Duan
2026-04-18mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve pathChenghao Duan
2026-04-18mm/memfd: use folio_nr_pages() for shmem inode accountingChenghao Duan
2026-04-18mm/sparse: fix preinited section_mem_map clobbering on failure pathMuchun Song
2026-04-18mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()Jackie Liu
2026-04-18mm/damon/core: use time_in_range_open() for damos quota window startSeongJae Park
2026-04-18mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bpSeongJae Park
2026-04-18mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bpSeongJae Park
2026-04-18mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()Jackie Liu
2026-04-18mm/damon/core: fix damos_walk() vs kdamond_fn() exit raceSeongJae Park
2026-04-18mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park
2026-04-18mm: zswap: tie per-CPU acomp_ctx lifetime to the poolKanchana P. Sridhar
2026-04-18mm: zswap: remove redundant checks in zswap_cpu_comp_dead()Kanchana P. Sridhar
2026-04-18mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge
2026-04-18mm/vmscan: prevent MGLRU reclaim from pinning address spaceSuren Baghdasaryan