summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-05mm: mark VMA as being written when changing vm_flagsSuren Baghdasaryan
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan
2023-04-05mm: move mmap_lock assert function definitionsSuren Baghdasaryan
2023-04-05mm: rcu safe VMA freeingMichel Lespinasse
2023-04-05mm: introduce CONFIG_PER_VMA_LOCKSuren Baghdasaryan
2023-04-05mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)
2023-04-05xfs: remove xfs_filemap_map_pages() wrapperMatthew Wilcox (Oracle)
2023-04-05mm/damon/sysfs: make more kobj_type structures constantThomas Weißschuh
2023-04-05selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYSChaitanya S Prakash
2023-04-05selftests/mm: change NR_CHUNKS_HIGH for aarch64Chaitanya S Prakash
2023-04-05selftests/mm: change MAP_CHUNK_SIZEChaitanya S Prakash
2023-04-05trace: cma: remove unnecessary event class cma_alloc_classWenchao Hao
2023-04-05mm: be less noisy during memory hotplugTomas Krcka
2023-04-05mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes
2023-04-05iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes
2023-04-05fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes
2023-04-05fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes
2023-04-05mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov
2023-04-05drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()Lorenzo Stoakes
2023-04-05mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes
2023-04-05mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka
2023-04-05MAINTAINERS: extend memblock entry to include MM initializationMike Rapoport (IBM)
2023-04-05mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)
2023-04-05mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)
2023-04-05mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)
2023-04-05mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)
2023-04-05init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()Mike Rapoport (IBM)
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)
2023-04-05mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)
2023-04-05mips: fix comment about pgtable_init()Mike Rapoport (IBM)
2023-04-05MAINTAINERS: add Lorenzo as vmalloc reviewerLorenzo Stoakes
2023-04-05mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)
2023-04-05mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes
2023-04-05mm: refactor do_fault_around()Lorenzo Stoakes
2023-04-05mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang
2023-04-05mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang
2023-04-05mm/mremap: simplify vma expansion againVlastimil Babka
2023-04-05mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka
2023-04-05mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka