aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu1-1/+1
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel1-2/+13
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov1-4/+5
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner1-3/+0
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactable zonesJohannes Weiner1-16/+0
2012-11-30mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner1-9/+18
2012-11-26mm: vmscan: check for fatal signals iff the process was throttledMel Gorman1-10/+27
2012-11-16mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failures"Mel Gorman1-25/+0
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-2/+2
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-18/+9
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman1-0/+8
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim1-6/+37
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan1-2/+2
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failuresMel Gorman1-0/+25
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang1-0/+1
2012-07-31memcg: gix memory accounting scalability in shrink_page_listTim Chen1-0/+2
2012-07-31memcg: further prevent OOM with too many dirty pagesHugh Dickins1-9/+24
2012-07-31memcg: prevent OOM with too many dirty pagesMichal Hocko1-3/+20
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman1-0/+3
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storageMel Gorman1-8/+120
2012-07-31memcg: rename config variablesAndrew Morton1-2/+2
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+3
2012-07-17mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar1-1/+4
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-2/+5
2012-06-29Merge branch 'master' into for-nextJiri Kosina1-267/+39
2012-06-28mm/vmscan: cleanup comment error in balance_pgdatWanpeng Li1-1/+1
2012-06-28mm: fix page reclaim comment errorWanpeng Li1-1/+2
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-20/+27
2012-05-29mm: trivial cleanups in vmscan.cHugh Dickins1-21/+10
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins1-10/+9
2012-05-29mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov1-20/+6
2012-05-29mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov1-5/+3
2012-05-29mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov1-16/+9
2012-05-29mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov1-22/+12
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov1-18/+22
2012-05-29mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov1-15/+16
2012-05-29mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov1-4/+4
2012-05-29mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov1-54/+6
2012-05-29mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov1-6/+5
2012-05-29mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov1-8/+8
2012-05-29mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov1-56/+61
2012-05-29mm/memcg: use vm_swappiness from target memory cgroupKonstantin Khlebnikov1-6/+5
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins1-4/+1
2012-05-29mm/memcg: scanning_global_lru means mem_cgroup_disabledHugh Dickins1-14/+4
2012-05-29mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov1-1/+1
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov1-19/+4
2012-05-29mm: push lru index into shrink_[in]active_list()Konstantin Khlebnikov1-24/+17
2012-05-29mm: avoid swapping out with swappiness==0Satoru Moriya1-3/+3
2012-05-29mm: consider all swapped back pages in used-once logicMichal Hocko1-1/+1