index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: workingset: age nonresident information alongside anonymous pages
Johannes Weiner
2020-06-26
1
-0
/
+3
*
mm/vmsan: fix some typos in comment
Ethon Paul
2020-06-04
1
-3
/
+3
*
mm: vmscan: limit the range of LRU type balancing
Johannes Weiner
2020-06-03
1
-9
/
+13
*
mm: vmscan: reclaim writepage is IO cost
Johannes Weiner
2020-06-03
1
-0
/
+3
*
mm: vmscan: determine anon/file pressure balance at the reclaim root
Johannes Weiner
2020-06-03
1
-24
/
+17
*
mm: balance LRU lists based on relative thrashing
Johannes Weiner
2020-06-03
1
-29
/
+10
*
mm: only count actual rotations as LRU reclaim cost
Johannes Weiner
2020-06-03
1
-5
/
+3
*
mm: base LRU balancing on an explicit cost model
Johannes Weiner
2020-06-03
1
-22
/
+22
*
mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()
Johannes Weiner
2020-06-03
1
-1
/
+1
*
mm: allow swappiness that prefers reclaiming anon over the file workingset
Johannes Weiner
2020-06-03
1
-1
/
+1
*
mm: keep separate anon and file statistics on page reclaim activity
Johannes Weiner
2020-06-03
1
-8
/
+9
*
mm/vmscan: update the comment of should_continue_reclaim()
Qiwu Chen
2020-06-03
1
-1
/
+1
*
mm/vmscan.c: change prototype for shrink_page_list
Maninder Singh
2020-06-03
1
-12
/
+12
*
mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch
Jaewon Kim
2020-06-03
1
-6
/
+20
*
mm/vmscan.c: use update_lru_size() in update_lru_sizes()
Wei Yang
2020-06-03
1
-4
/
+1
*
mm: simplify calling a compound page destructor
Matthew Wilcox (Oracle)
2020-06-03
1
-2
/
+2
*
mm/page_alloc: integrate classzone_idx and high_zoneidx
Joonsoo Kim
2020-06-03
1
-50
/
+55
*
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
2020-06-02
1
-2
/
+2
*
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
Qiwu Chen
2020-05-07
1
-1
/
+0
*
mm: code cleanup for MADV_FREE
Huang Ying
2020-04-07
1
-6
/
+6
*
mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assig...
Mateusz Nosek
2020-04-02
1
-1
/
+0
*
mm/vmscan.c: make may_enter_fs bool in shrink_page_list()
Kirill Tkhai
2020-04-02
1
-3
/
+2
*
mm/vmscan.c: clean code by removing unnecessary assignment
Mateusz Nosek
2020-04-02
1
-3
/
+1
*
mm/vmscan.c: fix data races using kswapd_classzone_idx
Qian Cai
2020-04-02
1
-19
/
+26
*
mm/vmscan.c: remove cpu online notification for now
Wei Yang
2020-04-02
1
-26
/
+1
*
mm: vmscan: replace open codings to NUMA_NO_NODE
Yang Shi
2020-04-02
1
-3
/
+3
*
mm: swap: make page_evictable() inline
Yang Shi
2020-04-02
1
-23
/
+0
*
mm/vmscan.c: don't round up scan size for online memory cgroup
Gavin Shan
2020-02-21
1
-3
/
+6
*
mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONE
Alex Shi
2020-01-31
1
-4
/
+2
*
mm/vmscan: remove prefetch_prev_lru_page
Alex Shi
2020-01-31
1
-14
/
+0
*
mm/vmscan.c: remove unused return value of shrink_node
Liu Song
2020-01-31
1
-3
/
+1
*
mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG
Yang Shi
2019-12-17
1
-1
/
+1
*
mm/vmscan.c: fix typo in comment
Xianting Tian
2019-12-01
1
-1
/
+1
*
mm: vmscan: enforce inactive:active ratio at the reclaim root
Johannes Weiner
2019-12-01
1
-69
/
+116
*
mm: vmscan: detect file thrashing at the reclaim root
Johannes Weiner
2019-12-01
1
-17
/
+15
*
mm: vmscan: move file exhaustion detection to the node level
Johannes Weiner
2019-12-01
1
-38
/
+42
*
mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs
Johannes Weiner
2019-12-01
1
-58
/
+26
*
mm: vmscan: split shrink_node() into node part and memcgs part
Johannes Weiner
2019-12-01
1
-16
/
+25
*
mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()
Johannes Weiner
2019-12-01
1
-11
/
+10
*
mm: vmscan: replace shrink_node() loop with a retry jump
Johannes Weiner
2019-12-01
1
-116
/
+115
*
mm: vmscan: naming fixes: global_reclaim() and sane_reclaim()
Johannes Weiner
2019-12-01
1
-20
/
+18
*
mm: vmscan: move inactive_list_is_low() swap check to the caller
Johannes Weiner
2019-12-01
1
-8
/
+1
*
mm: clean up and clarify lruvec lookup procedure
Johannes Weiner
2019-12-01
1
-3
/
+3
*
mm: vmscan: simplify lruvec_lru_size()
Johannes Weiner
2019-12-01
1
-16
/
+5
*
mm/vmscan.c: remove unused scan_control parameter from pageout()
Yang Shi
2019-12-01
1
-5
/
+4
*
mm/vmscan: remove unused lru_pages argument
Andrey Ryabinin
2019-12-01
1
-12
/
+5
*
mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()
Shakeel Butt
2019-12-01
1
-9
/
+5
*
mm/vmscan.c: support removing arbitrary sized pages from mapping
William Kucharski
2019-10-19
1
-4
/
+1
*
mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...
Honglei Wang
2019-10-19
1
-4
/
+5
*
mm, memcg: make scan aggression always exclude protection
Chris Down
2019-10-07
1
-41
/
+20
[next]