summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-07-18mm/gup: clear the LRU flag of a page before adding to LRU batchyangge1-12/+31
2024-07-18mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin1-4/+14
2024-07-18mm: memcg1: convert charge move flags to unsigned long longRoman Gushchin1-2/+2
2024-07-18mm/mglru: fix overshooting shrinker memoryYu Zhao1-2/+8
2024-07-18mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao1-1/+0
2024-07-18mm/kmemleak: replace strncpy() with strscpy()Kees Cook1-3/+3
2024-07-18mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2-7/+3
2024-07-18mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka2-14/+8
2024-07-18mm: ignore data-race in __swap_writepagePei Li1-1/+6
2024-07-17Merge 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-13mm: shmem: rename mTHP shmem countersRyan Roberts2-10/+10
2024-07-13mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async()Kefeng Wang1-2/+1
2024-07-13mm/migrate: putback split folios when numa hint migration failsPeter Xu1-9/+2
2024-07-13mm/truncate: batch-clear shadow entriesYu Zhao1-37/+31
2024-07-13mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin1-16/+3
2024-07-13mm: simplify folio_migrate_mapping()Hugh Dickins1-2/+1
2024-07-13mm/page_alloc: put __free_pages_core() in __meminit sectionWei Yang2-2/+3
2024-07-13mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li2-12/+10
2024-07-13mm: fix khugepaged activation policyRyan Roberts2-7/+33
2024-07-13memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang1-33/+21
2024-07-13mm/page_counter: move calculating protection values to page_counterMaarten Lankhorst2-151/+176
2024-07-13mm: unexport vmf_insert_mixed_mkwriteChristoph Hellwig1-1/+0
2024-07-13mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy3-252/+9
2024-07-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy9-33/+33
2024-07-13zsmalloc: rename class stat mutatorsSergey Senozhatsky1-19/+19
2024-07-13mm: add per-order mTHP split countersLance Yang1-2/+10
2024-07-13mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou1-9/+6
2024-07-13mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou1-0/+1
2024-07-13mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy2-0/+184
2024-07-13mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy1-47/+77
2024-07-13mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy1-0/+47
2024-07-13mm/zswap: use only one pool in zswapChengming Zhou1-41/+20
2024-07-13mm/zsmalloc: change back to per-size_class lockChengming Zhou1-35/+50
2024-07-13mm/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-10mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin1-0/+3
2024-07-10mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin1-7/+7
2024-07-10filemap: 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