summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-10-04mm: thp: convert to use common struct mm_slotQi Zheng1-71/+52
2022-10-04mm: introduce common struct mm_slotQi Zheng1-0/+55
2022-09-27ksm: count allocated ksm rmap_items for each processxu xin1-0/+2
2022-09-27mm: reduce noise in show_mem for lowmem allocationsMichal Hocko2-3/+20
2022-09-27mm/gup: use gup_can_follow_protnone() also in GUP-fastDavid Hildenbrand1-11/+3
2022-09-27mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand2-11/+3
2022-09-27mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang3-11/+22
2022-09-27mm: add merging after mremap resizeJakub Matěna1-2/+17
2022-09-27mm: refactor of vma_merge()Jakub Matěna1-50/+37
2022-09-27mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan2-5/+2
2022-09-27mm: drop oom code from exit_mmapSuren Baghdasaryan2-20/+12
2022-09-27mm/mlock: drop dead code in count_mm_mlocked_page_nr()Liam Howlett1-3/+1
2022-09-27mm/mmap.c: pass in mapping to __vma_link_file()Liam R. Howlett1-17/+12
2022-09-27mm/mmap: drop range_has_overlap() functionLiam R. Howlett1-26/+1
2022-09-27mm: remove the vma linked listLiam R. Howlett6-350/+221
2022-09-27mm/vmscan: use vma iterator instead of vm_nextLiam R. Howlett1-9/+3
2022-09-27nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)1-37/+109
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-27userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett1-1/+1
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. Howlett2-90/+155
2022-09-27mm/mmap: move mmap_region() below do_munmap()Liam R. Howlett1-245/+245
2022-09-27mm: remove vmacacheLiam R. Howlett6-186/+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. Howlett2-0/+40
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-27mmap: change zeroing of maple tree in __vma_adjust()Liam R. Howlett1-8/+22
2022-09-27mm: remove rb tree.Liam R. Howlett4-461/+144
2022-09-27damon: convert __damon_va_three_regions to use the VMA iteratorLiam R. Howlett2-50/+39
2022-09-27mm/mmap: use maple tree for unmapped_area{_topdown}Liam R. Howlett1-221/+34
2022-09-27mm/mmap: use the maple tree for find_vma_prev() instead of the rbtreeLiam R. Howlett1-10/+17
2022-09-27mm/mmap: use the maple tree in find_vma() instead of the rbtree.Liam R. Howlett1-18/+10
2022-09-27mmap: use the VMA iterator in count_vma_pages_range()Matthew Wilcox (Oracle)1-17/+7
2022-09-27mm: add VMA iteratorMatthew Wilcox (Oracle)1-5/+5
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett3-33/+335
2022-09-27mm/demotion: expose memory tier details via sysfsAneesh Kumar K.V1-22/+87
2022-09-27mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V5-0/+51