summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee2023-02-091-3/+2
* mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia2023-02-091-2/+0
* memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen2023-02-091-2/+2
* kasan: infer allocation size by scanning metadataKuan-Ying Lee2023-02-098-21/+127
* mm: export dump_mm()Suren Baghdasaryan2023-02-091-0/+1
* mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2023-02-093-14/+19
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-0910-24/+25
* mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-094-9/+9
* vma_merge: set vma iterator to correct position.Liam R. Howlett2023-02-091-3/+1
* mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-093-161/+106
* mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett2023-02-091-8/+4
* mm/mmap: introduce dup_vma_anon() helperLiam R. Howlett2023-02-091-34/+40
* mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett2023-02-091-9/+43
* mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett2023-02-092-5/+5
* mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2023-02-092-64/+56
* mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett2023-02-091-47/+61
* mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett2023-02-091-116/+72
* mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett2023-02-092-95/+150
* mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett2023-02-091-5/+8
* mm: change munmap splitting order and move_vma()Liam R. Howlett2023-02-092-27/+19
* mmap: clean up mmap_region() unrollingLiam R. Howlett2023-02-091-27/+18
* mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2023-02-092-7/+7
* mm: pass vma iterator through to __vma_adjust()Liam R. Howlett2023-02-091-8/+14
* mm: remove unnecessary write to vma iterator in __vma_adjust()Liam R. Howlett2023-02-091-4/+6
* madvise: use split_vma() instead of __split_vma()Liam R. Howlett2023-02-091-7/+3
* mm: pass through vma iterator to __vma_adjust()Liam R. Howlett2023-02-091-16/+15
* mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett2023-02-091-62/+13
* mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree storeLiam R. Howlett2023-02-091-6/+14
* mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett2023-02-097-78/+43
* nommu: pass through vma iterator to shrink_vma()Liam R. Howlett2023-02-091-46/+17
* nommu: convert nommu to using the vma iteratorLiam R. Howlett2023-02-091-48/+31
* mm/mremap: use vmi version of vma_merge()Liam R. Howlett2023-02-091-4/+7
* mmap: use vmi version of vma_merge()Liam R. Howlett2023-02-091-3/+5
* mmap: pass through vmi iterator to __split_vma()Liam R. Howlett2023-02-091-2/+2
* madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett2023-02-091-4/+5
* mempolicy: convert to vma iteratorLiam R. Howlett2023-02-091-17/+8
* mlock: convert mlock to vma iteratorLiam R. Howlett2023-02-091-29/+28
* mm: change mprotect_fixup to vma iteratorLiam R. Howlett2023-02-091-25/+22
* ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett2023-02-091-20/+18
* mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett2023-02-091-0/+44
* mmap: convert vma_expand() to use vma iteratorLiam R. Howlett2023-02-091-5/+4
* mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett2023-02-092-45/+38
* mm/mmap: remove preallocation from do_mas_align_munmap()Liam R. Howlett2023-02-091-8/+6
* mmap: convert vma_link() vma iteratorLiam R. Howlett2023-02-091-3/+3
* mm/mmap: convert brk to use vma iteratorLiam R. Howlett2023-02-091-25/+23
* mm: expand vma iterator interfaceLiam R. Howlett2023-02-092-0/+82
* fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-3/+3
* block: remove ->rw_pageChristoph Hellwig2023-02-022-22/+33
* mm: factor out a swap_writepage_bdev helperChristoph Hellwig2023-02-021-14/+19
* mm: remove the __swap_writepage return valueChristoph Hellwig2023-02-022-15/+10