summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman2013-01-031-2/+2
* mm: fix null pointer dereference in wait_iff_congested()Zlatko Calusic2012-12-281-1/+1
* mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic2012-12-231-60/+45
* mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic2012-12-201-6/+6
* mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu2012-12-181-0/+8
* vmscan: comment too_many_isolated()Fengguang Wu2012-12-181-1/+5
* vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-2/+2
* mm/vmscan.c: try_to_freeze() returns booleanJeff Liu2012-12-111-1/+1
* mm,vmscan: only evict file pages when we have plentyRik van Riel2012-12-111-2/+13
* mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov2012-12-111-4/+5
* mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner2012-12-081-3/+0
* mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner2012-12-061-16/+0
* mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner2012-11-301-9/+18
* mm: vmscan: check for fatal signals iff the process was throttledMel Gorman2012-11-261-10/+27
* mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman2012-11-161-25/+0
* mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi2012-11-091-0/+2
* CMA: migrate mlocked pagesMinchan Kim2012-10-091-2/+2
* mm: remove vma arg from page_evictableHugh Dickins2012-10-091-18/+9
* mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2012-10-091-0/+8
* mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim2012-10-091-6/+37
* mm/vmscan: fix error number for failed kthreadGavin Shan2012-10-091-2/+2
* mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...Mel Gorman2012-10-091-0/+25
* memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang2012-09-171-0/+1
* memcg: gix memory accounting scalability in shrink_page_listTim Chen2012-07-311-0/+2
* memcg: further prevent OOM with too many dirty pagesHugh Dickins2012-07-311-9/+24
* memcg: prevent OOM with too many dirty pagesMichal Hocko2012-07-311-3/+20
* mm: account for the number of times direct reclaimers get throttledMel Gorman2012-07-311-0/+3
* mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman2012-07-311-8/+120
* memcg: rename config variablesAndrew Morton2012-07-311-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-2/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2012-06-291-267/+39
| |\
| * | mm/vmscan: cleanup comment error in balance_pgdatWanpeng Li2012-06-281-1/+1
| * | mm: fix page reclaim comment errorWanpeng Li2012-06-281-1/+2
* | | mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar2012-07-171-1/+4
* | | memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-111-2/+5
* | | mm/memcg: apply add/del_page to lruvecHugh Dickins2012-05-291-20/+27
* | | mm: trivial cleanups in vmscan.cHugh Dickins2012-05-291-21/+10
* | | mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins2012-05-291-10/+9
* | | mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov2012-05-291-20/+6
* | | mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov2012-05-291-5/+3
* | | mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov2012-05-291-16/+9
* | | mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov2012-05-291-22/+12
* | | mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov2012-05-291-18/+22
* | | mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov2012-05-291-15/+16
* | | mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov2012-05-291-4/+4
* | | mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov2012-05-291-54/+6
* | | mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov2012-05-291-6/+5
* | | mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov2012-05-291-8/+8
* | | mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov2012-05-291-56/+61
* | | mm/memcg: use vm_swappiness from target memory cgroupKonstantin Khlebnikov2012-05-291-6/+5
OpenPOWER on IntegriCloud