summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm: ptdump should use ptep_get_lockless()Ryan Roberts
2023-06-19mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas
2023-06-19mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas
2023-06-19mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas
2023-06-19mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu
2023-06-19mm: remove set_compound_page_dtor()Sidhartha Kumar
2023-06-19perf/core: allow pte_offset_map() to failHugh Dickins
2023-06-19mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins
2023-06-19mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins
2023-06-19mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins
2023-06-19mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins
2023-06-19mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()Hugh Dickins
2023-06-19mm/migrate_device: allow pte_offset_map_lock() to failHugh Dickins
2023-06-19mm/mglru: allow pte_offset_map_nolock() to failHugh Dickins
2023-06-19mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins
2023-06-19mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins
2023-06-19mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins
2023-06-19mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins
2023-06-19mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins
2023-06-19mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins
2023-06-19mm/userfaultfd: allow pte_offset_map_lock() to failHugh Dickins
2023-06-19mm/hmm: retry if pte_offset_map() failsHugh Dickins
2023-06-19mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins
2023-06-19mm/vmwgfx: simplify pmd & pud mapping dirty helpersHugh Dickins
2023-06-19mm/pagewalk: walk_pte_range() allow for pte_offset_map()Hugh Dickins
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins
2023-06-19mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins
2023-06-19mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins
2023-06-19mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()Hugh Dickins
2023-06-19mm/filemap: allow pte_offset_map_lock() to failHugh Dickins
2023-06-19mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins
2023-06-19mm/vmalloc: replace the ternary conditional operator with min()Lu Hongfei
2023-06-19mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu
2023-06-19vmstat: skip periodic vmstat update for isolated CPUsMarcelo Tosatti
2023-06-19mm: zswap: support exclusive loadsYosry Ahmed
2023-06-19mm/mm_init.c: remove reset_node_present_pages()Haifeng Xu
2023-06-19mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu
2023-06-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu
2023-06-19mm/mm_init.c: drop 'nid' parameter from check_for_memory()Haifeng Xu
2023-06-19mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng
2023-06-19mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng
2023-06-19mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng
2023-06-19mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng
2023-06-19memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...Miaohe Lin