summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-12maple_tree: change return type of mas_split_final_node as void.Levi Yun1-2/+1
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song1-0/+3
2023-12-12mm: use vma_pages() for vma objectsChen Haonan1-1/+1
2023-12-12mm: cma: remove unnecessary initialization of retLi zeming1-1/+1
2023-12-12mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()Muchun Song1-13/+4
2023-12-12mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG backMuchun Song1-1/+1
2023-12-12mm: filemap: remove unnecessary iitialization of retLi zeming1-1/+1
2023-12-12mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER optionDmytro Maluka1-0/+6
2023-12-12mm: huge_memory: use more folio api in __split_huge_page_tail()Kefeng Wang1-6/+6
2023-12-12kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointersCatalin Marinas1-81/+97
2023-12-12mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)1-2/+2
2023-12-12mm/readahead: do not allow order-1 folioRyan Roberts1-8/+6
2023-12-12mm: memory: use folio_prealloc() in wp_page_copy()Kefeng Wang1-15/+7
2023-12-12mm: memory: use a folio in do_cow_fault()Kefeng Wang1-10/+6
2023-12-12mm: memory: rename page_copy_prealloc() to folio_prealloc()Kefeng Wang1-4/+9
2023-12-12mm: memory: use a folio in validate_page_before_insert()Kefeng Wang1-2/+5
2023-12-12mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang2-20/+23
2023-12-12Docs/admin-guide/mm/damon/usage: document for quota goalsSeongJae Park2-7/+43
2023-12-12Docs/ABI/damon: document DAMOS quota goalsSeongJae Park1-6/+27
2023-12-12Docs/mm/damon/design: document DAMOS quota auto tuningSeongJae Park1-0/+11
2023-12-12selftests/damon: test quota goals directorySeongJae Park1-0/+27
2023-12-12mm/damon/core-test: add a unit test for the feedback loop algorithmSeongJae Park1-0/+32
2023-12-12mm/damon/sysfs-schemes: implement a command for scheme quota goals only commitSeongJae Park3-0/+46
2023-12-12mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOSSeongJae Park1-0/+32
2023-12-12mm/damon/sysfs-schemes: implement files for scheme quota goals setupSeongJae Park1-3/+221
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park2-9/+79
2023-12-12selftests/mm: dont run ksm_functional_tests twiceNico Pache1-2/+0
2023-12-12zswap: shrink zswap pool based on memory pressureNhat Pham7-6/+240
2023-12-12selftests: cgroup: update per-memcg zswap writeback selftestDomenico Cerasuolo1-24/+50
2023-12-12mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo4-0/+7
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo6-59/+245
2023-12-12memcontrol: implement mem_cgroup_tryget_online()Nhat Pham1-0/+10
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham12-36/+117
2023-12-12maple_tree: simplify mas_leaf_set_meta()Peng Zhang1-18/+4
2023-12-12maple_tree: delete one of the two identical checksPeng Zhang1-3/+0
2023-12-12maple_tree: remove an unused parameter for ma_meta_end()Peng Zhang1-6/+4
2023-12-12maple_tree: avoid ascending when mas->min is also the parent's minimumPeng Zhang1-3/+5
2023-12-12maple_tree: move the check forward to avoid static check warningPeng Zhang1-1/+1
2023-12-12maple_tree: remove unused functionJiapeng Chong1-29/+0
2023-12-12maple_tree: mtree_range_walk() clean upLiam R. Howlett1-15/+12
2023-12-12maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett2-9/+24
2023-12-12maple_tree: use maple state end for write operationsLiam R. Howlett2-23/+24
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett2-51/+19
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett6-327/+445
2023-12-12maple_tree: clean up inlines for some functionsLiam R. Howlett1-39/+39
2023-12-12maple_tree: use cached node end in mas_destroy()Liam R. Howlett1-1/+1
2023-12-12maple_tree: use cached node end in mas_next()Liam R. Howlett1-6/+8
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett3-0/+9
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett3-129/+130
2023-12-12maple_tree: make mas_erase() more robustLiam R. Howlett1-1/+1