summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
14 daysMerge 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
2026-04-18mm: vmscan: prepare for reparenting MGLRU foliosQi Zheng
2026-04-18mm: vmscan: prepare for reparenting traditional LRU foliosQi Zheng
2026-04-18mm: do not open-code lruvec lockQi Zheng
2026-04-18mm: mglru: prevent memory cgroup release in mglruMuchun Song
2026-04-18mm: vmscan: refactor move_folios_to_lru()Muchun Song
2026-04-18mm: vmscan: prepare for the refactoring the move_folios_to_lru()Qi Zheng
2026-04-18mm: rename unlock_page_lruvec_irq and its variantsMuchun Song
2026-04-05mm: update outdated comments for removed scan_swap_map_slots()Kexin Sun
2026-04-05mm/mglru: fix cgroup OOM during MGLRU state switchingLeno Hou
2026-04-05mm/vmscan: fix unintended mtc->nmask mutation in alloc_demote_folio()Bing Jiao
2026-04-05mm: support batched checking of the young flag for MGLRUBaolin Wang
2026-04-05mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...Baolin Wang
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-05mm: vmscan: add cgroup IDs to vmscan tracepointsThomas Ballasi
2026-04-05mm: add folio_test_lazyfree helperVernon Yang
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook