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-05-18
mm: shrinkers: fix race condition on debugfs cleanup
Joan Bruguera Micó
1
-2
/
+3
2023-05-06
mm: do not reclaim private data from pinned page
Jan Kara
1
-0
/
+10
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-184
/
+199
2023-04-19
mm: Multi-gen LRU: remove wait_event_killable()
Kalesh Singh
1
-72
/
+40
2023-04-19
mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()
Yosry Ahmed
1
-12
/
+12
2023-04-19
mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
Yosry Ahmed
1
-7
/
+42
2023-04-19
mm/vmscan: simplify shrink_node()
Haifeng Xu
1
-6
/
+6
2023-04-19
vmscan: memcg: sleep when flushing stats during reclaim
Yosry Ahmed
1
-1
/
+1
2023-04-19
memcg: sleep during flushing stats in safe contexts
Yosry Ahmed
1
-1
/
+1
2023-04-06
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-1
/
+1
2023-03-29
mm: shrinkers: convert shrinker_rwsem to mutex
Qi Zheng
1
-17
/
+17
2023-03-29
mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
Qi Zheng
1
-6
/
+2
2023-03-29
mm: vmscan: hold write lock to reparent shrinker nr_deferred
Qi Zheng
1
-2
/
+2
2023-03-29
mm: vmscan: add shrinker_srcu_generation
Kirill Tkhai
1
-4
/
+20
2023-03-29
mm: vmscan: make memcg slab shrink lockless
Qi Zheng
1
-19
/
+26
2023-03-29
mm: vmscan: make global slab shrink lockless
Qi Zheng
1
-16
/
+12
2023-03-29
mm: vmscan: add a map_nr_max field to shrinker_info
Qi Zheng
1
-17
/
+18
2023-03-29
mm: multi-gen LRU: improve design doc
T.J. Alumbaugh
1
-1
/
+1
2023-03-29
mm: multi-gen LRU: clean up sysfs code
T.J. Alumbaugh
1
-13
/
+9
2023-03-12
fork/vm: Move common PF_IO_WORKER behavior to new flag
Mike Christie
1
-2
/
+2
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
[next]