summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-08-24mm/swap: also use struct swap_iocb for block I/OChristoph Hellwig
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig
2026-08-24mm: shmem: reject page-aligned fallocate end overflowZhiling Zou
2026-08-24alloc_tag: add accuracy based filtering to ioctlAbhishek Bapat
2026-08-24alloc_tag: add size-based filtering to ioctlAbhishek Bapat
2026-08-24alloc_tag: add ioctl filters to /proc/allocinfoAbhishek Bapat
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
2026-08-24mm/hugetlb_cma: support percentage-based hugetlb_cma reservationSourav Panda
2026-08-24drivers/base, mm: move arch_numa.c to mm/Mike Rapoport (Microsoft)
2026-08-24mm/zswap: support batch writeback in shrink_memcg()Hao Jia
2026-08-24mm/zswap: fix global shrinker when memory cgroup is disabledHao Jia
2026-08-24mm: debug_page_alloc: fix NULL buf in debug_guardpage_minorder_setupYe Liu
2026-08-24mm/show_mem: fix format string inconsistencies and type mismatchesYe Liu
2026-08-24mm/sparse: keep mem_section_usage_size() internalMuchun Song
2026-08-24alloc_tag: expose boot-time compression configurationAbhishek Bapat
2026-08-24mm: debug_page_alloc: fix type mismatch for debug_guardpage_minorderYe Liu
2026-08-24mm/page_ext: remove pgdat_page_ext_init()Sang-Heon Jeon
2026-08-24mm/Kconfig: make FLATMEM depend on !NUMASang-Heon Jeon
2026-08-24mm: add some missing includes to mm-local headersLorenzo Stoakes (ARM)
2026-08-24mm/vmalloc: do not warn on -ENOMEM from va_alloc()Uladzislau Rezki (Sony)
2026-08-24ksm: update comments and docs to reference folio->mappingHongfu Li
2026-08-24mm/ksm: avoid missing ksmd wakeups in ksm_enterLonglong Xia
2026-08-24mm/page_alloc: only update lowmem_reserve_ratio on sysctl writeJianlin Shi
2026-08-24mm/swap: reject swapon() on filesystem-level encrypted filesEric Biggers
2026-08-24mm/vmalloc: make vm_struct.nr_pages an unsigned longArtem Lytkin
2026-08-24mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()David Hildenbrand (Arm)
2026-08-24mm/gup: fix always draining LRU caches in collect_longterm_unpinnable_folios()David Hildenbrand (Arm)
2026-08-24mm/huge_memory: use folio's memcg inside __folio_split()Zi Yan
2026-08-24mm/migrate_device: clear stale mapping after freeing swapcacheArvind Yadav
2026-08-24mm: zswap: drop list_lru param from zswap_lru_add() and _del()Wilson Felipe Pereira
2026-08-24mm/sparse: correct init section annotationsSang-Heon Jeon
2026-08-24mm/page_reporting: add page_reporting_delay_ms module parameterPratyush Mallick
2026-08-24hugetlb: only adjust reservation during unmapping if mapcount is 0Guillaume Morin
2026-08-24mm: use proper PTE accessor in move_ptes()Alexander Gordeev
2026-08-24memcg: bypass the reclaim and oom killer for dying tasks once oom_reaper is doneShakeel Butt
2026-08-24mm: memcg: stop reclaim when a limit update is supersededGuopeng Zhang
2026-08-24mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif
2026-08-24mm/vmscan: add pgrotate_anon and pgrotate_file vmstat countersUsama Arif
2026-08-24mm/vmstat, mm/memcontrol: add _monotonic vmstat readersUsama Arif
2026-08-24mm: vmscan: fix node reclaim ignoring swappiness parameterRidong Chen
2026-08-24memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.hRidong Chen
2026-08-24mm: mglru: promote mapped executable folios after first usageBaolin Wang
2026-08-24mm: vmscan: add a helper to identify file-backed executable foliosBaolin Wang
2026-08-24mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang
2026-08-24mm/kmemleak: report RCU-tasks quiescent states during the scanBreno Leitao
2026-08-24mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)
2026-08-24mm/migrate: calculate large folio page index using PFNLorenzo Stoakes (ARM)
2026-08-24mm/huge_memory: update remove_migration_pmd() to accept a folioLorenzo Stoakes (ARM)
2026-08-24mm: clean up vma_address_end()Lorenzo Stoakes (ARM)