summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-27mm/demotion: demote pages according to allocation fallback orderJagdish Gediya2-18/+91
2022-09-27mm/demotion: drop memtier from memtypeAneesh Kumar K.V1-7/+9
2022-09-27mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V1-5/+35
2022-09-27mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V3-410/+226
2022-09-27mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V1-23/+91
2022-09-27mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V1-0/+68
2022-09-27mm/demotion: move memory demotion related codeAneesh Kumar K.V3-59/+66
2022-09-27mm/demotion: add support for explicit memory tiersAneesh Kumar K.V2-0/+130
2022-09-27mm: multi-gen LRU: admin guideYu Zhao2-1/+6
2022-09-27mm: multi-gen LRU: debugfs interfaceYu Zhao1-10/+401
2022-09-27mm: multi-gen LRU: thrashing preventionYu Zhao1-3/+71
2022-09-27mm: multi-gen LRU: kill switchYu Zhao2-5/+229
2022-09-27mm: multi-gen LRU: optimize multiple memcgsYu Zhao1-9/+96
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao2-16/+1019