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-08-25
mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
David Hildenbrand
1
-1
/
+1
2023-08-22
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-5
/
+9
2023-08-21
Multi-gen LRU: skip CMA pages when they are not eligible
Charan Teja Kalla
1
-1
/
+1
2023-08-21
Multi-gen LRU: fix can_swap in lru_gen_look_around()
Kalesh Singh
1
-1
/
+2
2023-08-21
Multi-gen LRU: avoid race in inc_min_seq()
Kalesh Singh
1
-6
/
+7
2023-08-21
Multi-gen LRU: fix per-zone reclaim
Kalesh Singh
1
-4
/
+14
2023-08-21
mm: multi-gen LRU: don't spin during memcg release
T.J. Mercier
1
-5
/
+8
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
2023-08-18
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
1
-4
/
+4
2023-06-24
mm/vmscan: fix root proactive reclaim unthrottling unbalanced node
Yosry Ahmed
1
-7
/
+12
2023-06-24
mm: memcg: rename and document global_reclaim()
Yosry Ahmed
1
-8
/
+13
2023-06-24
mm: remove check_move_unevictable_pages()
Matthew Wilcox (Oracle)
1
-17
/
+0
2023-06-24
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-76
/
+62
2023-06-24
mm/mglru: make memcg_lru->lock irq safe
Yu Zhao
1
-6
/
+7
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-6
/
+8
2023-06-20
mm/mglru: allow pte_offset_map_nolock() to fail
Hugh Dickins
1
-9
/
+7
2023-06-20
mm: vmscan: mark kswapd_run() and kswapd_stop() __meminit
Miaohe Lin
1
-2
/
+2
2023-06-20
mm: skip CMA pages when they are not available
Zhaoyang Huang
1
-1
/
+21
2023-06-19
Revert "mm: vmscan: make global slab shrink lockless"
Qi Zheng
1
-12
/
+16
2023-06-19
Revert "mm: vmscan: make memcg slab shrink lockless"
Qi Zheng
1
-26
/
+19
2023-06-19
Revert "mm: vmscan: add shrinker_srcu_generation"
Qi Zheng
1
-20
/
+4
2023-06-19
Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"
Qi Zheng
1
-2
/
+2
2023-06-19
Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"
Qi Zheng
1
-2
/
+6
2023-06-19
Revert "mm: shrinkers: convert shrinker_rwsem to mutex"
Qi Zheng
1
-17
/
+17
2023-06-10
vmstat: allow_direct_reclaim should use zone_page_state_snapshot
Marcelo Tosatti
1
-1
/
+1
2023-06-10
Multi-gen LRU: fix workingset accounting
Kalesh Singh
1
-1
/
+0
2023-06-10
mm: multi-gen LRU: add helpers in page table walks
T.J. Alumbaugh
1
-5
/
+15
2023-06-10
mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()
T.J. Alumbaugh
1
-1
/
+3
2023-06-10
mm: multi-gen LRU: use macro for bitmap
T.J. Alumbaugh
1
-1
/
+1
2023-06-10
mm: compaction: have compaction_suitable() return bool
Johannes Weiner
1
-4
/
+2
2023-06-10
mm: compaction: remove unnecessary is_via_compact_memory() checks
Johannes Weiner
1
-7
/
+1
2023-06-10
mm: compaction: refactor __compaction_suitable()
Johannes Weiner
1
-14
/
+21
2023-06-10
mm: convert migrate_pages() to work on folios
Matthew Wilcox (Oracle)
1
-7
/
+8
2023-06-10
mm: vmscan: use gfp_has_io_fs()
Kefeng Wang
1
-1
/
+1
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
[next]