aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26riscv: use vma iterator for vdsoLiam R. Howlett
2022-09-26nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)
2022-09-26i915: use the VMA iteratorMatthew Wilcox (Oracle)
2022-09-26mm/swapfile: use vma iterator instead of vma linked listLiam R. Howlett
2022-09-26mm/pagewalk: use vma_find() instead of vma linked listMatthew Wilcox (Oracle)
2022-09-26mm/oom_kill: use vma iterators instead of vma linked listLiam R. Howlett
2022-09-26mm/msync: use vma_find() instead of vma linked listLiam R. Howlett
2022-09-26mm/mremap: use vma_find_intersection() instead of vma linked listLiam R. Howlett
2022-09-26mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett
2022-09-26mm/mlock: use vma iterator and maple state instead of vma linked listMatthew Wilcox (Oracle)
2022-09-26mm/mempolicy: use vma iterator & maple state instead of vma linked listLiam R. Howlett
2022-09-26mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett
2022-09-26mm/madvise: use vma_find() instead of vma linked listLiam R. Howlett
2022-09-26mm/ksm: use vma iterators instead of vma linked listMatthew Wilcox (Oracle)
2022-09-26mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)
2022-09-26mm/gup: use maple tree navigation instead of linked listLiam R. Howlett
2022-09-26bpf: remove VMA linked listLiam R. Howlett
2022-09-26fork: use VMA iteratorMatthew Wilcox (Oracle)
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)
2022-09-26perf: use VMA iteratorMatthew Wilcox (Oracle)
2022-09-26acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)
2022-09-26ipc/shm: use VMA iterator instead of linked listLiam R. Howlett
2022-09-26userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett
2022-09-26fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)
2022-09-26fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett
2022-09-26exec: use VMA iterator instead of linked listMatthew Wilcox (Oracle)
2022-09-26coredump: remove vma linked list walkMatthew Wilcox (Oracle)
2022-09-26um: remove vma linked list walkMatthew Wilcox (Oracle)
2022-09-26optee: remove vma linked list walkMatthew Wilcox (Oracle)
2022-09-26cxl: remove vma linked list walkMatthew Wilcox (Oracle)
2022-09-26xtensa: remove vma linked list walksMatthew Wilcox (Oracle)
2022-09-26x86: remove vma linked list walksMatthew Wilcox (Oracle)
2022-09-26s390: remove vma linked list walksMatthew Wilcox (Oracle)
2022-09-26powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)
2022-09-26parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)
2022-09-26arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett
2022-09-26arm64: remove mmap linked list from vdsoMatthew Wilcox (Oracle)
2022-09-26mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()Liam R. Howlett
2022-09-26mm/mmap: reorganize munmap to use maple statesLiam R. Howlett
2022-09-26mm/mmap: move mmap_region() below do_munmap()Liam R. Howlett
2022-09-26mm: convert vma_lookup() to use mtree_load()Liam R. Howlett
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26mm/mmap: use advanced maple tree API for mmap_region()Liam R. Howlett
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett
2022-09-26mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()Liam R. Howlett
2022-09-26mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()Liam R. Howlett
2022-09-26mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett
2022-09-26xen: use vma_lookup() in privcmd_ioctl_mmap()Liam R. Howlett
2022-09-26mmap: change zeroing of maple tree in __vma_adjust()Liam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett