aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-15vmscan: simplify codeHuang Shijie1-4/+2
2009-12-15vmscan: do not evict inactive pages when skipping an active list scanRik van Riel1-6/+12
2009-12-15vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zoneKOSAKI Motohiro1-1/+1
2009-12-15vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro1-20/+6
2009-12-15vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro1-2/+1
2009-12-15vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro1-127/+26
2009-12-15vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro1-6/+19
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being metKOSAKI Motohiro1-9/+29
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be asleepMel Gorman1-2/+42
2009-12-15mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li1-1/+1
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes1-6/+22
2009-10-29vmscan: order evictable rescue in LRU putbackJohannes Weiner1-0/+10
2009-10-29vmscan: limit VM_EXEC protection to file pagesWu Fengguang1-1/+1
2009-10-29congestion_wait(): don't use WRITEKOSAKI Motohiro1-1/+1
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+4
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe1-4/+4
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-24memory controller: soft limit reclaim on contentionBalbir Singh1-1/+44
2009-09-22mm/vmscan: remove page_queue_congested() commentVincent Li1-1/+0
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang1-9/+11
2009-09-22mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li1-7/+7
2009-09-22mm: document is_page_cache_freeable()Johannes Weiner1-0/+5
2009-09-22mm: return boolean from page_has_private()Johannes Weiner1-1/+1
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner1-1/+1
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner1-3/+3
2009-09-22mm: drop unneeded double negationsJohannes Weiner1-4/+4
2009-09-22vmscan: kill unnecessary prefetchKOSAKI Motohiro1-1/+0
2009-09-22vmscan: kill unnecessary page flag testKOSAKI Motohiro1-2/+2
2009-09-22vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()KOSAKI Motohiro1-4/+1
2009-09-22vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap space is availableMinchan Kim1-0/+10
2009-09-22mm: count only reclaimable lru pagesWu Fengguang1-11/+39
2009-09-22vmscan: throttle direct reclaim when too many pages are isolated alreadyRik van Riel1-0/+33
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro1-1/+11
2009-09-22mm: shrink_inactive_list() nr_scan accounting fix fixKOSAKI Motohiro1-12/+18
2009-09-22mm: rename pgmoved variable in shrink_active_list()KOSAKI Motohiro1-8/+8
2009-09-16HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen1-1/+1
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-1/+1
2009-08-26mm: fix for infinite churning of mlocked pagesMinchan Kim1-2/+7
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-4/+4
2009-06-23mm: fix incorrect page removal from LRUKAMEZAWA Hiroyuki1-1/+1
2009-06-18memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki1-1/+3
2009-06-16mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki1-9/+1
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman1-0/+3
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman1-5/+6
2009-06-16vmscan: properly account for the number of page cache pages zone_reclaim() can reclaimMel Gorman1-7/+45
2009-06-16vmscan: handle may_swap more strictlyDaisuke Nishimura1-9/+9
2009-06-16vmscan: merge duplicate code in shrink_active_list()Wu Fengguang1-53/+42
2009-06-16vmscan: make mapped executable pages the first class citizenWu Fengguang1-7/+45
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang1-2/+5