aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-09-29kfence: use better stack hash seedJason A. Donenfeld1-1/+1
2022-09-29Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-nextVlastimil Babka2-3/+48
2022-09-29Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextVlastimil Babka2-38/+119
2022-09-29Merge branch 'slab/for-6.1/trivial' into slab/for-nextVlastimil Babka1-3/+6
2022-09-29slab: Introduce kmalloc_size_roundup()Kees Cook3-3/+40
2022-09-29slab: Remove __malloc attribute from realloc functionsKees Cook1-2/+2
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin1-0/+2
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko2-3/+20
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 Hildenbrand2-11/+3
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ěna1-2/+17
2022-09-26mm: refactor of vma_merge()Jakub Matěna1-50/+37
2022-09-26mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan2-5/+2
2022-09-26mm: drop oom code from exit_mmapSuren Baghdasaryan2-20/+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. Howlett6-350/+221
2022-09-26mm/vmscan: use vma iterator instead of vm_nextLiam R. Howlett1-9/+3
2022-09-26nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)1-37/+109
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-26userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett1-1/+1
2022-09-26mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()Liam R. Howlett1-1/+1
2022-09-26mm/mmap: reorganize munmap to use maple statesLiam R. Howlett2-90/+155
2022-09-26mm/mmap: move mmap_region() below do_munmap()Liam R. Howlett1-245/+245
2022-09-26mm: remove vmacacheLiam R. Howlett6-186/+9
2022-09-26mm/mmap: use advanced maple tree API for mmap_region()Liam R. Howlett1-48/+203
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett2-0/+40
2022-09-26mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()Liam R. Howlett1-60/+177
2022-09-26mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()Liam R. Howlett1-1/+1
2022-09-26mmap: change zeroing of maple tree in __vma_adjust()Liam R. Howlett1-8/+22
2022-09-26mm: remove rb tree.Liam R. Howlett4-461/+144
2022-09-26damon: convert __damon_va_three_regions to use the VMA iteratorLiam R. Howlett2-48/+37
2022-09-26mm/mmap: use maple tree for unmapped_area{_topdown}Liam R. Howlett1-221/+34
2022-09-26mm/mmap: use the maple tree for find_vma_prev() instead of the rbtreeLiam R. Howlett1-10/+17
2022-09-26mm/mmap: use the maple tree in find_vma() instead of the rbtree.Liam R. Howlett1-18/+10
2022-09-26mmap: use the VMA iterator in count_vma_pages_range()Matthew Wilcox (Oracle)1-17/+7