summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-09-26mm/gup: use gup_can_follow_protnone() also in GUP-fastDavid Hildenbrand
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand
2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang
2022-09-26mm: add merging after mremap resizeJakub Matěna
2022-09-26mm: refactor of vma_merge()Jakub Matěna
2022-09-26mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan
2022-09-26mm: drop oom code from exit_mmapSuren Baghdasaryan
2022-09-26mm/mlock: drop dead code in count_mm_mlocked_page_nr()Liam Howlett
2022-09-26mm/mmap.c: pass in mapping to __vma_link_file()Liam R. Howlett
2022-09-26mm/mmap: drop range_has_overlap() functionLiam R. Howlett
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26mm/vmscan: use vma iterator instead of vm_nextLiam R. Howlett
2022-09-26nommu: remove uses of VMA linked listMatthew 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-26userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett
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: 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-26mmap: change zeroing of maple tree in __vma_adjust()Liam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-26damon: convert __damon_va_three_regions to use the VMA iteratorLiam R. Howlett
2022-09-26mm/mmap: use maple tree for unmapped_area{_topdown}Liam R. Howlett
2022-09-26mm/mmap: use the maple tree for find_vma_prev() instead of the rbtreeLiam R. Howlett
2022-09-26mm/mmap: use the maple tree in find_vma() instead of the rbtree.Liam R. Howlett
2022-09-26mmap: use the VMA iterator in count_vma_pages_range()Matthew Wilcox (Oracle)
2022-09-26mm: add VMA iteratorMatthew Wilcox (Oracle)
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett
2022-09-26mm/demotion: expose memory tier details via sysfsAneesh Kumar K.V
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-26mm/demotion: demote pages according to allocation fallback orderJagdish Gediya
2022-09-26mm/demotion: drop memtier from memtypeAneesh Kumar K.V
2022-09-26mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V