summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-12maple_tree: remove unnecessary default labels from switch statementsLiam R. Howlett1-7/+2
2023-12-11kasan: record and report more informationJuntong Deng6-0/+79
2023-12-11zram: use kmap_local_page()Sergey Senozhatsky1-15/+15
2023-12-11mm: memcg: add reminder comment for the memcg v2 eventsDmitry Rokosov1-0/+4
2023-12-11samples/cgroup: introduce memcg memory.events listenerDmitry Rokosov2-1/+331
2023-12-11samples: introduce new samples subdir for cgroupDmitry Rokosov6-11/+13
2023-12-11mm: hugetlb_vmemmap: convert page to folioMuchun Song1-26/+25
2023-12-11mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song1-46/+24
2023-12-11mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song1-109/+39
2023-12-11mm: pagewalk: assert write mmap lock only for walking the user page tablesMuchun Song1-1/+28
2023-12-11mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-17/+17
2023-12-11mm/zswap: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-5/+5
2023-12-11mm, oom:dump_tasks add rss detailed information printingYong Wang1-3/+4
2023-12-11mm: list_lru: Update kernel documentation to follow the requirementsAndy Shevchenko1-17/+19