summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-02-10mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett1-9/+43
2023-02-10mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett2-5/+5
2023-02-10mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2-64/+56
2023-02-10mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett1-47/+61
2023-02-10mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett1-116/+72
2023-02-10mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett2-95/+150
2023-02-10mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett1-5/+8
2023-02-10mm: change munmap splitting order and move_vma()Liam R. Howlett2-27/+19
2023-02-10mmap: clean up mmap_region() unrollingLiam R. Howlett1-27/+18
2023-02-10mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2-7/+7
2023-02-10mm: pass vma iterator through to __vma_adjust()Liam R. Howlett1-8/+14
2023-02-10mm: remove unnecessary write to vma iterator in __vma_adjust()Liam R. Howlett1-4/+6
2023-02-10madvise: use split_vma() instead of __split_vma()Liam R. Howlett1-7/+3
2023-02-10mm: pass through vma iterator to __vma_adjust()Liam R. Howlett1-16/+15
2023-02-10mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett1-62/+13
2023-02-10mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree storeLiam R. Howlett1-6/+14
2023-02-10mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett7-78/+43
2023-02-10nommu: pass through vma iterator to shrink_vma()Liam R. Howlett1-46/+17
2023-02-10nommu: convert nommu to using the vma iteratorLiam R. Howlett1-48/+31
2023-02-10mm/mremap: use vmi version of vma_merge()Liam R. Howlett1-4/+7
2023-02-10mmap: use vmi version of vma_merge()Liam R. Howlett1-3/+5
2023-02-10mmap: pass through vmi iterator to __split_vma()Liam R. Howlett1-2/+2
2023-02-10madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett1-4/+5
2023-02-10mempolicy: convert to vma iteratorLiam R. Howlett1-17/+8
2023-02-10mlock: convert mlock to vma iteratorLiam R. Howlett1-29/+28
2023-02-10mm: change mprotect_fixup to vma iteratorLiam R. Howlett1-25/+22
2023-02-10ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett1-20/+18
2023-02-10mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett1-0/+44
2023-02-10mmap: convert vma_expand() to use vma iteratorLiam R. Howlett1-5/+4
2023-02-10mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett2-45/+38
2023-02-10mm/mmap: remove preallocation from do_mas_align_munmap()Liam R. Howlett1-8/+6
2023-02-10mmap: convert vma_link() vma iteratorLiam R. Howlett1-3/+3
2023-02-10mm/mmap: convert brk to use vma iteratorLiam R. Howlett1-25/+23
2023-02-10mm: expand vma iterator interfaceLiam R. Howlett2-0/+82
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-3/+3
2023-02-03block: remove ->rw_pageChristoph Hellwig2-22/+33
2023-02-03mm: factor out a swap_writepage_bdev helperChristoph Hellwig1-14/+19
2023-02-03mm: remove the __swap_writepage return valueChristoph Hellwig2-15/+10
2023-02-03mm: use an on-stack bio for synchronous swapinChristoph Hellwig1-31/+38
2023-02-03mm: factor out a swap_readpage_bdev helperChristoph Hellwig1-33/+35
2023-02-03mm: remove the swap_readpage return valueChristoph Hellwig2-16/+8
2023-02-03mm: refactor va_remove_mappingsChristoph Hellwig1-19/+8
2023-02-03mm: split __vunmapChristoph Hellwig1-43/+41
2023-02-03mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig1-9/+9
2023-02-03mm: use remove_vm_area in __vunmapChristoph Hellwig1-21/+12
2023-02-03mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig1-6/+4
2023-02-03mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig1-1/+1
2023-02-03mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig1-53/+51
2023-02-03mm: remove __vfree_deferredChristoph Hellwig1-26/+17
2023-02-03mm: remove __vfreeChristoph Hellwig1-12/+6