summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: convert to use common struct mm_slotQi Zheng2022-10-031-71/+52
* mm: introduce common struct mm_slotQi Zheng2022-10-031-0/+55
* ksm: add profit monitoring documentationxu xin2022-09-271-0/+36
* ksm: count allocated ksm rmap_items for each processxu xin2022-09-273-0/+22
* mm: deduplicate cacheline padding codeShakeel Butt2022-09-274-41/+22
* mm: reduce noise in show_mem for lowmem allocationsMichal Hocko2022-09-274-7/+33
* mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand2022-09-271-6/+6
* mm/gup: use gup_can_follow_protnone() also in GUP-fastDavid Hildenbrand2022-09-271-11/+3
* mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand2022-09-273-12/+18
* mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang2022-09-273-11/+22
* mm: add merging after mremap resizeJakub Matěna2022-09-272-3/+65
* mm: refactor of vma_merge()Jakub Matěna2022-09-271-50/+37
* mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan2022-09-274-18/+5
* mm: drop oom code from exit_mmapSuren Baghdasaryan2022-09-273-22/+12
* mm/mlock: drop dead code in count_mm_mlocked_page_nr()Liam Howlett2022-09-271-3/+1
* mm/mmap.c: pass in mapping to __vma_link_file()Liam R. Howlett2022-09-271-17/+12
* mm/mmap: drop range_has_overlap() functionLiam R. Howlett2022-09-271-26/+1
* mm: remove the vma linked listLiam R. Howlett2022-09-279-374/+225
* mm/vmscan: use vma iterator instead of vm_nextLiam R. Howlett2022-09-271-9/+3
* riscv: use vma iterator for vdsoLiam R. Howlett2022-09-271-1/+2
* nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)2022-09-271-37/+109
* i915: use the VMA iteratorMatthew Wilcox (Oracle)2022-09-271-9/+5
* mm/swapfile: use vma iterator instead of vma linked listLiam R. Howlett2022-09-271-1/+3
* mm/pagewalk: use vma_find() instead of vma linked listMatthew Wilcox (Oracle)2022-09-271-1/+1
* mm/oom_kill: use vma iterators instead of vma linked listLiam R. Howlett2022-09-271-1/+2
* mm/msync: use vma_find() instead of vma linked listLiam R. Howlett2022-09-271-1/+1
* mm/mremap: use vma_find_intersection() instead of vma linked listLiam R. Howlett2022-09-271-2/+3
* mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett2022-09-271-3/+5
* mm/mlock: use vma iterator and maple state instead of vma linked listMatthew Wilcox (Oracle)2022-09-271-16/+19
* mm/mempolicy: use vma iterator & maple state instead of vma linked listLiam R. Howlett2022-09-271-24/+32
* mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett2022-09-271-4/+2
* mm/madvise: use vma_find() instead of vma linked listLiam R. Howlett2022-09-271-1/+1
* mm/ksm: use vma iterators instead of vma linked listMatthew Wilcox (Oracle)2022-09-271-7/+11
* mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)2022-09-272-5/+8
* mm/gup: use maple tree navigation instead of linked listLiam R. Howlett2022-09-271-3/+4
* bpf: remove VMA linked listLiam R. Howlett2022-09-271-5/+5
* fork: use VMA iteratorMatthew Wilcox (Oracle)2022-09-271-2/+5
* sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-09-271-3/+7
* perf: use VMA iteratorMatthew Wilcox (Oracle)2022-09-272-4/+8
* acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-09-271-6/+5
* ipc/shm: use VMA iterator instead of linked listLiam R. Howlett2022-09-271-11/+10
* userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett2022-09-273-25/+46
* fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2022-09-272-33/+42
* fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett2022-09-271-1/+4
* exec: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-09-271-3/+6
* coredump: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-271-22/+12
* um: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-271-8/+6
* optee: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-271-8/+10
* cxl: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-271-30/+15
* xtensa: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-271-6/+12