summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn3-16/+52
2025-06-27mm: close theoretical race where stale TLB entries could lingerRyan Roberts1-0/+2
2025-06-27mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7
2025-06-27mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng1-1/+1
2025-06-19page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-6/+2
2025-05-29mm: vmalloc: only zero-init on vrealloc shrinkKees Cook1-5/+7
2025-05-29mm: vmalloc: actually use the in-place vrealloc regionKees Cook1-0/+1
2025-05-29mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang1-0/+8
2025-05-29memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-22mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov1-23/+0
2025-05-22mm: userfaultfd: correct dirty flags set for both present and swap pteBarry Song1-2/+10
2025-05-18mm: page_alloc: speed up fallbacks in rmqueue_bulk()Johannes Weiner1-33/+80
2025-05-18mm: page_alloc: don't steal single pages from biggest buddyJohannes Weiner1-46/+34
2025-05-18memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky1-1/+8
2025-05-18mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo1-3/+8
2025-05-18mm: vmalloc: support more granular vrealloc() sizingKees Cook1-7/+24
2025-05-18mm: fix folio_pte_batch() on XEN PVPetr Vaněk1-16/+11
2025-05-09mm, slab: clean up slab->obj_exts alwaysZhenhua Huang1-20/+7
2025-05-09mm/memblock: repeat setting reserved region nid if array is doubledWei Yang1-0/+10
2025-05-09mm/memblock: pass size instead of end to memblock_set_node()Wei Yang1-1/+1
2025-05-02mm/vmscan: don't try to reclaim hwpoison folioJinjiang Tu1-0/+7
2025-04-25mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes3-7/+53
2025-04-25slab: ensure slab->obj_exts is clear in a newly allocated slab pageSuren Baghdasaryan1-0/+10
2025-04-25mm: fix apply_to_existing_page_range()Kirill A. Shutemov1-2/+2
2025-04-25mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)1-0/+1
2025-04-25mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He1-2/+2
2025-04-25mm/compaction: fix bug in hugetlb handling pathwayVishal Moola (Oracle)1-3/+3
2025-04-20mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu2-4/+2
2025-04-20mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert1-1/+1
2025-04-20mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2025-04-20mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-04-20mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes1-5/+5
2025-04-20mm: make page_mapped_in_vma() hugetlb walk awareJane Chu1-4/+9
2025-04-20mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand1-1/+1
2025-04-20mm/damon/ops: have damon_get_folio return folio even for tail pagesUsama Arif2-7/+19
2025-04-10mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()Yosry Ahmed1-8/+22
2025-04-10mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAsDavid Hildenbrand1-0/+3
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-7/+4
2025-04-10lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra1-2/+0
2025-03-29mm/huge_memory: drop beyond-EOF folios with the right number of refsZi Yan1-1/+1
2025-03-29memcg: drain obj stock on cpu hotplug teardownShakeel Butt1-0/+9
2025-03-29mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov1-2/+12
2025-03-29mm/migrate: fix shmem xarray update during migrationZi Yan1-6/+4
2025-03-29mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho1-1/+12
2025-03-22mm/hugetlb: wait for hugetlb folios to be freedGe Yang2-0/+18
2025-03-22userfaultfd: fix PTE unmapping stack-allocated PTE copiesSuren Baghdasaryan1-10/+10
2025-03-22mm: fix kernel BUG when userfaultfd_move encounters swapcacheBarry Song1-9/+66
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2025-03-13mm: memory-hotplug: check folio ref count first in do_migrate_rangeMa Wupeng1-13/+7
2025-03-13hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folioMa Wupeng1-1/+4