summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-10-04mm: convert do_swap_page()'s swapcache variable to a folioMatthew Wilcox (Oracle)1-16/+15
2022-10-04mm: convert do_swap_page() to use a folioMatthew Wilcox (Oracle)1-24/+33
2022-10-04mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)5-8/+8
2022-10-04mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)3-20/+20
2022-10-04mm/swap: convert __read_swap_cache_async() to use a folioMatthew Wilcox (Oracle)1-19/+19
2022-10-04mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)3-15/+26
2022-10-04mm/swapfile: remove page_swapcount()Matthew Wilcox (Oracle)1-33/+13
2022-10-04shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)1-35/+32
2022-10-04shmem: convert shmem_delete_from_page_cache() to take a folioMatthew Wilcox (Oracle)1-12/+11
2022-10-04shmem: convert shmem_writepage() to use a folio throughoutMatthew Wilcox (Oracle)1-23/+24
2022-10-04mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)2-10/+15
2022-10-04mm: add split_folio()Matthew Wilcox (Oracle)2-2/+2
2022-10-04mm/vmscan: fix a lot of commentsMatthew Wilcox (Oracle)1-133/+130
2022-10-04ksm: convert to use common struct mm_slotQi Zheng1-76/+56
2022-10-04ksm: convert ksm_mm_slot.link to ksm_mm_slot.hashQi Zheng1-7/+7
2022-10-04ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_nodeQi Zheng1-20/+20
2022-10-04ksm: add the ksm prefix to the names of the ksm private structuresQi Zheng1-108/+108
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