summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-25mm: revert "mm: vmscan.c: fix OOM on swap stress test"Hugh Dickins1-1/+1
2025-07-19mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu1-0/+8
2025-06-02Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+9
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-36/+71
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+16
2025-05-22memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt1-7/+7
2025-05-12mm: use SWAPPINESS_ANON_ONLY in MGLRUZhongkun He1-4/+13
2025-05-12mm: add max swappiness arg to lru_gen for anonymous memory onlyZhongkun He1-4/+15
2025-05-12mm: vmscan: add more comments about cache_trim_modeZhongkun He1-1/+2
2025-05-12mm: add swappiness=max arg to memory.reclaim for only anon reclaimZhongkun He1-0/+7
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price1-16/+25
2025-05-11mm/vmscan: modify the assignment logic of the scan and total_scan variablesHao Ge1-4/+2
2025-04-17mm: vmscan: fix kswapd exit condition in defrag_modeJohannes Weiner1-1/+7
2025-04-17mm: vmscan: restore high-cpu watermark safety in kswapdJohannes Weiner1-2/+19
2025-04-15mm: skip folio reclaim in legacy memcg contexts for deadlockable mappingsJoanne Koong1-3/+9
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)1-1/+0
2025-04-07mm: Remove swap_writepage() and shmem_writepage()Matthew Wilcox (Oracle)1-12/+16
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-112/+140
2025-03-21mm/vmscan: don't try to reclaim hwpoison folioJinjiang Tu1-0/+7
2025-03-21mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia1-15/+20
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner1-1/+14
2025-03-17mm: compaction: push watermark into compaction_suitable() callersJohannes Weiner1-12/+14
2025-03-17mm: lock PGDAT_RECLAIM_LOCKED with acquire memory orderingMathieu Desnoyers1-1/+1
2025-03-17mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-03-16mm, swap: simplify folio swap allocationKairui Song1-2/+14
2025-03-16vmscan, cleanup: add for_each_managed_zone_pgdat macroBertrand Wlodarczyk1-51/+32
2025-03-16mm/vmscan: extract calculated pressure balance as a functionHao Zhang1-30/+38
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-1/+1
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu1-0/+23
2025-02-01mm/vmscan: accumulate nr_demoted for accurate demotion statisticsLi Zhijian1-3/+4
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye1-1/+5
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-250/+257
2025-01-25mm/mglru: fix PTE-mapped large foliosYu Zhao1-37/+71
2025-01-25mm/mglru: rework workingset protectionYu Zhao1-58/+85
2025-01-25mm/mglru: rework type selectionYu Zhao1-56/+26
2025-01-25mm/mglru: rework aging feedbackYu Zhao1-115/+91
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+3
2025-01-12mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom1-0/+3
2025-01-08mm: Create/affine kswapd to its preferred nodeFrederic Weisbecker1-5/+3
2024-12-30mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa1-1/+8
2024-11-07mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang1-3/+22
2024-11-06memcg-v1: no need for memcg locking for MGLRUShakeel Butt1-15/+1
2024-11-06mm/mglru: reset page lru tier bits when activatingWei Xu1-4/+4
2024-11-06vmscan: add a vmscan event for reclaim_pagesJaewon Kim1-2/+3
2024-11-06mm: swap: make some count_mthp_stat() call-sites be THP-agnostic.Kanchana P Sridhar1-1/+1
2024-11-05mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock()Qi Zheng1-1/+8
2024-11-05mm: fix shrink nr.unqueued_dirty counter issueZhiguo Jiang1-1/+2
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins1-2/+2
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao1-39/+49
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao1-9/+5