summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-07-17mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka
2024-07-17mm: ignore data-race in __swap_writepagePei Li
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka
2024-07-15mm/memcg: alignment memcg_data define conditionAlex Shi (Tencent)
2024-07-12mm: shmem: rename mTHP shmem countersRyan Roberts
2024-07-12mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async()Kefeng Wang
2024-07-12mm/migrate: putback split folios when numa hint migration failsPeter Xu
2024-07-12mm/truncate: batch-clear shadow entriesYu Zhao
2024-07-12mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin
2024-07-12mm: simplify folio_migrate_mapping()Hugh Dickins
2024-07-12mm/page_alloc: put __free_pages_core() in __meminit sectionWei Yang
2024-07-12mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li
2024-07-12mm: fix khugepaged activation policyRyan Roberts
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang
2024-07-12mm/page_counter: move calculating protection values to page_counterMaarten Lankhorst
2024-07-12mm: unexport vmf_insert_mixed_mkwriteChristoph Hellwig
2024-07-12mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-12zsmalloc: rename class stat mutatorsSergey Senozhatsky
2024-07-12mm: add per-order mTHP split countersLance Yang
2024-07-12mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou
2024-07-12mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy
2024-07-12mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy
2024-07-12mm/zswap: use only one pool in zswapChengming Zhou
2024-07-12mm/zsmalloc: change back to per-size_class lockChengming Zhou
2024-07-12mm/hugetlb.c: undo errant changeAndrew Morton
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-07-12mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini
2024-07-11mm, slab: move prepare_slab_obj_exts_hook under CONFIG_MEM_ALLOC_PROFILINGSuren Baghdasaryan
2024-07-10mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song
2024-07-10mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-10mm/shmem: fix input and output inconsistenciesBang Li
2024-07-09mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin
2024-07-09mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin
2024-07-09filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng
2024-07-08filemap: Convert generic_perform_write() to support large foliosMatthew Wilcox (Oracle)
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang
2024-07-06mm: migrate: support poisoned recover from migrate folioKefeng Wang
2024-07-06mm: migrate: split folio_migrate_mapping()Kefeng Wang
2024-07-06mm: add folio_mc_copy()Kefeng Wang
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton