index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
mm/vmscan: avoid false-positive -Wuninitialized warning
Arnd Bergmann
1
-2
/
+2
2026-04-18
mm: remove '!root_reclaim' checking in should_abort_scan()
Zhaoyang Huang
1
-4
/
+0
2026-04-18
mm/vmscan: prevent MGLRU reclaim from pinning address space
Suren Baghdasaryan
1
-2
/
+3
2026-04-18
mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRU
Baolin Wang
1
-1
/
+16
2026-04-18
mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers
Muchun Song
1
-1
/
+0
2026-04-18
mm: workingset: use lruvec_lru_size() to get the number of lru pages
Qi Zheng
1
-2
/
+1
2026-04-18
mm: vmscan: prepare for reparenting MGLRU folios
Qi Zheng
1
-0
/
+142
2026-04-18
mm: vmscan: prepare for reparenting traditional LRU folios
Qi Zheng
1
-19
/
+0
2026-04-18
mm: do not open-code lruvec lock
Qi Zheng
1
-19
/
+19
2026-04-18
mm: mglru: prevent memory cgroup release in mglru
Muchun Song
1
-6
/
+16
2026-04-18
mm: vmscan: refactor move_folios_to_lru()
Muchun Song
1
-25
/
+21
2026-04-18
mm: vmscan: prepare for the refactoring the move_folios_to_lru()
Qi Zheng
1
-3
/
+3
2026-04-18
mm: rename unlock_page_lruvec_irq and its variants
Muchun Song
1
-2
/
+2
2026-04-05
mm: update outdated comments for removed scan_swap_map_slots()
Kexin Sun
1
-1
/
+1
2026-04-05
mm/mglru: fix cgroup OOM during MGLRU state switching
Leno Hou
1
-9
/
+24
2026-04-05
mm/vmscan: fix unintended mtc->nmask mutation in alloc_demote_folio()
Bing Jiao
1
-9
/
+5
2026-04-05
mm: support batched checking of the young flag for MGLRU
Baolin Wang
1
-11
/
+32
2026-04-05
mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...
Baolin Wang
1
-4
/
+4
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-04-05
mm: vmscan: add cgroup IDs to vmscan tracepoints
Thomas Ballasi
1
-8
/
+9
2026-04-05
mm: add folio_test_lazyfree helper
Vernon Yang
1
-3
/
+2
2026-04-05
mm: move pgscan, pgsteal, pgrefill to node stats
JP Kobryn (Meta)
1
-26
/
+13
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+2
2026-02-13
mm/vmscan: select the closest preferred node in demote_folio_list()
Bing Jiao
1
-3
/
+2
2026-02-13
mm/vmscan: fix demotion targets checks in reclaim/demotion
Bing Jiao
1
-12
/
+22
2026-02-07
mm/vmscan: use %pe to print error pointers
Sahil Chandna
1
-2
/
+2
2026-02-01
mm, swap: use swap cache as the swap in synchronize layer
Kairui Song
1
-2
/
+1
2026-02-01
mm/vmscan: add tracepoint and reason for kswapd_failures reset
Jiayuan Chen
1
-9
/
+20
2026-02-01
mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
Jiayuan Chen
1
-2
/
+20
2026-02-01
mm/vmscan: drop inclusion of balloon_compaction.h
David Hildenbrand (Red Hat)
1
-1
/
+0
2026-01-27
memcg: rename mem_cgroup_ino() to mem_cgroup_id()
Shakeel Butt
1
-3
/
+3
2026-01-27
mm/vmscan: use cgroup ID instead of private memcg ID in lru_gen interface
Shakeel Butt
1
-13
/
+6
2026-01-21
mm: fix minor spelling mistakes in comments
Kevin Lourenco
1
-1
/
+1
2026-01-21
mm/block/fs: remove laptop_mode
Johannes Weiner
1
-22
/
+8
2026-01-21
memcg: remove mem_cgroup_size()
Chen Ridong
1
-5
/
+4
2026-01-21
mm/vmscan.c:shrink_folio_list(): save a tabstop
Andrew Morton
1
-49
/
+49
2026-01-21
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
1
-6
/
+6
2026-01-20
mm: restore per-memcg proactive reclaim with !CONFIG_NUMA
Yosry Ahmed
1
-2
/
+11
2025-12-13
Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+5
2025-12-09
mm: vmscan: correct nr_requested tracing in scan_folios
Chen Ridong
1
-2
/
+3
2025-12-09
mm/huge_memory: replace can_split_folio() with direct refcount calculation
Zi Yan
1
-1
/
+2
2025-12-06
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-59
/
+24
2025-11-29
mm/vmscan: skip increasing kswapd_failures when reclaim was boosted
Jiayuan Chen
1
-1
/
+6
2025-11-25
fs: cosmetic fixes to lru handling
Mateusz Guzik
1
-1
/
+1
2025-11-25
memcg: remove __mod_lruvec_state
Shakeel Butt
1
-2
/
+2
2025-11-21
mm: vmscan: simplify the folio refcount check in pageout()
Baolin Wang
1
-12
/
+4
2025-11-21
mm: vmscan: remove folio_test_private() check in pageout()
Baolin Wang
1
-16
/
+1
2025-11-17
mm, swap: cleanup swap entry allocation parameter
Kairui Song
1
-2
/
+2
2025-11-17
mm: vmscan: simplify the logic for activating dirty file folios
Baolin Wang
1
-22
/
+3
2025-11-17
mm: vmscan: filter out the dirty file folios for node_reclaim()
Baolin Wang
1
-3
/
+5
[next]