aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+5
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+4
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-8/+11
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka5-72/+218
2024-07-15mm/memcg: alignment memcg_data define conditionAlex Shi (Tencent)1-1/+3
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-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini24-184/+221
2024-07-12mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini3-8/+8
2024-07-11mm, slab: move prepare_slab_obj_exts_hook under CONFIG_MEM_ALLOC_PROFILINGSuren Baghdasaryan1-27/+21
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-09mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin1-0/+3
2024-07-09mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin1-7/+7
2024-07-09filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng1-1/+2
2024-07-08filemap: Convert generic_perform_write() to support large foliosMatthew Wilcox (Oracle)1-15/+25
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