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.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-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
2023-02-20
mm: change to return bool for folio_isolate_lru()
Baolin Wang
1
-5
/
+5
2023-02-17
mm: memcontrol: rename memcg_kmem_enabled()
Roman Gushchin
1
-1
/
+1
2023-02-17
mm: multi-gen LRU: avoid futile retries
Yu Zhao
1
-10
/
+15
2023-02-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-1
/
+5
2023-02-10
mm: shrinkers: fix deadlock in shrinker debugfs
Qi Zheng
1
-1
/
+5
2023-02-03
mm: multi-gen LRU: simplify lru_gen_look_around()
T.J. Alumbaugh
1
-50
/
+23
2023-02-03
mm: multi-gen LRU: improve walk_pmd_range()
T.J. Alumbaugh
1
-20
/
+20
2023-02-03
mm: multi-gen LRU: improve lru_gen_exit_memcg()
T.J. Alumbaugh
1
-0
/
+5
2023-02-03
mm: multi-gen LRU: section for memcg LRU
T.J. Alumbaugh
1
-108
/
+142
2023-02-03
mm: multi-gen LRU: section for Bloom filters
T.J. Alumbaugh
1
-88
/
+92
2023-02-03
mm: multi-gen LRU: section for rmap/PT walk feedback
T.J. Alumbaugh
1
-0
/
+4
2023-02-03
mm: multi-gen LRU: section for working set protection
T.J. Alumbaugh
1
-0
/
+4
2023-02-01
Sync mm-stable with mm-hotfixes-stable to pick up dependent patches
Andrew Morton
1
-4
/
+5
2023-02-01
mm: multi-gen LRU: fix crash during cgroup migration
Yu Zhao
1
-1
/
+4
2023-02-01
Revert "mm: add nodes= arg to memory.reclaim"
Michal Hocko
1
-3
/
+1
2023-01-19
mm: add vma_has_recency()
Yu Zhao
1
-1
/
+4
2023-01-19
mm: multi-gen LRU: simplify arch_has_hw_pte_young() check
Yu Zhao
1
-1
/
+1
2023-01-19
mm: multi-gen LRU: clarify scan_control flags
Yu Zhao
1
-28
/
+28
2023-01-19
mm: multi-gen LRU: per-node lru_gen_folio lists
Yu Zhao
1
-33
/
+341
2023-01-19
mm: multi-gen LRU: shuffle should_run_aging()
Yu Zhao
1
-62
/
+62
2023-01-19
mm: multi-gen LRU: remove aging fairness safeguard
Yu Zhao
1
-67
/
+59
2023-01-19
mm: multi-gen LRU: remove eviction fairness safeguard
Yu Zhao
1
-58
/
+23
2023-01-19
mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
Yu Zhao
1
-10
/
+10
2023-01-19
mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
Yu Zhao
1
-17
/
+17
2023-01-19
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
1
-1
/
+1
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+1
2022-12-15
mm: Remove pointless barrier() after pmdp_get_lockless()
Peter Zijlstra
1
-3
/
+0
2022-12-15
mm: Rename pmd_read_atomic()
Peter Zijlstra
1
-2
/
+2
2022-12-12
mm: memcg: fix swapcached stat accounting
Hugh Dickins
1
-2
/
+1
2022-12-12
mm: add nodes= arg to memory.reclaim
Mina Almasry
1
-1
/
+3
2022-12-12
mm: disable top-tier fallback to reclaim on proactive reclaim
Mina Almasry
1
-3
/
+22
2022-12-12
mm: memcg: fix stale protection of reclaim target memcg
Yosry Ahmed
1
-5
/
+6
2022-12-01
mm: vmscan: use sysfs_emit() to instead of scnprintf()
Xu Panda
1
-1
/
+1
2022-12-01
mm: multi-gen LRU: remove NULL checks on NODE_DATA()
Yu Zhao
1
-11
/
+2
2022-12-01
mm: make drop_caches keep reclaiming on all nodes
Jan Kara
1
-15
/
+18
2022-12-01
mm: vmscan: split khugepaged stats from direct reclaim stats
Johannes Weiner
1
-8
/
+24
2022-12-01
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-23
/
+59
2022-12-01
mm: introduce arch_has_hw_nonleaf_pmd_young()
Juergen Gross
1
-5
/
+5
2022-11-23
mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1
Aneesh Kumar K.V
1
-1
/
+13
2022-11-23
mm: multi-gen LRU: retry folios written back while isolated
Yu Zhao
1
-11
/
+37
2022-11-23
mm: vmscan: fix extreme overreclaim and swap floods
Johannes Weiner
1
-6
/
+4
2022-11-09
mm: vmscan: make rotations a secondary factor in balancing anon vs file
Johannes Weiner
1
-1
/
+3
2022-10-08
mglru: mm/vmscan.c: fix imprecise comments
Yu Zhao
1
-5
/
+4
2022-10-08
mm/mglru: don't sync disk for each aging cycle
Yu Zhao
1
-2
/
+0
2022-10-04
memcg: convert mem_cgroup_swap_full() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-10-04
mm/swap: convert put_swap_page() to put_swap_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-04
mm/swapfile: convert try_to_free_swap() to folio_free_swap()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-04
mm/vmscan: fix a lot of comments
Matthew Wilcox (Oracle)
1
-133
/
+130
2022-09-27
mm/vmscan: use vma iterator instead of vm_next
Liam R. Howlett
1
-9
/
+3
2022-09-27
mm/demotion: demote pages according to allocation fallback order
Jagdish Gediya
1
-15
/
+43
[next]