index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2022-10-03
ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
Qi Zheng
2022-10-03
ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
Qi Zheng
2022-10-03
ksm: add the ksm prefix to the names of the ksm private structures
Qi Zheng
2022-10-03
mm: thp: convert to use common struct mm_slot
Qi Zheng
2022-10-03
mm: introduce common struct mm_slot
Qi Zheng
2022-09-26
ksm: count allocated ksm rmap_items for each process
xu xin
2022-09-26
mm: reduce noise in show_mem for lowmem allocations
Michal Hocko
2022-09-26
mm/gup: use gup_can_follow_protnone() also in GUP-fast
David Hildenbrand
2022-09-26
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
2022-09-26
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
2022-09-26
mm: add merging after mremap resize
Jakub Matěna
2022-09-26
mm: refactor of vma_merge()
Jakub Matěna
2022-09-26
mm: delete unused MMF_OOM_VICTIM flag
Suren Baghdasaryan
2022-09-26
mm: drop oom code from exit_mmap
Suren Baghdasaryan
2022-09-26
mm/mlock: drop dead code in count_mm_mlocked_page_nr()
Liam Howlett
2022-09-26
mm/mmap.c: pass in mapping to __vma_link_file()
Liam R. Howlett
2022-09-26
mm/mmap: drop range_has_overlap() function
Liam R. Howlett
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
2022-09-26
mm/vmscan: use vma iterator instead of vm_next
Liam R. Howlett
2022-09-26
nommu: remove uses of VMA linked list
Matthew Wilcox (Oracle)
2022-09-26
mm/swapfile: use vma iterator instead of vma linked list
Liam R. Howlett
2022-09-26
mm/pagewalk: use vma_find() instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-26
mm/oom_kill: use vma iterators instead of vma linked list
Liam R. Howlett
2022-09-26
mm/msync: use vma_find() instead of vma linked list
Liam R. Howlett
2022-09-26
mm/mremap: use vma_find_intersection() instead of vma linked list
Liam R. Howlett
2022-09-26
mm/mprotect: use maple tree navigation instead of VMA linked list
Liam R. Howlett
2022-09-26
mm/mlock: use vma iterator and maple state instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-26
mm/mempolicy: use vma iterator & maple state instead of vma linked list
Liam R. Howlett
2022-09-26
mm/memcontrol: stop using mm->highest_vm_end
Liam R. Howlett
2022-09-26
mm/madvise: use vma_find() instead of vma linked list
Liam R. Howlett
2022-09-26
mm/ksm: use vma iterators instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-26
mm/khugepaged: stop using vma linked list
Matthew Wilcox (Oracle)
2022-09-26
mm/gup: use maple tree navigation instead of linked list
Liam R. Howlett
2022-09-26
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
2022-09-26
mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
Liam R. Howlett
2022-09-26
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
2022-09-26
mm/mmap: move mmap_region() below do_munmap()
Liam R. Howlett
2022-09-26
mm: remove vmacache
Liam R. Howlett
2022-09-26
mm/mmap: use advanced maple tree API for mmap_region()
Liam R. Howlett
2022-09-26
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
2022-09-26
mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
Liam R. Howlett
2022-09-26
mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
Liam R. Howlett
2022-09-26
mmap: change zeroing of maple tree in __vma_adjust()
Liam R. Howlett
2022-09-26
mm: remove rb tree.
Liam R. Howlett
2022-09-26
damon: convert __damon_va_three_regions to use the VMA iterator
Liam R. Howlett
2022-09-26
mm/mmap: use maple tree for unmapped_area{_topdown}
Liam R. Howlett
2022-09-26
mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
Liam R. Howlett
2022-09-26
mm/mmap: use the maple tree in find_vma() instead of the rbtree.
Liam R. Howlett
2022-09-26
mmap: use the VMA iterator in count_vma_pages_range()
Matthew Wilcox (Oracle)
2022-09-26
mm: add VMA iterator
Matthew Wilcox (Oracle)
[next]