summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: ptdump should use ptep_get_lockless()Ryan Roberts2023-06-191-1/+1
* mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas2023-06-191-0/+5
* mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas2023-06-191-3/+21
* mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas2023-06-193-16/+9
* mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu2023-06-191-3/+2
* mm: remove set_compound_page_dtor()Sidhartha Kumar2023-06-192-2/+2
* perf/core: allow pte_offset_map() to failHugh Dickins2023-06-191-2/+4
* mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2023-06-191-21/+24
* mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins2023-06-191-4/+0
* mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins2023-06-192-27/+17
* mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-86/+81
* mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-23/+49
* mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins2023-06-191-10/+18
* mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()Hugh Dickins2023-06-191-15/+4
* mm/migrate_device: allow pte_offset_map_lock() to failHugh Dickins2023-06-191-27/+4
* mm/mglru: allow pte_offset_map_nolock() to failHugh Dickins2023-06-191-9/+7
* mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-18/+20
* mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins2023-06-191-11/+13
* mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins2023-06-191-54/+68
* mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins2023-06-192-10/+23
* mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins2023-06-191-57/+17
* mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins2023-06-195-13/+22
* mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins2023-06-192-1/+10
* mm/userfaultfd: allow pte_offset_map_lock() to failHugh Dickins2023-06-191-0/+8
* mm/hmm: retry if pte_offset_map() failsHugh Dickins2023-06-191-0/+2
* mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins2023-06-191-2/+1
* mm/vmwgfx: simplify pmd & pud mapping dirty helpersHugh Dickins2023-06-191-25/+9
* mm/pagewalk: walk_pte_range() allow for pte_offset_map()Hugh Dickins2023-06-191-10/+23
* mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins2023-06-194-12/+20
* mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins2023-06-191-6/+22
* mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins2023-06-191-31/+34
* mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()Hugh Dickins2023-06-191-4/+0
* mm/filemap: allow pte_offset_map_lock() to failHugh Dickins2023-06-191-7/+5
* mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-0/+56
* mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins2023-06-192-33/+17
* mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins2023-06-197-31/+6
* mm/vmalloc: replace the ternary conditional operator with min()Lu Hongfei2023-06-191-1/+1
* mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu2023-06-192-12/+5
* vmstat: skip periodic vmstat update for isolated CPUsMarcelo Tosatti2023-06-191-0/+15
* mm: zswap: support exclusive loadsYosry Ahmed2023-06-193-10/+44
* mm/mm_init.c: remove reset_node_present_pages()Haifeng Xu2023-06-192-20/+13
* mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu2023-06-192-2/+1
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-06-191-1/+1
* mm/mm_init.c: drop 'nid' parameter from check_for_memory()Haifeng Xu2023-06-191-4/+4
* mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng2023-06-192-20/+8
* mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng2023-06-191-10/+10
* mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng2023-06-191-16/+16
* mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng2023-06-191-11/+11
* memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...Miaohe Lin2023-06-191-1/+0
* mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin2023-06-191-2/+2