summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2026-07-25mm: mglru: promote mapped executable folios after first usageBaolin Wang
2026-07-25mm: vmscan: add a helper to identify file-backed executable foliosBaolin Wang
2026-07-25mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang
2026-07-25mm/mglru: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen
2026-07-25mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()Ridong Chen
2026-07-25mm: vmscan: propagate real error code from per-node proactive reclaimRidong Chen
2026-07-25mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen
2026-07-25mm: let node_reclaim() return the number of pages reclaimedPetr Tesarik
2026-07-25mm/swap: remove SWP_FS_OPSChristoph Hellwig
2026-07-25mm/swap: introduce struct swap_io_ctxChristoph Hellwig
2026-07-25mm/swap: colocate page-cluster sysctl with swap readaheadJianyue Wu
2026-07-25mm: split out internal page_alloc.hBrendan Jackman
2026-07-25memcg: bail out proactive reclaim when memcg is dyingJiayuan Chen
2026-07-25mm: vmscan: remove the redundant FOLIOREF_RECLAIM_CLEAN logicBaolin Wang
2026-07-25mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price
2026-07-25mm: 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
2026-06-04mm/mglru: relocate the LRU scan batch limit to callersKairui Song
2026-06-04mm/mglru: rename variables related to aging and rotationKairui Song
2026-06-04mm/mglru: consolidate common code for retrieving evictable sizeKairui Song
2026-06-04mm/mglru: use folio_mark_accessed to replace folio_set_activeBarry Song (Xiaomi)
2026-06-04buffer: Remove submit_bh()Matthew Wilcox (Oracle)
2026-06-02mm/memcg, swap: store cgroup id in cluster table directlyKairui Song
2026-06-02mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song
2026-05-28mm/vmpressure: skip socket pressure for costly order reclaimJP Kobryn (Meta)
2026-05-28mm/vmscan: fix typos in commentsXiang Gao
2026-05-28mm/vmscan: add balance_pgdat begin/end tracepointsBunyod Suvonov
2026-04-18mm/vmscan: avoid false-positive -Wuninitialized warningArnd Bergmann
2026-04-18mm: remove '!root_reclaim' checking in should_abort_scan()Zhaoyang Huang
2026-04-18mm/vmscan: prevent MGLRU reclaim from pinning address spaceSuren Baghdasaryan
2026-04-18mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRUBaolin Wang
2026-04-18mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpersMuchun Song
2026-04-18mm: workingset: use lruvec_lru_size() to get the number of lru pagesQi Zheng