summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-20mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins4-12/+20
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 Dickins1-0/+56
2023-06-20mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins2-33/+17
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins7-31/+6
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-20mm: zswap: support exclusive loadsYosry Ahmed3-10/+44
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 Xu2-2/+1
2023-06-20shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
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 Deng2-20/+8
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-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 Lin1-2/+2
2023-06-20mm: skip CMA pages when they are not availableZhaoyang Huang1-1/+21
2023-06-20mm: page_isolation: write proper kerneldocJohannes Weiner1-7/+26
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 Stoakes1-12/+46
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-10fs: factor out a direct_write_fallback helperChristoph Hellwig1-51/+15
2023-06-10filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-17/+20
2023-06-10filemap: add a kiocb_invalidate_pages helperChristoph Hellwig1-20/+28
2023-06-10filemap: add a kiocb_write_and_wait helperChristoph Hellwig1-12/+18
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-4/+4
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
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
2023-06-10swap: remove get/put_swap_device() in __swap_duplicate()Huang Ying1-4/+1
2023-06-10swap: remove __swp_swapcount()Huang Ying2-20/+2