index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-119
/
+137
2024-03-12
mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure
Byungchul Park
1
-1
/
+20
2024-03-12
mm: remove folio from deferred split list before uncharging it
Matthew Wilcox (Oracle)
1
-0
/
+6
2024-03-05
mm: free folios directly in move_folios_to_lru()
Matthew Wilcox (Oracle)
1
-20
/
+12
2024-03-05
mm: free folios in a batch in shrink_folio_list()
Matthew Wilcox (Oracle)
1
-11
/
+9
2024-03-05
mm: madvise: pageout: ignore references rather than clearing young
Barry Song
1
-5
/
+7
2024-03-05
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...
Vlastimil Babka
1
-1
/
+4
2024-02-22
mm/mglru: improve swappiness handling
Kinsey Ho
1
-10
/
+10
2024-02-22
mm/mglru: improve struct lru_gen_mm_walk
Kinsey Ho
1
-24
/
+26
2024-02-22
mm/mglru: improve reset_mm_stats()
Kinsey Ho
1
-20
/
+22
2024-02-22
mm/mglru: improve should_run_aging()
Kinsey Ho
1
-14
/
+11
2024-02-22
mm/mglru: drop unused parameter
Kinsey Ho
1
-5
/
+5
2024-02-22
mm/vmscan: make too_many_isolated return bool
Hao Ge
1
-3
/
+3
2024-02-22
mm/vmscan: change the type of file from int to bool
Hao Ge
1
-2
/
+2
2024-02-22
kswapd: replace try_to_freeze() with kthread_freezable_should_stop()
Levi Yun
1
-6
/
+6
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-130
/
+150
2024-01-09
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-1
/
+1
2024-01-05
mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCING
Li Zhijian
1
-4
/
+1
2024-01-05
mm/mglru: remove CONFIG_TRANSPARENT_HUGEPAGE
Kinsey Ho
1
-11
/
+1
2024-01-05
mm/mglru: remove CONFIG_MEMCG
Kinsey Ho
1
-46
/
+21
2024-01-05
mm/mglru: add CONFIG_LRU_GEN_WALKS_MMU
Kinsey Ho
1
-69
/
+123
2023-12-29
mm/mglru: skip special VMAs in lru_gen_look_around()
Yu Zhao
1
-4
/
+9
2023-12-21
mm: memcg: restore subtree stats flushing
Yosry Ahmed
1
-1
/
+1
2023-12-21
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
1
-31
/
+61
2023-12-13
mm/mglru: reclaim offlined memcgs harder
Yu Zhao
1
-8
/
+16
2023-12-13
mm/mglru: respect min_ttl_ms with memcgs
Yu Zhao
1
-14
/
+16
2023-12-13
mm/mglru: try to stop at high watermarks
Yu Zhao
1
-8
/
+28
2023-12-13
mm/mglru: fix underprotected page cache
Yu Zhao
1
-1
/
+1
2023-12-11
mm/vmstat: move pgdemote_* to per-node stats
Li Zhijian
1
-4
/
+8
2023-10-19
mm: multi-gen LRU: reuse some legacy trace events
Jaewon Kim
1
-5
/
+13
2023-10-07
delayacct: add memory reclaim delay in get_page_from_freelist
liwenyu
1
-0
/
+2
2023-10-04
mm, vmscan: remove ISOLATE_UNMAPPED
Vlastimil Babka
1
-2
/
+1
2023-10-04
mm: memcg: add THP swap out info for anonymous reclaim
Xin Hao
1
-0
/
+1
2023-10-04
mm: vmscan: modify an easily misunderstood function name
liujinlong
1
-2
/
+2
2023-10-04
mm: vmscan: move shrinker-related code into a separate file
Qi Zheng
1
-701
/
+0
2023-10-04
mm/vmscan: print err before panic
Angus Chen
1
-1
/
+2
2023-10-04
mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()
Vern Hao
1
-1
/
+1
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
[next]