summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko4-7/+33
2022-09-26mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand1-6/+6
2022-09-26mm/gup: use gup_can_follow_protnone() also in GUP-fastDavid Hildenbrand1-11/+3
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand3-12/+18
2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang3-11/+22
2022-09-26mm: add merging after mremap resizeJakub Matěna2-3/+65
2022-09-26mm: refactor of vma_merge()Jakub Matěna1-50/+37
2022-09-26mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan4-18/+5
2022-09-26mm: drop oom code from exit_mmapSuren Baghdasaryan3-22/+12
2022-09-26mm/mlock: drop dead code in count_mm_mlocked_page_nr()Liam Howlett1-3/+1
2022-09-26mm/mmap.c: pass in mapping to __vma_link_file()Liam R. Howlett1-17/+12
2022-09-26mm/mmap: drop range_has_overlap() functionLiam R. Howlett1-26/+1
2022-09-26mm: remove the vma linked listLiam R. Howlett9-374/+225
2022-09-26mm/vmscan: use vma iterator instead of vm_nextLiam R. Howlett1-9/+3
2022-09-26riscv: use vma iterator for vdsoLiam R. Howlett1-1/+2
2022-09-26nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)1-37/+109
2022-09-26i915: use the VMA iteratorMatthew Wilcox (Oracle)1-9/+5
2022-09-26mm/swapfile: use vma iterator instead of vma linked listLiam R. Howlett1-1/+3
2022-09-26mm/pagewalk: use vma_find() instead of vma linked listMatthew Wilcox (Oracle)1-1/+1
2022-09-26mm/oom_kill: use vma iterators instead of vma linked listLiam R. Howlett1-1/+2
2022-09-26mm/msync: use vma_find() instead of vma linked listLiam R. Howlett1-1/+1
2022-09-26mm/mremap: use vma_find_intersection() instead of vma linked listLiam R. Howlett1-2/+3
2022-09-26mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett1-3/+5
2022-09-26mm/mlock: use vma iterator and maple state instead of vma linked listMatthew Wilcox (Oracle)1-16/+19
2022-09-26mm/mempolicy: use vma iterator & maple state instead of vma linked listLiam R. Howlett1-24/+32
2022-09-26mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett1-4/+2
2022-09-26mm/madvise: use vma_find() instead of vma linked listLiam R. Howlett1-1/+1
2022-09-26mm/ksm: use vma iterators instead of vma linked listMatthew Wilcox (Oracle)1-7/+11
2022-09-26mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)2-5/+8
2022-09-26mm/gup: use maple tree navigation instead of linked listLiam R. Howlett1-3/+4
2022-09-26bpf: remove VMA linked listLiam R. Howlett1-5/+5
2022-09-26fork: use VMA iteratorMatthew Wilcox (Oracle)1-2/+5
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)1-3/+7
2022-09-26perf: use VMA iteratorMatthew Wilcox (Oracle)2-4/+8
2022-09-26acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)1-6/+5
2022-09-26ipc/shm: use VMA iterator instead of linked listLiam R. Howlett1-11/+10
2022-09-26userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett3-25/+46
2022-09-26fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2-33/+42
2022-09-26fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett1-1/+4
2022-09-26exec: use VMA iterator instead of linked listMatthew Wilcox (Oracle)1-3/+6
2022-09-26coredump: remove vma linked list walkMatthew Wilcox (Oracle)1-22/+12
2022-09-26um: remove vma linked list walkMatthew Wilcox (Oracle)1-8/+6
2022-09-26optee: remove vma linked list walkMatthew Wilcox (Oracle)1-8/+10
2022-09-26cxl: remove vma linked list walkMatthew Wilcox (Oracle)1-30/+15
2022-09-26xtensa: remove vma linked list walksMatthew Wilcox (Oracle)1-6/+12
2022-09-26x86: remove vma linked list walksMatthew Wilcox (Oracle)1-4/+5
2022-09-26s390: remove vma linked list walksMatthew Wilcox (Oracle)2-3/+6
2022-09-26powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)3-19/+11
2022-09-26parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)1-2/+7
2022-09-26arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett1-6/+10