summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2013-01-03MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman
2012-12-28mm: fix null pointer dereference in wait_iff_congested()Zlatko Calusic
2012-12-23mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic
2012-12-20mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic
2012-12-18mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu
2012-12-18vmscan: comment too_many_isolated()Fengguang Wu
2012-12-12vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner
2012-11-30mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner
2012-11-26mm: vmscan: check for fatal signals iff the process was throttledMel Gorman
2012-11-16mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi
2012-10-09CMA: migrate mlocked pagesMinchan Kim
2012-10-09mm: remove vma arg from page_evictableHugh Dickins
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...Mel Gorman
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang
2012-07-31memcg: gix memory accounting scalability in shrink_page_listTim Chen
2012-07-31memcg: further prevent OOM with too many dirty pagesHugh Dickins
2012-07-31memcg: prevent OOM with too many dirty pagesMichal Hocko
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman
2012-07-31memcg: rename config variablesAndrew Morton
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-17mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu
2012-06-29Merge branch 'master' into for-nextJiri Kosina
2012-06-28mm/vmscan: cleanup comment error in balance_pgdatWanpeng Li
2012-06-28mm: fix page reclaim comment errorWanpeng Li
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins
2012-05-29mm: trivial cleanups in vmscan.cHugh Dickins
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins
2012-05-29mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov
2012-05-29mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov
2012-05-29mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov
2012-05-29mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov
2012-05-29mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov
2012-05-29mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov
2012-05-29mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov
2012-05-29mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov
2012-05-29mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov
2012-05-29mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov
2012-05-29mm/memcg: use vm_swappiness from target memory cgroupKonstantin Khlebnikov