index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WR...
Mel Gorman
2013-07-09
1
-15
/
+1
*
mm: vmscan: do not continue scanning if reclaim was aborted for compaction
Mel Gorman
2013-07-09
1
-3
/
+5
*
mm: remove lru parameter from __lru_cache_add and lru_cache_add_lru
Mel Gorman
2013-07-03
1
-3
/
+2
*
mm: vmscan: take page buffers dirty and locked state into account
Mel Gorman
2013-07-03
1
-0
/
+10
*
mm: vmscan: treat pages marked for immediate reclaim as zone congestion
Mel Gorman
2013-07-03
1
-2
/
+8
*
mm: vmscan: move direct reclaim wait_iff_congested into shrink_list
Mel Gorman
2013-07-03
1
-29
/
+33
*
mm: vmscan: set zone flags before blocking
Mel Gorman
2013-07-03
1
-1
/
+1
*
mm: vmscan: stall page reclaim after a list of pages have been processed
Mel Gorman
2013-07-03
1
-16
/
+33
*
mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage p...
Mel Gorman
2013-07-03
1
-13
/
+48
*
mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()
Mel Gorman
2013-07-03
1
-56
/
+54
*
mm: vmscan: check if kswapd should writepage once per pgdat scan
Mel Gorman
2013-07-03
1
-7
/
+7
*
mm: vmscan: block kswapd if it is encountering pages under writeback
Mel Gorman
2013-07-03
1
-22
/
+60
*
mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...
Mel Gorman
2013-07-03
1
-6
/
+25
*
mm: vmscan: do not allow kswapd to scan at maximum priority
Mel Gorman
2013-07-03
1
-1
/
+1
*
mm: vmscan: decide whether to compact the pgdat based on reclaim progress
Mel Gorman
2013-07-03
1
-29
/
+30
*
mm: vmscan: flatten kswapd priority loop
Mel Gorman
2013-07-03
1
-45
/
+41
*
mm: vmscan: obey proportional scanning requirements for kswapd
Mel Gorman
2013-07-03
1
-8
/
+59
*
mm: vmscan: limit the number of pages kswapd reclaims at each priority
Mel Gorman
2013-07-03
1
-20
/
+29
*
mm: thp: add split tail pages to shrink page list in page reclaim
Shaohua Li
2013-04-29
1
-1
/
+1
*
memcg: add memory.pressure_level events
Anton Vorontsov
2013-04-29
1
-0
/
+8
*
mm/vmscan.c: minor cleanup for kswapd
Hillf Danton
2013-04-29
1
-4
/
+0
*
mm/vmscan: fix error return in kswapd_run()
Xishi Qiu
2013-04-17
1
-1
/
+1
*
vmscan: change type of vm_total_pages to unsigned long
Zhang Yanfei
2013-02-23
1
-1
/
+1
*
mm: use up free swap space before reaching OOM kill
Minchan Kim
2013-02-23
1
-5
/
+10
*
mm: refactor inactive_file_is_low() to use get_lru_size()
Johannes Weiner
2013-02-23
1
-13
/
+6
*
swap: add per-partition lock for swapfile
Shaohua Li
2013-02-23
1
-4
/
+4
*
mm: teach mm by current context info to not do I/O during memory allocation
Ming Lei
2013-02-23
1
-2
/
+2
*
mm: don't wait on congested zones in balance_pgdat()
Zlatko Calusic
2013-02-23
1
-28
/
+1
*
mm: use zone->present_pages instead of zone->managed_pages where appropriate
Jiang Liu
2013-02-23
1
-7
/
+7
*
mm: avoid calling pgdat_balanced() needlessly
Zlatko Calusic
2013-02-23
1
-4
/
+11
*
memcg,vmscan: do not break out targeted reclaim without reclaimed pages
Michal Hocko
2013-02-23
1
-10
/
+9
*
mm/vmscan.c:__zone_reclaim(): replace max_t() with max()
Andrew Morton
2013-02-23
1
-2
/
+1
*
mm: vmscan: compaction works against zones, not lruvecs
Johannes Weiner
2013-02-23
1
-88
/
+91
*
mm: vmscan: clean up get_scan_count()
Johannes Weiner
2013-02-23
1
-21
/
+44
*
mm: vmscan: improve comment on low-page cache handling
Johannes Weiner
2013-02-23
1
-5
/
+7
*
mm: vmscan: clarify how swappiness, highest priority, memcg interact
Johannes Weiner
2013-02-23
1
-9
/
+30
*
mm: vmscan: save work scanning (almost) empty LRU lists
Johannes Weiner
2013-02-23
1
-4
/
+6
*
mm: memcg: only evict file pages when we have plenty
Johannes Weiner
2013-02-23
1
-9
/
+11
*
MM: vmscan: remove __devinit attribute.
Greg Kroah-Hartman
2013-01-03
1
-2
/
+2
*
mm: fix null pointer dereference in wait_iff_congested()
Zlatko Calusic
2012-12-28
1
-1
/
+1
*
mm: modify pgdat_balanced() so that it also handles order-0
Zlatko Calusic
2012-12-23
1
-60
/
+45
*
mm: do not sleep in balance_pgdat if there's no i/o congestion
Zlatko Calusic
2012-12-20
1
-6
/
+6
*
mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()
Fengguang Wu
2012-12-18
1
-0
/
+8
*
vmscan: comment too_many_isolated()
Fengguang Wu
2012-12-18
1
-1
/
+5
*
vmscan: use N_MEMORY instead N_HIGH_MEMORY
Lai Jiangshan
2012-12-12
1
-2
/
+2
*
mm/vmscan.c: try_to_freeze() returns boolean
Jeff Liu
2012-12-11
1
-1
/
+1
*
mm,vmscan: only evict file pages when we have plenty
Rik van Riel
2012-12-11
1
-2
/
+13
*
mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD
Kirill A. Shutemov
2012-12-11
1
-4
/
+5
*
mm: vmscan: fix inappropriate zone congestion clearing
Johannes Weiner
2012-12-08
1
-3
/
+0
*
mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...
Johannes Weiner
2012-12-06
1
-16
/
+0
[next]