summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins2023-06-201-1/+1
* parisc: add pte_unmap() to balance get_ptep()Hugh Dickins2023-06-201-5/+21
* mips: add pte_unmap() to balance pte_offset_map()Hugh Dickins2023-06-201-2/+10
* microblaze: allow pte_offset_map() to failHugh Dickins2023-06-201-2/+3
* m68k: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-203-33/+27
* ia64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-201-2/+2
* arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-201-9/+2
* arm64: allow pte_offset_map() to failHugh Dickins2023-06-201-0/+3
* arm: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-203-1/+10
* mm: zswap: support exclusive loadsYosry Ahmed2023-06-204-11/+45
* mm/mm_init.c: remove reset_node_present_pages()Haifeng Xu2023-06-202-20/+13
* mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu2023-06-203-3/+1
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-06-203-2/+3
* mm/mm_init.c: drop 'nid' parameter from check_for_memory()Haifeng Xu2023-06-201-4/+4
* mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng2023-06-203-23/+10
* mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng2023-06-201-10/+10
* mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng2023-06-201-16/+16
* mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng2023-06-201-11/+11
* selftests: error out if kernel header files are not yet builtJohn Hubbard2023-06-202-4/+57
* Documentation: kselftest: "make headers" is a prerequisiteJohn Hubbard2023-06-201-0/+1
* selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard2023-06-204-63/+64
* selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard2023-06-203-17/+10
* selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.hJohn Hubbard2023-06-201-1/+1
* selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard2023-06-201-10/+6
* selftests/mm: .gitignore: add mkdirty, va_high_addr_switchJohn Hubbard2023-06-201-0/+2
* selftests/mm: fix invocation of tests that are run via shell scriptsJohn Hubbard2023-06-201-3/+3
* selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...John Hubbard2023-06-201-1/+0
* selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.cJohn Hubbard2023-06-202-3/+10
* selftests/mm: fix uffd-stress unused function warningJohn Hubbard2023-06-201-10/+0
* memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...Miaohe Lin2023-06-201-1/+0
* mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin2023-06-202-4/+4
* mm: remove obsolete alloc_migrate_target()Miaohe Lin2023-06-201-3/+0
* mm: skip CMA pages when they are not availableZhaoyang Huang2023-06-201-1/+21
* mm: page_isolation: write proper kerneldocJohannes Weiner2023-06-202-25/+32
* mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappingsLorenzo Stoakes2023-06-101-0/+101
* mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappingsLorenzo Stoakes2023-06-101-1/+43
* mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes2023-06-102-12/+47
* mm/early_ioremap.c: improve the execution efficiency of early_ioremap_setup()Liam Ni2023-06-101-5/+3
* memcg: use helper macro FLUSH_TIMEMiaohe Lin2023-06-101-1/+1
* mm: page_alloc: remove unneeded header filesMiaohe Lin2023-06-101-4/+0
* mm: fix failure to unmap pte on highmem systemsRyan Roberts2023-06-101-4/+2
* mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()Ryan Roberts2023-06-101-20/+2
* mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts2023-06-104-16/+12
* mm: vmalloc must set pte via arch codeRyan Roberts2023-06-101-2/+8
* vmstat: allow_direct_reclaim should use zone_page_state_snapshotMarcelo Tosatti2023-06-101-1/+1
* fuse: use direct_write_fallbackChristoph Hellwig2023-06-101-22/+2
* fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig2023-06-101-6/+5
* fuse: update ki_pos in fuse_perform_writeChristoph Hellwig2023-06-101-10/+10
* fs: factor out a direct_write_fallback helperChristoph Hellwig2023-06-103-51/+58
* iomap: use kiocb_write_and_wait and kiocb_invalidate_pagesChristoph Hellwig2023-06-101-35/+20