summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-29mm: vmscan: abort proactive reclaim early when freezing for suspendRichard Chang1-1/+11
2026-07-21mm: mglru: fix stale batch updates after memcg reparentingQi Zheng1-7/+4
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-37/+32
2026-06-21mm/vmscan: pass NULL to trace vmscan node reclaimBen Dooks1-3/+3
2026-06-21mm: merge writeout into pageoutChristoph Hellwig1-34/+29
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-202/+168
2026-06-09mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAXJP Kobryn1-1/+1
2026-06-05mm/vmscan: unify writeback reclaim statistic and throttlingKairui Song1-49/+43
2026-06-05mm/vmscan: remove sc->unqueued_dirtyKairui Song1-2/+0
2026-06-05mm/vmscan: remove sc->file_takenKairui Song1-3/+0
2026-06-05mm/mglru: remove no longer used reclaim argument for folio protectionKairui Song1-7/+4
2026-06-05mm/mglru: simplify and improve dirty writeback handlingKairui Song1-25/+16
2026-06-05mm/mglru: use the common routine for dirty/writeback reactivationKairui Song1-19/+0
2026-06-05mm/mglru: remove redundant swap constrained check upon isolationKairui Song1-6/+0
2026-06-05mm/mglru: don't abort scan immediately right after agingKairui Song1-3/+9
2026-06-05mm/mglru: use a smaller batch for reclaimKairui Song1-1/+1
2026-06-05mm/mglru: avoid reclaim type fall back when isolation makes no progressBarry Song (Xiaomi)1-2/+7
2026-06-05mm/mglru: scan and count the exact number of foliosKairui Song1-29/+29
2026-06-05mm/mglru: restructure the reclaim loopKairui Song1-36/+36
2026-06-05mm/mglru: relocate the LRU scan batch limit to callersKairui Song1-7/+9
2026-06-05mm/mglru: rename variables related to aging and rotationKairui Song1-7/+7
2026-06-05mm/mglru: consolidate common code for retrieving evictable sizeKairui Song1-22/+14
2026-06-05mm/mglru: use folio_mark_accessed to replace folio_set_activeBarry Song (Xiaomi)1-1/+5
2026-06-04buffer: Remove submit_bh()Matthew Wilcox (Oracle)1-1/+1
2026-06-03mm/memcg, swap: store cgroup id in cluster table directlyKairui Song1-1/+1
2026-06-03mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song1-1/+1
2026-05-29mm/vmpressure: skip socket pressure for costly order reclaimJP Kobryn (Meta)1-4/+4
2026-05-29mm/vmscan: fix typos in commentsXiang Gao1-3/+3
2026-05-29mm/vmscan: add balance_pgdat begin/end tracepointsBunyod Suvonov1-0/+5
2026-04-18mm/vmscan: avoid false-positive -Wuninitialized warningArnd Bergmann1-2/+2
2026-04-18mm: remove '!root_reclaim' checking in should_abort_scan()Zhaoyang Huang1-4/+0
2026-04-18mm/vmscan: prevent MGLRU reclaim from pinning address spaceSuren Baghdasaryan1-2/+3
2026-04-18mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRUBaolin Wang1-1/+16
2026-04-18mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpersMuchun Song1-1/+0
2026-04-18mm: workingset: use lruvec_lru_size() to get the number of lru pagesQi Zheng1-2/+1
2026-04-18mm: vmscan: prepare for reparenting MGLRU foliosQi Zheng1-0/+142
2026-04-18mm: vmscan: prepare for reparenting traditional LRU foliosQi Zheng1-19/+0
2026-04-18mm: do not open-code lruvec lockQi Zheng1-19/+19
2026-04-18mm: mglru: prevent memory cgroup release in mglruMuchun Song1-6/+16
2026-04-18mm: vmscan: refactor move_folios_to_lru()Muchun Song1-25/+21
2026-04-18mm: vmscan: prepare for the refactoring the move_folios_to_lru()Qi Zheng1-3/+3
2026-04-18mm: rename unlock_page_lruvec_irq and its variantsMuchun Song1-2/+2
2026-04-05mm: update outdated comments for removed scan_swap_map_slots()Kexin Sun1-1/+1
2026-04-05mm/mglru: fix cgroup OOM during MGLRU state switchingLeno Hou1-9/+24
2026-04-05mm/vmscan: fix unintended mtc->nmask mutation in alloc_demote_folio()Bing Jiao1-9/+5
2026-04-05mm: support batched checking of the young flag for MGLRUBaolin Wang1-11/+32
2026-04-05mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...Baolin Wang1-4/+4
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-04-05mm: vmscan: add cgroup IDs to vmscan tracepointsThomas Ballasi1-8/+9
2026-04-05mm: add folio_test_lazyfree helperVernon Yang1-3/+2