summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-20mm/vmwgfx: simplify pmd & pud mapping dirty helpersHugh Dickins1-25/+9
2023-06-20mm/pagewalk: walk_pte_range() allow for pte_offset_map()Hugh Dickins1-10/+23
2023-06-20mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins5-28/+36
2023-06-20mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins1-6/+22
2023-06-20mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins1-31/+34
2023-06-20mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()Hugh Dickins1-4/+0
2023-06-20mm/filemap: allow pte_offset_map_lock() to failHugh Dickins1-7/+5
2023-06-20mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins4-21/+101
2023-06-20mm/pgtable: kmap_local_page() instead of kmap_atomic()Hugh Dickins1-2/+2
2023-06-20mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins4-49/+22
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins9-57/+7
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