summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-09mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe
2023-02-09sh: mm: set VM_IOREMAP flag to the vmalloc areaBaoquan He
2023-02-09powerpc: mm: add VM_IOREMAP flag to the vmalloc areaBaoquan He
2023-02-09mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He
2023-02-09mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He
2023-02-09mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He
2023-02-09mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He
2023-02-09shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)
2023-02-09shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)Yajun Deng
2023-02-09mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan
2023-02-09mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee
2023-02-09mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-09mips: drop definition of pfn_valid() for DISCONTIGMEMMike Rapoport (IBM)
2023-02-09m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)
2023-02-09arm: include asm-generic/memory_model.h from page.h rather than memory.hMike Rapoport (IBM)
2023-02-09memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen
2023-02-09kasan: infer allocation size by scanning metadataKuan-Ying Lee
2023-02-09mm: export dump_mm()Suren Baghdasaryan
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan
2023-02-09mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan
2023-02-09kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan
2023-02-09vma_merge: set vma iterator to correct position.Liam R. Howlett
2023-02-09mm/mmap: remove __vma_adjust()Liam R. Howlett
2023-02-09mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett
2023-02-09mm/mmap: introduce dup_vma_anon() helperLiam R. Howlett
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett
2023-02-09mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett
2023-02-09mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett
2023-02-09mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett
2023-02-09mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett
2023-02-09mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett
2023-02-09mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett
2023-02-09mm: change munmap splitting order and move_vma()Liam R. Howlett
2023-02-09mmap: clean up mmap_region() unrollingLiam R. Howlett
2023-02-09mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett
2023-02-09mm: pass vma iterator through to __vma_adjust()Liam R. Howlett
2023-02-09mm: remove unnecessary write to vma iterator in __vma_adjust()Liam R. Howlett
2023-02-09madvise: use split_vma() instead of __split_vma()Liam R. Howlett
2023-02-09mm: pass through vma iterator to __vma_adjust()Liam R. Howlett
2023-02-09mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett
2023-02-09mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree storeLiam R. Howlett
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett
2023-02-09nommu: pass through vma iterator to shrink_vma()Liam R. Howlett