summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li2013-04-301-1/+1
* memcg: add memory.pressure_level eventsAnton Vorontsov2013-04-301-0/+8
* mm/vmscan.c: minor cleanup for kswapdHillf Danton2013-04-301-4/+0Star
* mm/vmscan: fix error return in kswapd_run()Xishi Qiu2013-04-181-1/+1
* vmscan: change type of vm_total_pages to unsigned longZhang Yanfei2013-02-241-1/+1
* mm: use up free swap space before reaching OOM killMinchan Kim2013-02-241-5/+10
* mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner2013-02-241-13/+6Star
* swap: add per-partition lock for swapfileShaohua Li2013-02-241-4/+4
* mm: teach mm by current context info to not do I/O during memory allocationMing Lei2013-02-241-2/+2
* mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic2013-02-241-28/+1Star
* mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu2013-02-241-7/+7
* mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic2013-02-241-4/+11
* memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko2013-02-241-10/+9Star
* mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton2013-02-241-2/+1Star
* mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner2013-02-241-88/+91
* mm: vmscan: clean up get_scan_count()Johannes Weiner2013-02-241-21/+44
* mm: vmscan: improve comment on low-page cache handlingJohannes Weiner2013-02-241-5/+7
* mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner2013-02-241-9/+30
* mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner2013-02-241-4/+6
* mm: memcg: only evict file pages when we have plentyJohannes Weiner2013-02-241-9/+11
* MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman2013-01-041-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/+45Star
* 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-191-0/+8
* vmscan: comment too_many_isolated()Fengguang Wu2012-12-191-1/+5
* vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-131-2/+2
* mm/vmscan.c: try_to_freeze() returns booleanJeff Liu2012-12-121-1/+1
* mm,vmscan: only evict file pages when we have plentyRik van Riel2012-12-121-2/+13
* mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov2012-12-121-4/+5
* mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner2012-12-081-3/+0Star
* mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner2012-12-061-16/+0Star
* 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-271-10/+27
* mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman2012-11-161-25/+0Star
* 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/+9Star
* 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-181-0/+1
* memcg: gix memory accounting scalability in shrink_page_listTim Chen2012-08-011-0/+2
* memcg: further prevent OOM with too many dirty pagesHugh Dickins2012-08-011-9/+24
* memcg: prevent OOM with too many dirty pagesMichal Hocko2012-08-011-3/+20
* mm: account for the number of times direct reclaimers get throttledMel Gorman2012-08-011-0/+3
* mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman2012-08-011-8/+120
* memcg: rename config variablesAndrew Morton2012-08-011-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-2/+3
|\