summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-27mm/vmscan: use vma iterator instead of vm_nextLiam R. Howlett1-9/+3
2022-09-27riscv: use vma iterator for vdsoLiam R. Howlett1-1/+2
2022-09-27nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)1-37/+109
2022-09-27i915: use the VMA iteratorMatthew Wilcox (Oracle)1-9/+5
2022-09-27mm/swapfile: use vma iterator instead of vma linked listLiam R. Howlett1-1/+3
2022-09-27mm/pagewalk: use vma_find() instead of vma linked listMatthew Wilcox (Oracle)1-1/+1
2022-09-27mm/oom_kill: use vma iterators instead of vma linked listLiam R. Howlett1-1/+2
2022-09-27mm/msync: use vma_find() instead of vma linked listLiam R. Howlett1-1/+1
2022-09-27mm/mremap: use vma_find_intersection() instead of vma linked listLiam R. Howlett1-2/+3
2022-09-27mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett1-3/+5
2022-09-27mm/mlock: use vma iterator and maple state instead of vma linked listMatthew Wilcox (Oracle)1-16/+19
2022-09-27mm/mempolicy: use vma iterator & maple state instead of vma linked listLiam R. Howlett1-24/+32
2022-09-27mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett1-4/+2
2022-09-27mm/madvise: use vma_find() instead of vma linked listLiam R. Howlett1-1/+1
2022-09-27mm/ksm: use vma iterators instead of vma linked listMatthew Wilcox (Oracle)1-7/+11
2022-09-27mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)2-5/+8
2022-09-27mm/gup: use maple tree navigation instead of linked listLiam R. Howlett1-3/+4
2022-09-27bpf: remove VMA linked listLiam R. Howlett1-5/+5
2022-09-27fork: use VMA iteratorMatthew Wilcox (Oracle)1-2/+5
2022-09-27sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)1-3/+7
2022-09-27perf: use VMA iteratorMatthew Wilcox (Oracle)2-4/+8
2022-09-27acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)1-6/+5
2022-09-27ipc/shm: use VMA iterator instead of linked listLiam R. Howlett1-11/+10
2022-09-27userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett3-25/+46
2022-09-27fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2-33/+42
2022-09-27fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett1-1/+4
2022-09-27exec: use VMA iterator instead of linked listMatthew Wilcox (Oracle)1-3/+6
2022-09-27coredump: remove vma linked list walkMatthew Wilcox (Oracle)1-22/+12
2022-09-27um: remove vma linked list walkMatthew Wilcox (Oracle)1-8/+6
2022-09-27optee: remove vma linked list walkMatthew Wilcox (Oracle)1-8/+10
2022-09-27cxl: remove vma linked list walkMatthew Wilcox (Oracle)1-30/+15
2022-09-27xtensa: remove vma linked list walksMatthew Wilcox (Oracle)1-6/+12
2022-09-27x86: remove vma linked list walksMatthew Wilcox (Oracle)1-4/+5
2022-09-27s390: remove vma linked list walksMatthew Wilcox (Oracle)2-3/+6
2022-09-27powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)3-19/+11
2022-09-27parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)1-2/+7
2022-09-27arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett1-6/+10
2022-09-27arm64: remove mmap linked list from vdsoMatthew Wilcox (Oracle)1-1/+2
2022-09-27mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()Liam R. Howlett1-1/+1
2022-09-27mm/mmap: reorganize munmap to use maple statesLiam R. Howlett3-92/+158
2022-09-27mm/mmap: move mmap_region() below do_munmap()Liam R. Howlett1-245/+245
2022-09-27mm: convert vma_lookup() to use mtree_load()Liam R. Howlett1-6/+1
2022-09-27mm: remove vmacacheLiam R. Howlett17-267/+9
2022-09-27mm/mmap: use advanced maple tree API for mmap_region()Liam R. Howlett1-48/+203
2022-09-27mm: use maple tree operations for find_vma_intersection()Liam R. Howlett3-18/+44
2022-09-27mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()Liam R. Howlett1-60/+177
2022-09-27mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()Liam R. Howlett1-1/+1
2022-09-27mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett1-1/+1
2022-09-27xen: use vma_lookup() in privcmd_ioctl_mmap()Liam R. Howlett1-1/+1
2022-09-27mmap: change zeroing of maple tree in __vma_adjust()Liam R. Howlett1-8/+22