summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian2024-07-261-7/+11
* alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan2024-07-261-0/+17
* mm/huge_memory: avoid PMD-size page cache if neededGavin Shan2024-07-261-2/+10
* mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi2024-07-261-1/+1
* mm: fix old/young bit handling in the faulting pathRam Tummala2024-07-261-1/+1
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-246-23/+23
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-248-15/+70
|\
| * mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-198-15/+71
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-2189-5949/+7093
|\ \
| * | mm/mglru: fix ineffective protection calculationYu Zhao2024-07-171-44/+38
| * | mm/zswap: fix a white space issueDan Carpenter2024-07-171-1/+1
| * | mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin2024-07-171-0/+3
| * | mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin2024-07-171-1/+1
| * | mm/gup: clear the LRU flag of a page before adding to LRU batchyangge2024-07-171-12/+31
| * | mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin2024-07-171-4/+14
| * | mm: memcg1: convert charge move flags to unsigned long longRoman Gushchin2024-07-171-2/+2
| * | mm/mglru: fix overshooting shrinker memoryYu Zhao2024-07-171-2/+8
| * | mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao2024-07-171-1/+0
| * | mm/kmemleak: replace strncpy() with strscpy()Kees Cook2024-07-171-3/+3
| * | mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2024-07-172-7/+3
| * | mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka2024-07-172-14/+8
| * | mm: ignore data-race in __swap_writepagePei Li2024-07-171-1/+6
| * | mm: shmem: rename mTHP shmem countersRyan Roberts2024-07-122-10/+10
| * | mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async()Kefeng Wang2024-07-121-2/+1
| * | mm/migrate: putback split folios when numa hint migration failsPeter Xu2024-07-121-9/+2
| * | mm/truncate: batch-clear shadow entriesYu Zhao2024-07-121-37/+31
| * | mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin2024-07-121-16/+3
| * | mm: simplify folio_migrate_mapping()Hugh Dickins2024-07-121-2/+1
| * | mm/page_alloc: put __free_pages_core() in __meminit sectionWei Yang2024-07-122-2/+3
| * | mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li2024-07-122-12/+10
| * | mm: fix khugepaged activation policyRyan Roberts2024-07-122-7/+33
| * | memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang2024-07-121-33/+21
| * | mm/page_counter: move calculating protection values to page_counterMaarten Lankhorst2024-07-122-151/+176
| * | mm: unexport vmf_insert_mixed_mkwriteChristoph Hellwig2024-07-121-1/+0
| * | mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy2024-07-123-252/+9
| * | mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-129-33/+33
| * | zsmalloc: rename class stat mutatorsSergey Senozhatsky2024-07-121-19/+19
| * | mm: add per-order mTHP split countersLance Yang2024-07-121-2/+10
| * | mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou2024-07-121-9/+6
| * | mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou2024-07-121-0/+1
| * | mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy2024-07-122-0/+184
| * | mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy2024-07-121-47/+77
| * | mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy2024-07-121-0/+47
| * | mm/zswap: use only one pool in zswapChengming Zhou2024-07-121-41/+20
| * | mm/zsmalloc: change back to per-size_class lockChengming Zhou2024-07-121-35/+50
| * | mm/hugetlb.c: undo errant changeAndrew Morton2024-07-121-0/+1
| * | mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song2024-07-101-1/+1
| * | mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang2024-07-101-11/+2
| * | mm: remove CONFIG_MEMCG_KMEMJohannes Weiner2024-07-1010-86/+36
| * | mm/shmem: fix input and output inconsistenciesBang Li2024-07-101-1/+1