summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-05zram: use statically allocated compression algorithm namesgao xu-26/+13
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman-15/+15
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman-39/+40
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman-13/+0
2026-04-05mm: remove stray references to struct pagevecTal Zussman-6/+1
2026-04-05kho: fix KASAN support for restored vmalloc regionsPasha Tatashin-1/+11
2026-04-05mm/vmalloc: export clear_vm_uninitialized_flag()Pasha Tatashin-1/+3
2026-04-05kfence: add kfence.fault parameterMarco Elver-12/+89
2026-04-05mm: do not map the shadow stack as THPCatalin Marinas-1/+5
2026-04-05x86: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas-10/+2
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas-11/+1
2026-04-05arm64: gcs: use the new common vm_mmap_shadow_stack() helperCatalin Marinas-13/+1
2026-04-05mm: introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappingsCatalin Marinas-0/+27
2026-04-05mm: do not allocate shrinker info with cgroup.memory=nokmemMichal Koutný-0/+3
2026-04-05MAINTAINERS: add Youngjun Park as reviewer for SWAPYoungjun Park-0/+1
2026-04-05mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation failsLance Yang-1/+24
2026-04-05mm: vmscan: add PIDs to vmscan tracepointsThomas Ballasi-8/+16
2026-04-05mm: vmscan: add cgroup IDs to vmscan tracepointsThomas Ballasi-45/+61
2026-04-05tracing: add __event_in_*irq() helpersSteven Rostedt-0/+27
2026-04-05mm: memcontrol: switch to native NR_VMALLOC vmstat counterJohannes Weiner-15/+6
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner-13/+14
2026-04-05kho: remove finalize state and clientsJason Miu-131/+13
2026-04-05kho: adopt radix tree for preserved memory trackingJason Miu-307/+547
2026-04-05kho: move alloc tag init to kho_init_{folio,pages}()Pratyush Yadav (Google)-9/+6
2026-04-05mm: centralize+fix comments about compound_mapcount() in new sync_with_folio_...David Hildenbrand (Arm)-16/+22
2026-04-05mm: khugepaged: skip lazy-free foliosVernon Yang-0/+22
2026-04-05mm: add folio_test_lazyfree helperVernon Yang-4/+8
2026-04-05mm-khugepaged-refine-scan-progress-number-fixVernon Yang-43/+35
2026-04-05mm: khugepaged: refine scan progress numberVernon Yang-10/+32
2026-04-05mm: khugepaged: add trace_mm_khugepaged_scan eventVernon Yang-0/+27
2026-04-05mm/kmemleak: use PF_KTHREAD flag to detect kernel threadsZhongqiu Han-3/+3
2026-04-05mm/kmemleak: remove unreachable return statement in scan_should_stop()Zhongqiu Han-3/+1
2026-04-05mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaroundKairui Song-13/+6
2026-04-05mm/page_idle.c: remove redundant mmu notifier in aging codeqinyu-1/+1
2026-04-05mm/mmu_notifiers: use hlist_for_each_entry_srcu() for SRCU list traversalLi RongQing-9/+9
2026-04-05mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELYVernon Yang-2/+2
2026-04-05selftests/mm: remove duplicate include of unistd.hChen Ni-1/+0
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)-39/+39
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)-285/+23
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)-21/+33
2026-04-05mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()Mike Rapoport (Microsoft)-26/+11
2026-04-05mm/shmem: remove unnecessary restrain unmask of swap gfp flagsKairui Song-7/+1
2026-04-05mm: name the anonymous MMOP enum as enum mmopGregory Price-15/+16
2026-04-05selftests/cgroup: add test for zswap incompressible pagesJiayuan Chen-0/+136
2026-04-05mm: zswap: add per-memcg stat for incompressible pagesJiayuan Chen-0/+12
2026-04-05memcg: consolidate private id refcount get/put helpersKairui Song-28/+10
2026-04-05mm/damon: remove unused target param of get_scheme_score()Asier Gutierrez-11/+8
2026-04-05mm: memfd_luo: preserve file sealsPratyush Yadav (Google)-3/+50
2026-04-05memfd: export memfd_{add,get}_seals()Pratyush Yadav (Google)-2/+14
2026-04-05mm, swap: no need to clear the shadow explicitlyKairui Song-24/+0