aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-13mm/selftests: fix incorrect pointer being passed to mark_range()Donet Tom1-1/+1
2025-09-13mm/page_alloc: remove redundant pcp->free_count initialization in per_cpu_pages_init()Ye Liu1-1/+0
2025-09-13mm: fix typos in VMA commentsYe Liu2-2/+2
2025-09-13mm/page_alloc: simplify lowmem_reserve max calculationYe Liu1-6/+3
2025-09-13selftests/damon/access_memory_even: remove unused header fileEnze Li1-1/+0
2025-09-13mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo1-1/+1
2025-09-13riscv: use an atomic xchg in pudp_huge_get_and_clear()Alexandre Ghiti1-0/+11
2025-09-13lib/test_maple_tree.c: remove redundant semicolonsLiao Yuanhong1-1/+1
2025-09-13memcg: optimize exit to user spaceThomas Gleixner2-6/+9
2025-09-13rust: allocator: add KUnit tests for alignment guaranteesHui Zhu1-0/+56
2025-09-13userfaultfd: opportunistic TLB-flush batching for present pages in MOVELokesh Gidra1-72/+148
2025-09-13mm: swap.h: Remove deleted field from commentsChris Li1-5/+2
2025-09-13mm/swapfile.c: introduce function alloc_swap_scan_list()Chris Li1-39/+47
2025-09-13selftests/damon: fix damon selftests by installing _common.shAlexandre Ghiti1-0/+1
2025-09-13mempool: rename struct mempool_s to struct mempoolChristoph Hellwig3-3/+3
2025-09-13mm/zswap: store <PAGE_SIZE compression failed page as-isSeongJae Park1-4/+49
2025-09-13selftests/mm: fix spelling mistake "mrmeap" -> "mremap"Colin Ian King1-3/+3
2025-09-13mm: remove redundant __GFP_NOWARNQianfeng Rong5-6/+6
2025-09-13mm: replace mm->flags with bitmap entirely and set to 64 bitsLorenzo Stoakes3-17/+28
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes4-5/+5
2025-09-13mm: update fork mm->flags initialisation to use bitmapLorenzo Stoakes2-5/+15
2025-09-13mm: correct sign-extension issue in MMF_* flag masksLorenzo Stoakes1-10/+9
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes6-8/+43
2025-09-13mm: convert uprobes to mm_flags_*() accessorsLorenzo Stoakes1-16/+16
2025-09-13mm: convert arch-specific code to mm_flags_*() accessorsLorenzo Stoakes3-6/+6
2025-09-13mm: convert prctl to mm_flags_*() accessorsLorenzo Stoakes1-8/+8
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes14-61/+63
2025-09-13mm: add bitmap mm->flags fieldLorenzo Stoakes2-1/+69
2025-09-13selftests/mm: do check_huge_anon() with a number been passed inWei Yang1-1/+1
2025-09-13selftests/damon: test no-op commit broke DAMON statusSang-Heon Jeon2-0/+73
2025-09-13selftest/kho: update generation of initrdMike Rapoport (Microsoft)2-21/+18
2025-09-13lib/test_kho: fixes for error handlingMike Rapoport (Microsoft)1-19/+33
2025-09-13kho: allow scratch areas with zero sizeMike Rapoport (Microsoft)1-1/+6
2025-09-13block: use largest_zero_folio in __blkdev_issue_zero_pages()Pankaj Raghav1-7/+8
2025-09-13mm: add largest_zero_folio() routinePankaj Raghav1-0/+22
2025-09-13mm: add persistent huge zero folioPankaj Raghav3-10/+62
2025-09-13mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIOPankaj Raghav2-4/+4
2025-09-13mm: rename huge_zero_page to huge_zero_folioPankaj Raghav1-17/+17
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand6-14/+42
2025-09-13mm: introduce and use vm_normal_page_pud()David Hildenbrand3-10/+31
2025-09-13mm/memory: factor out common code from vm_normal_page_*()David Hildenbrand1-77/+109
2025-09-13mm/memory: convert print_bad_pte() to print_bad_page_map()David Hildenbrand2-20/+102
2025-09-13mm/rmap: convert "enum rmap_level" to "enum pgtable_level"David Hildenbrand3-59/+67
2025-09-13powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pg_level"David Hildenbrand4-5/+5
2025-09-13mm/huge_memory: mark PMD mappings of the huge zero folio specialDavid Hildenbrand2-7/+16
2025-09-13fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folioDavid Hildenbrand1-37/+10
2025-09-13mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()David Hildenbrand1-3/+5
2025-09-13mm/huge_memory: move more common code into insert_pud()David Hildenbrand1-23/+13
2025-09-13mm/huge_memory: move more common code into insert_pmd()David Hildenbrand1-48/+24
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand11-46/+36