summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-07-27mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11
2024-07-27alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan1-0/+17
2024-07-27mm/huge_memory: avoid PMD-size page cache if neededGavin Shan1-2/+10
2024-07-27mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi1-1/+1
2024-07-27mm: fix old/young bit handling in the faulting pathRam Tummala1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados6-23/+23
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-15/+70
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds89-5949/+7093
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+9
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld8-15/+71
2024-07-19Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-15/+25
2024-07-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds5-109/+265
2024-07-19Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-54/+166
2024-07-18mm/mglru: fix ineffective protection calculationYu Zhao1-44/+38
2024-07-18mm/zswap: fix a white space issueDan Carpenter1-1/+1
2024-07-18mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin1-0/+3
2024-07-18mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin1-1/+1
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