aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki1-2/+1
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-17/+0
2009-06-16vmscan: prevent shrinking of active anon lru list in case of no swap space V3MinChan Kim1-1/+1
2009-06-16vmscan: ZVC updates in shrink_active_list() can be done onceWu Fengguang1-8/+3
2009-06-16vmscan: cleanup the scan batching codeWu Fengguang1-11/+28
2009-06-16vmscan: evict use-once pages firstRik van Riel1-1/+37
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman1-18/+21
2009-06-16vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNCKOSAKI Motohiro1-14/+15
2009-06-12PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki1-2/+2
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura1-0/+2
2009-05-02vmscan: avoid multiplication overflow in shrink_zone()Andrew Morton1-1/+1
2009-04-21vmscan,memcg: reintroduce sc->may_swapKOSAKI Motohiro1-4/+8
2009-04-18PM/Hibernate: Fix memory shrinkingRafael J. Wysocki1-2/+3
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+4
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-3/+3
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki1-2/+11
2009-04-01vmscan: print shrink_slab symbol name on negative shrinker objectsDavid Rientjes1-2/+3
2009-04-01mm: don't free swap slots on page deactivationJohannes Weiner1-3/+0
2009-04-01mm: move pagevec stripping to save unlock-relockJohannes Weiner1-5/+2
2009-04-01vmscan: respect higher order in zone_reclaim()Johannes Weiner1-0/+1
2009-04-01vmscan: clip swap_cluster_max in shrink_all_memory()Johannes Weiner1-1/+1
2009-04-01mm: shrink_all_memory(): use sc.nr_reclaimedMinChan Kim1-22/+24
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro1-3/+1
2009-04-01vmscan: rename sc.may_swap to may_unmapJohannes Weiner1-10/+10
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-2/+4
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar1-1/+1
2009-03-14vmscan: pgmoved should be cleared after updating recent_rotatedDaisuke Nishimura1-1/+1
2009-03-13Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-x86 into cpus4096Ingo Molnar1-2/+4
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-2/+4
2009-03-12memcg: use correct scan number at reclaimKOSAKI Motohiro1-1/+1
2009-02-21swsusp: clean up shrink_all_zones()Johannes Weiner1-12/+11
2009-02-21swsusp: dont fiddle with swappinessJohannes Weiner1-4/+1
2009-02-15lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar1-2/+1
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-0/+3
2009-01-08memcg: fix calculation of active_ratioKOSAKI Motohiro1-1/+1
2009-01-08memcg: swappinessKOSAKI Motohiro1-3/+4