summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
3 daysmm: replace PF_KSWAPD flag with kthread_func() checkKefeng Wang
3 daysmm/mglru: batch move folios to the second-oldest gen's LRUBarry Song (Xiaomi)
3 daysmm/mglru: move folios from oldest gen to second-oldest gen from head to tailBarry Song (Xiaomi)
3 daysmm/mglru: make LRU folio prefetch helper an inline functionBarry Song (Xiaomi)
3 daysmm/mglru: exclude folios promoted by aging from protected in inc_min_seq()Barry Song (Xiaomi)
3 daysmm/mglru: enhance cold/hot inversion handling in inc_min_seq()Barry Song (Xiaomi)
3 daysmm/mglru: batch update lrugen->nr_pages in inc_min_seq()Barry Song (Xiaomi)
3 daysmm/mglru: separate folio generation update from LRU accountingBarry Song (Xiaomi)
3 daysmm/vmscan: avoid pointless large folio splits without swapBarry Song (Xiaomi)
3 daysmm: revert slight behavior change for swappiness 1-200Barry Song (Xiaomi)
3 daysmm/mglru: make retry logic explicit in isolate_folios()Barry Song (Xiaomi)
3 daysmm/mglru: make type fallback logic explicit in isolate_folios()Ridong Chen
3 daysmemcg: remove lru_gen_soft_reclaim()Shakeel Butt
3 daysmemcg: remove mem_cgroup_shrink_node()Shakeel Butt
3 daysmemcg: remove v1 soft limit reclaimShakeel Butt
3 daysmm/mglru: preserve inactive placement when enabling MGLRURidong Chen
3 daysmm/vmscan: drop the combined limit gate in __node_reclaim()Ridong Chen
12 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-24memcg: move LRU size accounting on reparenting instead of copying itShakeel Butt
2026-08-24mm/vmscan: fix comment logic in balance_pgdatEnlin Mu
2026-08-24mm/mglru: fix and remove redundant unevictable folio handlingKairui Song
2026-08-24mm/mglru: fix young counter undercount for large foliosHui Zhu
2026-08-24mm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig
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: vmscan: fix node reclaim ignoring swappiness parameterRidong 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-24Merge branch 'mm-hotfixes-stable' into mm-stable to pick upAndrew Morton
2026-08-20Merge tag 'mm-hotfixes-stable-2026-08-19-21-33' of git://git.kernel.org/pub/s...Linus Torvalds
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-13mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()Breno Leitao
2026-08-06mm/mglru: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen
2026-08-06mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()Ridong Chen
2026-08-06mm: vmscan: propagate real error code from per-node proactive reclaimRidong Chen
2026-08-06mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen
2026-08-06mm: let node_reclaim() return the number of pages reclaimedPetr Tesarik
2026-08-04mm/swap: colocate page-cluster sysctl with swap readaheadJianyue Wu
2026-08-04memcg: bail out proactive reclaim when memcg is dyingJiayuan Chen
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig
2026-07-30mm: split out internal page_alloc.hBrendan Jackman
2026-07-30mm: vmscan: remove the redundant FOLIOREF_RECLAIM_CLEAN logicBaolin Wang
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price
2026-07-28mm: vmscan: abort proactive reclaim early when freezing for suspendRichard Chang
2026-07-20mm: mglru: fix stale batch updates after memcg reparentingQi Zheng