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