aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2012-11-26mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi
2012-10-02mm: avoid swapping out with swappiness==0Satoru Moriya
2012-07-29mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar
2012-07-16memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu
2012-06-10mm: consider all swapped back pages in used-once logicMichal Hocko
2012-04-25mm: fix up the vmscan stat in vmstatYing Han
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel
2012-03-23mm: fix testorder interaction between two kswapd patchesHugh Dickins
2012-03-21mm: forbid lumpy-reclaim in shrink_active_list()Konstantin Khlebnikov
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-03-21mm/vmscan.c: fix spelling errorCopot Alexandru
2012-03-21vmscan: handle isolated pages with lru lock releasedHillf Danton
2012-03-21mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...Mel Gorman
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel
2012-03-21vmscan: kswapd carefully call compactionRik van Riel
2012-03-21vmscan: reclaim at order 0 when compaction is enabledRik van Riel
2012-03-21mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton
2012-03-21mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
2012-01-12mm: rearrange putback_inactive_pagesHugh Dickins
2012-01-12mm: remove isolate_pages()Hugh Dickins
2012-01-12mm: enum lru_list lruHugh Dickins
2012-01-12mm: take pagevecs off reclaim stackHugh Dickins
2012-01-12mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman
2012-01-12mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman
2012-01-12mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-01-12mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman
2012-01-12mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli
2012-01-12vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner
2012-01-12mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner
2012-01-12mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner
2012-01-12mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner
2012-01-12mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-01-10mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim
2012-01-10vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov
2012-01-10vmscan: activate executable pages after first usageKonstantin Khlebnikov
2012-01-10vmscan: promote shared file mapped pagesKonstantin Khlebnikov
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds