summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm: rework compound_head() for power-of-2 sizeof(struct page)Kiryl Shutsemau2-8/+24
2026-04-05mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'Kiryl Shutsemau3-3/+3
2026-04-05mm: change the interface of prep_compound_tail()Kiryl Shutsemau4-11/+12
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman4-7/+7
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman11-11/+11
2026-04-05mm/vmalloc: export clear_vm_uninitialized_flag()Pasha Tatashin2-1/+3
2026-04-05kfence: add kfence.fault parameterMarco Elver3-12/+76
2026-04-05mm: do not map the shadow stack as THPCatalin Marinas1-1/+5
2026-04-05mm: introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappingsCatalin Marinas1-0/+25
2026-04-05mm: do not allocate shrinker info with cgroup.memory=nokmemMichal Koutný1-0/+3
2026-04-05mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation failsLance Yang1-1/+20
2026-04-05mm: vmscan: add cgroup IDs to vmscan tracepointsThomas Ballasi2-10/+13
2026-04-05mm: memcontrol: switch to native NR_VMALLOC vmstat counterJohannes Weiner2-14/+6
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner2-9/+11
2026-04-05mm: centralize+fix comments about compound_mapcount() in new sync_with_folio_...David Hildenbrand (Arm)3-16/+22
2026-04-05mm: khugepaged: skip lazy-free foliosVernon Yang1-0/+21
2026-04-05mm: add folio_test_lazyfree helperVernon Yang2-4/+3
2026-04-05mm-khugepaged-refine-scan-progress-number-fixVernon Yang1-43/+35
2026-04-05mm: khugepaged: refine scan progress numberVernon Yang1-10/+32
2026-04-05mm: khugepaged: add trace_mm_khugepaged_scan eventVernon Yang1-0/+2
2026-04-05mm/kmemleak: use PF_KTHREAD flag to detect kernel threadsZhongqiu Han1-3/+3
2026-04-05mm/kmemleak: remove unreachable return statement in scan_should_stop()Zhongqiu Han1-3/+1
2026-04-05mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaroundKairui Song1-13/+6
2026-04-05mm/page_idle.c: remove redundant mmu notifier in aging codeqinyu1-1/+1
2026-04-05mm/mmu_notifiers: use hlist_for_each_entry_srcu() for SRCU list traversalLi RongQing1-9/+9
2026-04-05mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELYVernon Yang1-2/+2
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)1-4/+17
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-0/+5
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)5-10/+10
2026-04-05mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()Mike Rapoport (Microsoft)2-13/+10
2026-04-05mm/shmem: remove unnecessary restrain unmask of swap gfp flagsKairui Song1-7/+1
2026-04-05mm: name the anonymous MMOP enum as enum mmopGregory Price1-5/+5
2026-04-05mm: zswap: add per-memcg stat for incompressible pagesJiayuan Chen1-0/+6
2026-04-05memcg: consolidate private id refcount get/put helpersKairui Song3-28/+10
2026-04-05mm/damon: remove unused target param of get_scheme_score()Asier Gutierrez3-9/+7
2026-04-05mm: memfd_luo: preserve file sealsPratyush Yadav (Google)1-2/+33
2026-04-05memfd: export memfd_{add,get}_seals()Pratyush Yadav (Google)1-2/+2
2026-04-05mm, swap: no need to clear the shadow explicitlyKairui Song3-24/+0
2026-04-05mm, swap: simplify checking if a folio is swappedKairui Song2-39/+48
2026-04-05mm, swap: no need to truncate the scan borderKairui Song2-2/+2
2026-04-05mm, swap: use the swap table to track the swap countKairui Song5-533/+331
2026-04-05mm, swap: simplify swap table sanity range checkKairui Song1-26/+9
2026-04-05mm, swap: mark bad slots in swap table directlyKairui Song1-15/+41
2026-04-05mm, swap: implement helpers for reserving data in the swap tableKairui Song2-13/+124
2026-04-05mm/workingset: leave highest bits empty for anon shadowKairui Song2-19/+34
2026-04-05mm, swap: consolidate bad slots setup and make it more robustKairui Song1-30/+38
2026-04-05mm, swap: remove redundant arguments and locking for enabling a deviceKairui Song1-30/+18
2026-04-05mm, swap: clean up swapon process and lockingKairui Song1-39/+48
2026-04-05mm, swap: protect si->swap_file properly and use as a mount indicatorKairui Song1-12/+13
2026-04-05mm: fix typo in the comment of mod_zone_state()Miquel Sabaté Solà1-1/+1