summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2014-07-11mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner
2013-01-03Revert "mm: vmscan: fix endless loop in kswapd balancing"Ben Hutchings
2012-12-06mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner
2012-11-16mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi
2012-09-12mm: avoid swapping out with swappiness==0Satoru Moriya
2012-08-02cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-08-02mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner
2012-08-02mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-08-02mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim
2012-08-02vmscan: activate executable pages after first usageKonstantin Khlebnikov
2012-08-02vmscan: promote shared file mapped pagesKonstantin Khlebnikov
2012-08-02mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman
2012-08-02mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman
2012-08-02mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman
2012-08-02mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-07-25mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar
2012-07-25memory 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-01-25SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-25SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
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
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner
2011-10-31vmscan: abort reclaim/compaction if compaction can proceedMel Gorman
2011-10-31vmscan: limit direct reclaim for higher order allocationsRik van Riel
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim
2011-10-31mm: disable user interface to manually rescue unevictable pagesJohannes Weiner
2011-10-31vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul
2011-10-31kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi
2011-10-31kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi
2011-10-31vmscan: count pages into balanced for zone with good watermarkShaohua Li
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman
2011-10-31mm: vmscan: throttle reclaim if encountering too many dirty pages under write...Mel Gorman
2011-10-31mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman
2011-10-31mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under ...Mel Gorman
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman
2011-10-31mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner
2011-10-31vmscan: add block plug for page reclaimShaohua Li
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-14memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner
2011-09-14mm: vmscan: fix force-scanning small targets without swapJohannes Weiner
2011-08-25vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li
2011-08-25mm: fix a vmscan warningShaohua Li
2011-08-24mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"Justin P. Mattock
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki