summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-20mm: skip CMA pages when they are not availableZhaoyang Huang1-1/+21
2023-06-20mm: page_isolation: write proper kerneldocJohannes Weiner2-25/+32
2023-06-10mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappingsLorenzo Stoakes1-0/+101
2023-06-10mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappingsLorenzo Stoakes1-1/+43
2023-06-10mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes2-12/+47
2023-06-10mm/early_ioremap.c: improve the execution efficiency of early_ioremap_setup()Liam Ni1-5/+3
2023-06-10memcg: use helper macro FLUSH_TIMEMiaohe Lin1-1/+1
2023-06-10mm: page_alloc: remove unneeded header filesMiaohe Lin1-4/+0
2023-06-10mm: fix failure to unmap pte on highmem systemsRyan Roberts1-4/+2
2023-06-10mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()Ryan Roberts1-20/+2
2023-06-10mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts4-16/+12
2023-06-10mm: vmalloc must set pte via arch codeRyan Roberts1-2/+8
2023-06-10vmstat: allow_direct_reclaim should use zone_page_state_snapshotMarcelo Tosatti1-1/+1
2023-06-10fuse: use direct_write_fallbackChristoph Hellwig1-22/+2
2023-06-10fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig1-6/+5
2023-06-10fuse: update ki_pos in fuse_perform_writeChristoph Hellwig1-10/+10
2023-06-10fs: factor out a direct_write_fallback helperChristoph Hellwig3-51/+58
2023-06-10iomap: use kiocb_write_and_wait and kiocb_invalidate_pagesChristoph Hellwig1-35/+20
2023-06-10iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig4-11/+8
2023-06-10filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig5-40/+25
2023-06-10filemap: add a kiocb_invalidate_pages helperChristoph Hellwig2-20/+29
2023-06-10filemap: add a kiocb_write_and_wait helperChristoph Hellwig3-27/+23
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig5-14/+7
2023-06-10iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig1-10/+11
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig12-38/+2
2023-06-10mm: zswap: shrink until can acceptDomenico Cerasuolo1-3/+14
2023-06-10mm/mm_init.c: move set_pageblock_order() to free_area_init()Haifeng Xu1-1/+2
2023-06-10mm: khugepaged: avoid pointless allocation for "struct mm_slot"Xin Hao1-7/+5
2023-06-10mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM i...Tetsuo Handa1-1/+2
2023-06-10mm/mm_init.c: remove free_area_init_memoryless_node()Haifeng Xu1-6/+1
2023-06-10THP: avoid lock when check whether THP is in deferred listYin Fengwei1-5/+12
2023-06-10swap: comments get_swap_device() with usage ruleHuang Ying1-3/+9