summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
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
2009-09-22mm: count only reclaimable lru pagesWu Fengguang
2009-09-22vmscan: throttle direct reclaim when too many pages are isolated alreadyRik van Riel
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro
2009-09-22mm: shrink_inactive_list() nr_scan accounting fix fixKOSAKI Motohiro
2009-09-22mm: rename pgmoved variable in shrink_active_list()KOSAKI Motohiro
2009-09-16HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-08-26mm: fix for infinite churning of mlocked pagesMinchan Kim
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-06-23mm: fix incorrect page removal from LRUKAMEZAWA Hiroyuki
2009-06-18memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki
2009-06-16mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman
2009-06-16vmscan: properly account for the number of page cache pages zone_reclaim() ca...Mel Gorman
2009-06-16vmscan: handle may_swap more strictlyDaisuke Nishimura
2009-06-16vmscan: merge duplicate code in shrink_active_list()Wu Fengguang
2009-06-16vmscan: make mapped executable pages the first class citizenWu Fengguang
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-06-16vmscan: prevent shrinking of active anon lru list in case of no swap space V3MinChan Kim
2009-06-16vmscan: ZVC updates in shrink_active_list() can be done onceWu Fengguang
2009-06-16vmscan: cleanup the scan batching codeWu Fengguang
2009-06-16vmscan: evict use-once pages firstRik van Riel
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman
2009-06-16vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNCKOSAKI Motohiro
2009-06-12PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura
2009-05-02vmscan: avoid multiplication overflow in shrink_zone()Andrew Morton