summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
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
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-21mm/vmscan: pass NULL to trace vmscan node reclaimBen Dooks
2026-06-21mm: merge writeout into pageoutChristoph Hellwig
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-08mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAXJP Kobryn
2026-06-04mm/vmscan: unify writeback reclaim statistic and throttlingKairui Song
2026-06-04mm/vmscan: remove sc->unqueued_dirtyKairui Song
2026-06-04mm/vmscan: remove sc->file_takenKairui Song
2026-06-04mm/mglru: remove no longer used reclaim argument for folio protectionKairui Song
2026-06-04mm/mglru: simplify and improve dirty writeback handlingKairui Song
2026-06-04mm/mglru: use the common routine for dirty/writeback reactivationKairui Song
2026-06-04mm/mglru: remove redundant swap constrained check upon isolationKairui Song
2026-06-04mm/mglru: don't abort scan immediately right after agingKairui Song
2026-06-04mm/mglru: use a smaller batch for reclaimKairui Song
2026-06-04mm/mglru: avoid reclaim type fall back when isolation makes no progressBarry Song (Xiaomi)
2026-06-04mm/mglru: scan and count the exact number of foliosKairui Song
2026-06-04mm/mglru: restructure the reclaim loopKairui Song