summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-20selftests: damon: add config fileAnders Roxell1-0/+7
2023-06-20mm/vmalloc: replace the ternary conditional operator with min()Lu Hongfei1-1/+1
2023-06-20mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu2-12/+5
2023-06-20vmstat: skip periodic vmstat update for isolated CPUsMarcelo Tosatti1-0/+15
2023-06-20xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-1/+4
2023-06-20x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-20x86: allow get_locked_pte() to failHugh Dickins1-2/+4
2023-06-20sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins2-2/+2
2023-06-20sparc: allow pte_offset_map() to failHugh Dickins3-0/+7
2023-06-20sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20sh/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins1-11/+11
2023-06-20s390: allow pte_offset_map_lock() to failHugh Dickins3-4/+19
2023-06-20riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20powerpc/hugetlb: pte_alloc_huge()Hugh Dickins1-1/+1
2023-06-20powerpc: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-20powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-20parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-20parisc: add pte_unmap() to balance get_ptep()Hugh Dickins1-5/+21
2023-06-20mips: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-2/+10
2023-06-20microblaze: allow pte_offset_map() to failHugh Dickins1-2/+3
2023-06-20m68k: allow pte_offset_map[_lock]() to failHugh Dickins3-33/+27
2023-06-20ia64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-9/+2
2023-06-20arm64: allow pte_offset_map() to failHugh Dickins1-0/+3
2023-06-20arm: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-20mm: zswap: support exclusive loadsYosry Ahmed4-11/+45
2023-06-20mm/mm_init.c: remove reset_node_present_pages()Haifeng Xu2-20/+13
2023-06-20mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu3-3/+1
2023-06-20shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu3-2/+3
2023-06-20mm/mm_init.c: drop 'nid' parameter from check_for_memory()Haifeng Xu1-4/+4
2023-06-20mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng3-23/+10
2023-06-20mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng1-10/+10
2023-06-20mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng1-16/+16
2023-06-20mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng1-11/+11
2023-06-20selftests: error out if kernel header files are not yet builtJohn Hubbard2-4/+57
2023-06-20Documentation: kselftest: "make headers" is a prerequisiteJohn Hubbard1-0/+1
2023-06-20selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard4-63/+64
2023-06-20selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard3-17/+10
2023-06-20selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.hJohn Hubbard1-1/+1
2023-06-20selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard1-10/+6
2023-06-20selftests/mm: .gitignore: add mkdirty, va_high_addr_switchJohn Hubbard1-0/+2
2023-06-20selftests/mm: fix invocation of tests that are run via shell scriptsJohn Hubbard1-3/+3
2023-06-20selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...John Hubbard1-1/+0
2023-06-20selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.cJohn Hubbard2-3/+10
2023-06-20selftests/mm: fix uffd-stress unused function warningJohn Hubbard1-10/+0
2023-06-20memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...Miaohe Lin1-1/+0
2023-06-20mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin2-4/+4
2023-06-20mm: remove obsolete alloc_migrate_target()Miaohe Lin1-3/+0