summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-08-24mm/swap: also use struct swap_iocb for block I/OChristoph Hellwig3-282/+254
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig7-91/+105
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig2-1/+10
2026-08-24mm: shmem: reject page-aligned fallocate end overflowZhiling Zou1-1/+9
2026-08-24alloc_tag: add accuracy based filtering to ioctlAbhishek Bapat1-0/+8
2026-08-24alloc_tag: add size-based filtering to ioctlAbhishek Bapat1-13/+51
2026-08-24alloc_tag: add ioctl filters to /proc/allocinfoAbhishek Bapat1-4/+64
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan1-2/+237
2026-08-24mm/hugetlb_cma: support percentage-based hugetlb_cma reservationSourav Panda1-8/+134
2026-08-24drivers/base, mm: move arch_numa.c to mm/Mike Rapoport (Microsoft)3-0/+383
2026-08-24mm/zswap: support batch writeback in shrink_memcg()Hao Jia1-2/+11
2026-08-24mm/zswap: fix global shrinker when memory cgroup is disabledHao Jia1-6/+7
2026-08-24mm: debug_page_alloc: fix NULL buf in debug_guardpage_minorder_setupYe Liu1-2/+2
2026-08-24mm/show_mem: fix format string inconsistencies and type mismatchesYe Liu1-6/+6
2026-08-24mm/sparse: keep mem_section_usage_size() internalMuchun Song2-10/+6
2026-08-24alloc_tag: expose boot-time compression configurationAbhishek Bapat1-0/+6
2026-08-24mm: debug_page_alloc: fix type mismatch for debug_guardpage_minorderYe Liu1-3/+3
2026-08-24mm/page_ext: remove pgdat_page_ext_init()Sang-Heon Jeon2-10/+0
2026-08-24mm/Kconfig: make FLATMEM depend on !NUMASang-Heon Jeon1-0/+2
2026-08-24mm: add some missing includes to mm-local headersLorenzo Stoakes (ARM)7-0/+12
2026-08-24mm/vmalloc: do not warn on -ENOMEM from va_alloc()Uladzislau Rezki (Sony)1-7/+6
2026-08-24ksm: update comments and docs to reference folio->mappingHongfu Li1-4/+3
2026-08-24mm/ksm: avoid missing ksmd wakeups in ksm_enterLonglong Xia1-2/+1
2026-08-24mm/page_alloc: only update lowmem_reserve_ratio on sysctl writeJianlin Shi1-8/+20
2026-08-24mm/swap: reject swapon() on filesystem-level encrypted filesEric Biggers1-0/+7
2026-08-24mm/vmalloc: make vm_struct.nr_pages an unsigned longArtem Lytkin1-30/+28
2026-08-24mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()David Hildenbrand (Arm)3-14/+49
2026-08-24mm/gup: fix always draining LRU caches in collect_longterm_unpinnable_folios()David Hildenbrand (Arm)1-2/+8
2026-08-24mm/huge_memory: use folio's memcg inside __folio_split()Zi Yan1-4/+16
2026-08-24mm/migrate_device: clear stale mapping after freeing swapcacheArvind Yadav1-0/+13
2026-08-24mm: zswap: drop list_lru param from zswap_lru_add() and _del()Wilson Felipe Pereira1-6/+6
2026-08-24mm/sparse: correct init section annotationsSang-Heon Jeon1-4/+4
2026-08-24mm/page_reporting: add page_reporting_delay_ms module parameterPratyush Mallick1-10/+18
2026-08-24hugetlb: only adjust reservation during unmapping if mapcount is 0Guillaume Morin1-2/+6
2026-08-24mm: use proper PTE accessor in move_ptes()Alexander Gordeev1-1/+1
2026-08-24memcg: bypass the reclaim and oom killer for dying tasks once oom_reaper is doneShakeel Butt1-0/+13
2026-08-24mm: memcg: stop reclaim when a limit update is supersededGuopeng Zhang1-0/+6
2026-08-24mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif7-92/+70
2026-08-24mm/vmscan: add pgrotate_anon and pgrotate_file vmstat countersUsama Arif3-1/+17
2026-08-24mm/vmstat, mm/memcontrol: add _monotonic vmstat readersUsama Arif2-0/+47
2026-08-24mm: vmscan: fix node reclaim ignoring swappiness parameterRidong Chen1-12/+7
2026-08-24memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.hRidong Chen2-2/+16
2026-08-24mm: mglru: promote mapped executable folios after first usageBaolin Wang1-16/+27
2026-08-24mm: vmscan: add a helper to identify file-backed executable foliosBaolin Wang1-2/+8
2026-08-24mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang2-15/+18
2026-08-24mm/kmemleak: report RCU-tasks quiescent states during the scanBreno Leitao1-7/+7
2026-08-24mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)8-35/+54
2026-08-24mm/migrate: calculate large folio page index using PFNLorenzo Stoakes (ARM)1-10/+9
2026-08-24mm/huge_memory: update remove_migration_pmd() to accept a folioLorenzo Stoakes (ARM)2-10/+8
2026-08-24mm: clean up vma_address_end()Lorenzo Stoakes (ARM)1-5/+7