aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-06-04vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failureKOSAKI Motohiro
2010-05-25vmscan: remove isolate_pages callback scan controlJohannes Weiner
2010-05-25vmscan: remove all_unreclaimable scan controlJohannes Weiner
2010-05-25vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro
2010-05-25vmscan: prevent get_scan_ratio() rounding errorsShaohua Li
2010-05-25mm: move definition for LRU isolation modes to a headerMel Gorman
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-04-07mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner
2010-03-06vmscan: drop page_mapping_inuse()Johannes Weiner
2010-03-06vmscan: factor out page reference checksJohannes Weiner
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro
2010-03-06mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro
2010-03-06vmscan: get_scan_ratio() cleanupKOSAKI Motohiro
2010-03-06vmscan: check high watermark after shrink zoneMinchan Kim
2010-01-16vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro
2009-12-15vmscan: simplify codeHuang Shijie
2009-12-15vmscan: do not evict inactive pages when skipping an active list scanRik van Riel
2009-12-15vmscan: make consistent of reclaim bale out between do_try_to_free_page and s...KOSAKI Motohiro
2009-12-15vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro
2009-12-15vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro
2009-12-15vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro
2009-12-15vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being...KOSAKI Motohiro
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be ...Mel Gorman
2009-12-15mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes
2009-10-29vmscan: order evictable rescue in LRU putbackJohannes Weiner
2009-10-29vmscan: limit VM_EXEC protection to file pagesWu Fengguang
2009-10-29congestion_wait(): don't use WRITEKOSAKI Motohiro
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-24memory controller: soft limit reclaim on contentionBalbir Singh
2009-09-22mm/vmscan: remove page_queue_congested() commentVincent Li
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang
2009-09-22mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li
2009-09-22mm: document is_page_cache_freeable()Johannes Weiner
2009-09-22mm: return boolean from page_has_private()Johannes Weiner
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner
2009-09-22mm: drop unneeded double negationsJohannes Weiner
2009-09-22vmscan: kill unnecessary prefetchKOSAKI Motohiro
2009-09-22vmscan: kill unnecessary page flag testKOSAKI Motohiro
2009-09-22vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()KOSAKI Motohiro
2009-09-22vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap spac...Minchan Kim