index
:
pub/scm/linux/kernel/git/will/linux.git
master
Will Deacon's Kernel Tree
Will Deacon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-27
Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-79
/
+151
2026-08-24
memcg: move LRU size accounting on reparenting instead of copying it
Shakeel Butt
1
-0
/
+5
2026-08-24
mm/vmscan: fix comment logic in balance_pgdat
Enlin Mu
1
-1
/
+1
2026-08-24
mm/mglru: fix and remove redundant unevictable folio handling
Kairui Song
1
-14
/
+5
2026-08-24
mm/mglru: fix young counter undercount for large folios
Hui Zhu
1
-1
/
+1
2026-08-24
mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
Christoph Hellwig
1
-0
/
+1
2026-08-24
mm/swap: remove SWP_FS_OPS
Christoph Hellwig
1
-8
/
+7
2026-08-24
mm/swap: introduce struct swap_io_ctx
Christoph Hellwig
1
-8
/
+7
2026-08-24
mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
Usama Arif
1
-13
/
+66
2026-08-24
mm/vmscan: add pgrotate_anon and pgrotate_file vmstat counters
Usama Arif
1
-1
/
+13
2026-08-24
mm: vmscan: fix node reclaim ignoring swappiness parameter
Ridong Chen
1
-12
/
+7
2026-08-24
mm: mglru: promote mapped executable folios after first usage
Baolin Wang
1
-16
/
+27
2026-08-24
mm: vmscan: add a helper to identify file-backed executable folios
Baolin Wang
1
-2
/
+8
2026-08-24
mm: vmscan: convert folio_referenced() to use vma_flags_t
Baolin Wang
1
-7
/
+7
2026-08-24
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up
Andrew Morton
1
-1
/
+1
2026-08-20
Merge tag 'mm-hotfixes-stable-2026-08-19-21-33' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-33
/
+56
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2026-08-13
mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()
Breno Leitao
1
-1
/
+1
2026-08-06
mm/mglru: fix anon-only reclaim evicting file pages when swappiness=max
Ridong Chen
1
-1
/
+19
2026-08-06
mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()
Ridong Chen
1
-5
/
+4
2026-08-06
mm: vmscan: propagate real error code from per-node proactive reclaim
Ridong Chen
1
-1
/
+1
2026-08-06
mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max
Ridong Chen
1
-7
/
+17
2026-08-06
mm: let node_reclaim() return the number of pages reclaimed
Petr Tesarik
1
-8
/
+8
2026-08-04
mm/swap: colocate page-cluster sysctl with swap readahead
Jianyue Wu
1
-1
/
+0
2026-08-04
memcg: bail out proactive reclaim when memcg is dying
Jiayuan Chen
1
-0
/
+4
2026-08-04
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
1
-1
/
+11
2026-08-04
block: split out a new blk_plug.h header
Christoph Hellwig
1
-1
/
+1
2026-07-30
mm: split out internal page_alloc.h
Brendan Jackman
1
-0
/
+1
2026-07-30
mm: vmscan: remove the redundant FOLIOREF_RECLAIM_CLEAN logic
Baolin Wang
1
-8
/
+0
2026-07-28
mm: constify oom_control, scan_control, and alloc_context nodemask
Gregory Price
1
-3
/
+3
2026-07-28
mm: vmscan: abort proactive reclaim early when freezing for suspend
Richard Chang
1
-1
/
+11
2026-07-20
mm: mglru: fix stale batch updates after memcg reparenting
Qi Zheng
1
-7
/
+4
2026-06-23
Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-37
/
+32
2026-06-21
mm/vmscan: pass NULL to trace vmscan node reclaim
Ben Dooks
1
-3
/
+3
2026-06-21
mm: merge writeout into pageout
Christoph Hellwig
1
-34
/
+29
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-202
/
+168
2026-06-08
mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAX
JP Kobryn
1
-1
/
+1
2026-06-04
mm/vmscan: unify writeback reclaim statistic and throttling
Kairui Song
1
-49
/
+43
2026-06-04
mm/vmscan: remove sc->unqueued_dirty
Kairui Song
1
-2
/
+0
2026-06-04
mm/vmscan: remove sc->file_taken
Kairui Song
1
-3
/
+0
2026-06-04
mm/mglru: remove no longer used reclaim argument for folio protection
Kairui Song
1
-7
/
+4
2026-06-04
mm/mglru: simplify and improve dirty writeback handling
Kairui Song
1
-25
/
+16
2026-06-04
mm/mglru: use the common routine for dirty/writeback reactivation
Kairui Song
1
-19
/
+0
2026-06-04
mm/mglru: remove redundant swap constrained check upon isolation
Kairui Song
1
-6
/
+0
2026-06-04
mm/mglru: don't abort scan immediately right after aging
Kairui Song
1
-3
/
+9
2026-06-04
mm/mglru: use a smaller batch for reclaim
Kairui Song
1
-1
/
+1
2026-06-04
mm/mglru: avoid reclaim type fall back when isolation makes no progress
Barry Song (Xiaomi)
1
-2
/
+7
2026-06-04
mm/mglru: scan and count the exact number of folios
Kairui Song
1
-29
/
+29
2026-06-04
mm/mglru: restructure the reclaim loop
Kairui Song
1
-36
/
+36
[next]