summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-08-21mm: remove redundant K() macro definitionZhangPeng
2023-08-21mm: disable kernelcore=mirror when no mirror memoryMa Wupeng
2023-08-21mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi
2023-08-21mm/compaction: remove unnecessary return for void functionKemeng Shi
2023-08-21mm/compaction: correct comment to complete migration failureKemeng Shi
2023-08-21mm/compaction: correct comment of cached migrate pfn updateKemeng Shi
2023-08-21mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi
2023-08-21mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi
2023-08-21mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi
2023-08-21mm: no need to export mm_kobjGreg Kroah-Hartman
2023-08-21mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables()Kefeng Wang
2023-08-21mm/compaction: remove unnecessary "else continue" at end of loop in isolate_f...Kemeng Shi
2023-08-21mm/compaction: remove unnecessary cursor page in isolate_freepages_blockKemeng Shi
2023-08-21mm/compaction: merge end_pfn boundary check in isolate_freepages_rangeKemeng Shi
2023-08-21mm/compaction: set compact_cached_free_pfn correctly in update_pageblock_skipKemeng Shi
2023-08-21mm/memcg: fix wrong function name above obj_cgroup_charge_zswap()Miaohe Lin
2023-08-21mm/page_alloc: remove unneeded variable baseMiaohe Lin
2023-08-21mm/z3fold: use helper function put_z3fold_locked() and put_z3fold_locked_list()Ruan Jinjie
2023-08-21mm/damon/sysfs-schemes: support target damos filterSeongJae Park
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park
2023-08-21mm/damon/core-test: add a unit test for __damos_filter_out()SeongJae Park
2023-08-21mm/damon/sysfs-schemes: support address range type DAMOS filterSeongJae Park
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park
2023-08-21mm/damon/sysfs: implement a command for updating only schemes tried total bytesSeongJae Park
2023-08-21mm/damon/sysfs-schemes: implement DAMOS tried total bytes fileSeongJae Park
2023-08-21Multi-gen LRU: fix can_swap in lru_gen_look_around()Kalesh Singh
2023-08-21Multi-gen LRU: avoid race in inc_min_seq()Kalesh Singh
2023-08-21Multi-gen LRU: fix per-zone reclaimKalesh Singh
2023-08-21mm:vmscan: fix inaccurate reclaim during proactive reclaimEfly Young
2023-08-21mm/damon/core-test: add a test for damos_new_filter()SeongJae Park
2023-08-21mm/page_alloc: avoid unneeded alike_pages calculationMiaohe Lin
2023-08-21mm/vmstat: remove unused page_ext.h from vmstatKemeng Shi
2023-08-21mm/page_poison: remove unused page_ext.h from page_poisonKemeng Shi
2023-08-21damon: use pmdp_get instead of drectly dereferencing pmdLevi Yun
2023-08-21mm: improve the comment in isolate_migratepages_block()Matthew Wilcox
2023-08-21mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWNZhangPeng
2023-08-21mm: kmsan: use helper macro offset_in_page()ZhangPeng
2023-08-21mm: kmsan: use helper function page_size()ZhangPeng
2023-08-21mm/memory.c: fix some kernel-doc commentsYang Li
2023-08-21mm: zswap: kill zswap_get_swap_cache_page()Johannes Weiner
2023-08-21mm: zswap: tighten up entry invalidationJohannes Weiner
2023-08-21mm: zswap: use zswap_invalidate_entry() for duplicatesJohannes Weiner
2023-08-21mm/page_ext: use page_ext_data helper in page_ownerKemeng Shi
2023-08-21mm/page_ext: use page_ext_data helper in page_table_checkKemeng Shi
2023-08-21zswap: make zswap_load() take a folioMatthew Wilcox (Oracle)
2023-08-21swap: remove some calls to compound_head() in swap_readpage()Matthew Wilcox (Oracle)
2023-08-21memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)
2023-08-21zswap: make zswap_store() take a folioMatthew Wilcox (Oracle)
2023-08-21mm: kill frontswapJohannes Weiner
2023-08-21mm: zswap: multiple zpools supportYosry Ahmed