summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* vmscan: order evictable rescue in LRU putbackJohannes Weiner2009-10-291-0/+10
* vmscan: limit VM_EXEC protection to file pagesWu Fengguang2009-10-291-1/+1
* congestion_wait(): don't use WRITEKOSAKI Motohiro2009-10-291-1/+1
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-251-4/+4
|\
| * writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-251-4/+4
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-1/+1
|\ \
| * | HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen2009-09-161-1/+1
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* | | memory controller: soft limit reclaim on contentionBalbir Singh2009-09-241-1/+44
| |/ |/|
* | mm/vmscan: remove page_queue_congested() commentVincent Li2009-09-221-1/+0
* | mm: do batched scans for mem_cgroupWu Fengguang2009-09-221-9/+11
* | mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li2009-09-221-7/+7
* | mm: document is_page_cache_freeable()Johannes Weiner2009-09-221-0/+5
* | mm: return boolean from page_has_private()Johannes Weiner2009-09-221-1/+1
* | mm: return boolean from page_is_file_cache()Johannes Weiner2009-09-221-1/+1
* | mm: introduce page_lru_base_type()Johannes Weiner2009-09-221-3/+3
* | mm: drop unneeded double negationsJohannes Weiner2009-09-221-4/+4
* | vmscan: kill unnecessary prefetchKOSAKI Motohiro2009-09-221-1/+0
* | vmscan: kill unnecessary page flag testKOSAKI Motohiro2009-09-221-2/+2
* | vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()KOSAKI Motohiro2009-09-221-4/+1
* | vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap spac...Minchan Kim2009-09-221-0/+10
* | mm: count only reclaimable lru pagesWu Fengguang2009-09-221-11/+39
* | vmscan: throttle direct reclaim when too many pages are isolated alreadyRik van Riel2009-09-221-0/+33
* | mm: vmstat: add isolate pagesKOSAKI Motohiro2009-09-221-1/+11
* | mm: shrink_inactive_list() nr_scan accounting fix fixKOSAKI Motohiro2009-09-221-12/+18
* | mm: rename pgmoved variable in shrink_active_list()KOSAKI Motohiro2009-09-221-8/+8
|/
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-111-1/+1
* mm: fix for infinite churning of mlocked pagesMinchan Kim2009-08-261-2/+7
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-4/+4
* mm: fix incorrect page removal from LRUKAMEZAWA Hiroyuki2009-06-231-1/+1
* memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki2009-06-181-1/+3
* mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki2009-06-161-9/+1
* vmscan: count the number of times zone_reclaim() scans and failsMel Gorman2009-06-161-0/+3
* vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman2009-06-161-5/+6
* vmscan: properly account for the number of page cache pages zone_reclaim() ca...Mel Gorman2009-06-161-7/+45
* vmscan: handle may_swap more strictlyDaisuke Nishimura2009-06-161-9/+9
* vmscan: merge duplicate code in shrink_active_list()Wu Fengguang2009-06-161-53/+42
* vmscan: make mapped executable pages the first class citizenWu Fengguang2009-06-161-7/+45
* vmscan: report vm_flags in page_referenced()Wu Fengguang2009-06-161-2/+5
* mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki2009-06-161-2/+1
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-161-17/+0
* vmscan: prevent shrinking of active anon lru list in case of no swap space V3MinChan Kim2009-06-161-1/+1
* vmscan: ZVC updates in shrink_active_list() can be done onceWu Fengguang2009-06-161-8/+3
* vmscan: cleanup the scan batching codeWu Fengguang2009-06-161-11/+28
* vmscan: evict use-once pages firstRik van Riel2009-06-161-1/+37
* page allocator: use allocation flags as an index to the zone watermarkMel Gorman2009-06-161-18/+21
* vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNCKOSAKI Motohiro2009-06-161-14/+15
* PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki2009-06-121-2/+2
* memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura2009-05-291-0/+2
* vmscan: avoid multiplication overflow in shrink_zone()Andrew Morton2009-05-021-1/+1