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