aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-50/+39
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
2022-09-26mm: add VMA iteratorMatthew Wilcox (Oracle)1-5/+5
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett3-33/+335
2022-09-26mm/demotion: expose memory tier details via sysfsAneesh Kumar K.V1-22/+87
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V5-0/+51
2022-09-26mm/demotion: demote pages according to allocation fallback orderJagdish Gediya2-18/+91
2022-09-26mm/demotion: drop memtier from memtypeAneesh Kumar K.V1-7/+9
2022-09-26mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V1-5/+35
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V3-410/+226
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADISTANCEAneesh Kumar K.V1-23/+91
2022-09-26mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V1-0/+68
2022-09-26mm/demotion: move memory demotion related codeAneesh Kumar K.V3-59/+66
2022-09-26mm/demotion: add support for explicit memory tiersAneesh Kumar K.V2-0/+130
2022-09-26mm: multi-gen LRU: admin guideYu Zhao2-1/+6
2022-09-26mm: multi-gen LRU: debugfs interfaceYu Zhao1-10/+401
2022-09-26mm: multi-gen LRU: thrashing preventionYu Zhao1-3/+71
2022-09-26mm: multi-gen LRU: kill switchYu Zhao2-5/+229
2022-09-26mm: multi-gen LRU: optimize multiple memcgsYu Zhao1-9/+96
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao2-16/+1019
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao5-2/+194
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao4-10/+942
2022-09-26mm: multi-gen LRU: groundworkYu Zhao8-6/+126
2022-09-26mm/vmscan.c: refactor shrink_node()Yu Zhao1-94/+104
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao1-13/+1
2022-09-26mm/page_io: count submission time as thrashing delay for delayacctYang Yang1-5/+10
2022-09-26delayacct: support re-entrance detection of thrashing accountingYang Yang1-4/+6
2022-09-26mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THPBaolin Wang1-3/+2
2022-09-26migrate_pages(): fix failure counting for retryHuang Ying1-1/+5
2022-09-26migrate_pages(): fix failure counting for THP splittingHuang Ying1-7/+7
2022-09-26migrate_pages(): fix failure counting for THP on -ENOSYSHuang Ying1-3/+3
2022-09-26migrate_pages(): fix failure counting for THP subpages retryingHuang Ying1-1/+2
2022-09-26migrate_pages(): fix THP failure counting for -ENOMEMHuang Ying1-3/+4
2022-09-26migrate_pages(): remove unnecessary list_safe_reset_next()Huang Ying1-8/+5
2022-09-26migrate: fix syscall move_pages() return value for failureHuang Ying1-2/+6
2022-09-26filemap: make the accounting of thrashing more consistentYang Yang1-14/+4
2022-09-26mm/swap: cache swap migration A/D bits supportPeter Xu1-0/+8