aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-17mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2-7/+3
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka2-14/+8
2024-07-17mm: ignore data-race in __swap_writepagePei Li1-1/+6
2024-07-12mm: shmem: rename mTHP shmem countersRyan Roberts2-10/+10
2024-07-12mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async()Kefeng Wang1-2/+1
2024-07-12mm/migrate: putback split folios when numa hint migration failsPeter Xu1-9/+2
2024-07-12mm/truncate: batch-clear shadow entriesYu Zhao1-37/+31
2024-07-12mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin1-16/+3
2024-07-12mm: simplify folio_migrate_mapping()Hugh Dickins1-2/+1
2024-07-12mm/page_alloc: put __free_pages_core() in __meminit sectionWei Yang2-2/+3
2024-07-12mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li2-12/+10
2024-07-12mm: fix khugepaged activation policyRyan Roberts2-7/+33
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang1-33/+21
2024-07-12mm/page_counter: move calculating protection values to page_counterMaarten Lankhorst2-151/+176
2024-07-12mm: unexport vmf_insert_mixed_mkwriteChristoph Hellwig1-1/+0
2024-07-12mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy3-252/+9
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy9-33/+33
2024-07-12zsmalloc: rename class stat mutatorsSergey Senozhatsky1-19/+19
2024-07-12mm: add per-order mTHP split countersLance Yang1-2/+10
2024-07-12mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou1-9/+6
2024-07-12mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou1-0/+1
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy2-0/+184
2024-07-12mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy1-47/+77
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy1-0/+47
2024-07-12mm/zswap: use only one pool in zswapChengming Zhou1-41/+20
2024-07-12mm/zsmalloc: change back to per-size_class lockChengming Zhou1-35/+50
2024-07-12mm/hugetlb.c: undo errant changeAndrew Morton1-0/+1
2024-07-10mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song1-1/+1
2024-07-10mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang1-11/+2
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner10-86/+36
2024-07-10mm/shmem: fix input and output inconsistenciesBang Li1-1/+1
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang1-7/+0
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang1-2/+8
2024-07-06mm: migrate: support poisoned recover from migrate folioKefeng Wang1-3/+11
2024-07-06mm: migrate: split folio_migrate_mapping()Kefeng Wang1-16/+22
2024-07-06mm: add folio_mc_copy()Kefeng Wang1-0/+17
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang2-10/+3
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton13-217/+260
2024-07-06mm: fix crashes from deferred split racing folio migrationHugh Dickins2-11/+13
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi3-139/+156
2024-07-04mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan1-2/+20
2024-07-04mm/memory-failure: refactor log format in soft offline codeJiaqi Yan1-6/+9
2024-07-04mm: memcg: adjust the warning when seq_buf overflowsXiu Jianfeng1-1/+2
2024-07-04mm: memcg: remove redundant seq_buf_has_overflowed()Xiu Jianfeng1-3/+0
2024-07-04mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.cRoman Gushchin1-2/+7
2024-07-04mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()Roman Gushchin3-5/+12
2024-07-04mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()Roman Gushchin1-0/+2
2024-07-04mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin3-17/+38
2024-07-04mm: memcg: move memcg_account_kmem() to memcontrol-v1.cRoman Gushchin3-21/+24
2024-07-04mm: add swappiness= arg to memory.reclaimDan Schatzberg3-14/+68