summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-07-04mm: pass meminit_context to __free_pages_core()David Hildenbrand5-15/+22
2024-07-04mm: remove page_mkclean()Kefeng Wang2-2/+2
2024-07-04mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand1-1/+1
2024-07-04mm/filemap: reinitialize folio->_mapcount directlyDavid Hildenbrand1-1/+1
2024-07-04mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pagesDavid Hildenbrand1-2/+4
2024-07-04mm/zsmalloc: use a proper page typeDavid Hildenbrand2-6/+33
2024-07-04mm/huge_memory.c: fix used-uninitializedAndrew Morton1-2/+1
2024-07-04mm: avoid overflows in dirty throttling logicJan Kara1-4/+26
2024-07-04Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara1-1/+1
2024-07-04khugepaged: simplify the allocation of slab cachesHongfu Li1-4/+1
2024-07-04mm: ksm: drop KSM_KMEM_CACHE()Kefeng Wang1-7/+3
2024-07-04mm/damon/lru_sort: remove unnecessary online tuning handling codeSeongJae Park1-27/+1
2024-07-04mm/damon/lru_sort: use damon_commit_ctx()SeongJae Park1-7/+20
2024-07-04mm/damon/reclaim: remove unnecessary code for online tuningSeongJae Park1-18/+1
2024-07-04mm/damon/reclaim: use damon_commit_ctx()SeongJae Park1-19/+24
2024-07-04mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,sche...SeongJae Park3-8/+8
2024-07-04mm/damon/sysfs-schemes: remove unnecessary online tuning handling codeSeongJae Park1-65/+3
2024-07-04mm/damon/sysfs: rename damon_sysfs_set_targets() to ...add_targets()SeongJae Park2-6/+6
2024-07-04mm/damon/sysfs: remove unnecessary online tuning handling codeSeongJae Park2-59/+3
2024-07-04mm/damon/sysfs-schemes: use damos_commit_quota_goals()SeongJae Park1-2/+12
2024-07-04mm/damon/sysfs: use damon_commit_ctx()SeongJae Park1-2/+13
2024-07-04mm/damon/core: implement DAMON context commit functionSeongJae Park1-0/+274
2024-07-04mm/damon/core: implement DAMOS quota goals online commit functionSeongJae Park1-0/+59
2024-07-04mm: memcontrol: add VM_BUG_ON_FOLIO() to catch lru folio in mem_cgroup_migrate()Baolin Wang1-0/+1
2024-07-04mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji2-0/+4
2024-07-04mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim2-0/+155
2024-07-04mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji5-5/+41
2024-07-04mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim2-3/+3
2024-07-04mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim2-2/+2
2024-07-04mm/mm_init.c: simplify logic of deferred_[init|free]_pagesWei Yang1-56/+8
2024-07-04mm/memory-failure: correct comment in me_swapcache_dirtyMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: remove obsolete comment in kill_proc()Miaohe Lin1-2/+0
2024-07-04mm/memory-failure: fix comment of get_hwpoison_page()Miaohe Lin1-1/+1
2024-07-04mm/memory-failure: move some function declarations into internal.hMiaohe Lin1-0/+10
2024-07-04mm/memory-failure: remove obsolete comment in unpoison_memory()Miaohe Lin1-4/+0
2024-07-04mm/memory-failure: use helper macro task_pid_nr()Miaohe Lin1-4/+4
2024-07-04mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECTMiaohe Lin1-2/+1
2024-07-04mm/memory-failure: remove confusing initialization to countMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: remove unneeded empty stringMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: save some page_folio() callsMiaohe Lin1-3/+3
2024-07-04mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUMMiaohe Lin1-3/+5
2024-07-04mm/memory-failure: remove MF_MSG_SLABMiaohe Lin1-1/+0
2024-07-04mm/memory-failure: simplify put_ref_page()Miaohe Lin1-5/+1
2024-07-04mm/hugetlb: guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE usesOscar Salvador1-0/+4
2024-07-04mm/hugetlb_cgroup: switch to the new cftypesXiu Jianfeng1-146/+17
2024-07-04mm/hugetlb_cgroup: prepare cftypes based on templateXiu Jianfeng1-0/+158
2024-07-04mm/hugetlb_cgroup: identify the legacy using cgroup_subsys_on_dfl()Xiu Jianfeng1-2/+2
2024-07-04mm: report per-page metadata informationSourav Panda7-15/+79
2024-07-04mm/memory_hotplug: prevent accessing by index=-1Anastasia Belova1-1/+2
2024-07-04mm/mlock: implement folio_mlock_step() using folio_pte_batch()Lance Yang1-15/+4