summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-20mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins1-10/+18
2023-06-20mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()Hugh Dickins1-15/+4
2023-06-20mm/migrate_device: allow pte_offset_map_lock() to failHugh Dickins1-27/+4
2023-06-20mm/mglru: allow pte_offset_map_nolock() to failHugh Dickins1-9/+7
2023-06-20mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins1-18/+20
2023-06-20mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins1-11/+13
2023-06-20mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins1-54/+68
2023-06-20mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins2-10/+23
2023-06-20mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins1-57/+17
2023-06-20mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins5-13/+22
2023-06-20mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins2-1/+10
2023-06-20mm/userfaultfd: allow pte_offset_map_lock() to failHugh Dickins1-0/+8
2023-06-20mm/hmm: retry if pte_offset_map() failsHugh Dickins1-0/+2
2023-06-20mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins1-2/+1
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 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-19Revert "mm: vmscan: make global slab shrink lockless"Qi Zheng1-12/+16
2023-06-19Revert "mm: vmscan: make memcg slab shrink lockless"Qi Zheng1-26/+19
2023-06-19Revert "mm: vmscan: add shrinker_srcu_generation"Qi Zheng1-20/+4
2023-06-19Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"Qi Zheng1-8/+17
2023-06-19Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"Qi Zheng1-2/+2
2023-06-19Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"Qi Zheng1-2/+6
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng2-24/+24
2023-06-19mm/khugepaged: fix iteration in collapse_fileDavid Stevens1-1/+0
2023-06-19memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-3/+6
2023-06-19mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes1-4/+13