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
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
2021-02-25
mm/vmscan: restore zone_reclaim_mode ABI
Dave Hansen
1
-2
/
+7
2021-02-25
mm/vmscan.c: make lruvec_lru_size() static
Yu Zhao
1
-1
/
+2
2021-02-25
mm: VM_BUG_ON lru page flags
Yu Zhao
1
-1
/
+0
2021-02-25
mm: add __clear_page_lru_flags() to replace page_off_lru()
Yu Zhao
1
-2
/
+1
2021-02-25
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
1
-2
/
+2
2021-02-25
mm: don't pass "enum lru_list" to lru list addition functions
Yu Zhao
1
-4
/
+2
2021-02-25
mm/vmscan.c: use add_page_to_lru_list()
Yu Zhao
1
-5
/
+1
2021-02-25
mm/vmscan: __isolate_lru_page_prepare() cleanup
Alex Shi
1
-37
/
+31
2021-01-17
mm: don't put pinned pages into the swap cache
Linus Torvalds
1
-0
/
+2
2020-12-16
mm/lru: revise the comments of lru_lock
Hugh Dickins
1
-18
/
+23
2020-12-16
mm/lru: introduce relock_page_lruvec()
Alexander Duyck
1
-10
/
+2
2020-12-16
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
1
-30
/
+25
2020-12-16
mm/compaction: do page isolation first in compaction
Alex Shi
1
-21
/
+22
2020-12-16
mm/lru: introduce TestClearPageLRU()
Alex Shi
1
-20
/
+19
2020-12-16
mm/vmscan: remove lruvec reget in move_pages_to_lru
Alex Shi
1
-1
/
+6
2020-12-16
mm/lru: move lock into lru_note_cost
Alex Shi
1
-3
/
+1
2020-12-16
mm/vmscan: remove unnecessary lruvec adding
Alex Shi
1
-13
/
+25
2020-12-15
mm: fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-15
mm: truncate_complete_page() does not exist any more
Yang Shi
1
-1
/
+1
2020-12-15
mm/vmscan.c: remove the filename in the top of file comment
logic.yu
1
-2
/
+0
2020-12-15
mm/vmscan: drop unneeded assignment in kswapd()
Lukas Bulwahn
1
-1
/
+1
2020-12-15
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
1
-9
/
+5
2020-11-14
mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit
Nicholas Piggin
1
-2
/
+3
2020-10-16
mm: use self-explanatory macros rather than "2"
Yu Zhao
1
-1
/
+1
2020-10-16
mm/vmscan: allow arbitrary sized pages to be paged out
Matthew Wilcox (Oracle)
1
-2
/
+1
2020-10-14
mm/vmscan: fix comments for isolate_lru_page()
Hui Su
1
-1
/
+1
2020-10-14
mm/vmscan: fix infinite loop in drop_slab_node
Chunxin Zang
1
-0
/
+3
2020-09-19
mm: fix check_move_unevictable_pages() on THP
Hugh Dickins
1
-2
/
+8
2020-09-05
mm: memcg: fix memcg reclaim soft lockup
Xunlei Pang
1
-0
/
+8
2020-08-15
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-08-12
mm/vmscan.c: delete or fix duplicated words
Randy Dunlap
1
-2
/
+2
2020-08-12
mm/vmscan: restore active/inactive ratio for anonymous LRU
Joonsoo Kim
1
-1
/
+1
2020-08-12
mm/swap: implement workingset detection for anonymous LRU
Joonsoo Kim
1
-3
/
+4
2020-08-12
mm/swapcache: support to handle the shadow entries
Joonsoo Kim
1
-1
/
+1
2020-08-12
mm/workingset: prepare the workingset detection infrastructure for anon LRU
Joonsoo Kim
1
-5
/
+10
2020-08-12
mm/vmscan: protect the workingset on anonymous LRU
Joonsoo Kim
1
-3
/
+1
2020-08-12
mm/vmscan: make active/inactive ratio as 1:1 for anon lru
Joonsoo Kim
1
-1
/
+1
2020-08-07
mm: vmscan: consistent update to pgrefill
Shakeel Butt
1
-1
/
+2
2020-08-07
mm/vmscan.c: fix typo
dylan-meiners
1
-1
/
+1
2020-08-07
mm: remove vm_total_pages
David Hildenbrand
1
-5
/
+0
2020-08-07
mm: memcontrol: don't count limit-setting reclaim as memory pressure
Johannes Weiner
1
-6
/
+0
2020-08-07
mm, memcg: decouple e{low,min} state mutations from protection checks
Chris Down
1
-13
/
+4
2020-08-07
mm, memcg: avoid stale protection values when cgroup is above protection
Yafang Shao
1
-1
/
+2
2020-08-07
mm: memcg: convert vmstat slab counters to bytes
Roman Gushchin
1
-1
/
+2
2020-06-26
mm: workingset: age nonresident information alongside anonymous pages
Johannes Weiner
1
-0
/
+3
2020-06-05
mm/vmsan: fix some typos in comment
Ethon Paul
1
-3
/
+3
2020-06-04
mm: vmscan: limit the range of LRU type balancing
Johannes Weiner
1
-9
/
+13
2020-06-04
mm: vmscan: reclaim writepage is IO cost
Johannes Weiner
1
-0
/
+3
2020-06-04
mm: vmscan: determine anon/file pressure balance at the reclaim root
Johannes Weiner
1
-24
/
+17
2020-06-04
mm: balance LRU lists based on relative thrashing
Johannes Weiner
1
-29
/
+10
[next]