summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
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
2009-04-21vmscan,memcg: reintroduce sc->may_swapKOSAKI Motohiro
2009-04-18PM/Hibernate: Fix memory shrinkingRafael J. Wysocki
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki
2009-04-01vmscan: print shrink_slab symbol name on negative shrinker objectsDavid Rientjes
2009-04-01mm: don't free swap slots on page deactivationJohannes Weiner
2009-04-01mm: move pagevec stripping to save unlock-relockJohannes Weiner
2009-04-01vmscan: respect higher order in zone_reclaim()Johannes Weiner
2009-04-01vmscan: clip swap_cluster_max in shrink_all_memory()Johannes Weiner
2009-04-01mm: shrink_all_memory(): use sc.nr_reclaimedMinChan Kim
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro
2009-04-01vmscan: rename sc.may_swap to may_unmapJohannes Weiner
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar
2009-03-14vmscan: pgmoved should be cleared after updating recent_rotatedDaisuke Nishimura
2009-03-13Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...Ingo Molnar
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell
2009-03-12memcg: use correct scan number at reclaimKOSAKI Motohiro
2009-02-21swsusp: clean up shrink_all_zones()Johannes Weiner
2009-02-21swsusp: dont fiddle with swappinessJohannes Weiner
2009-02-15lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin
2009-01-08memcg: fix calculation of active_ratioKOSAKI Motohiro
2009-01-08memcg: swappinessKOSAKI Motohiro
2009-01-08memcg: rename scan global lruKAMEZAWA Hiroyuki
2009-01-08memcg: remove mem_cgroup_cal_reclaim()KOSAKI Motohiro
2009-01-08memcg: add zone_reclaim_statKOSAKI Motohiro
2009-01-08memcg: add mem_cgroup_zone_nr_pages()KOSAKI Motohiro
2009-01-08memcg: add inactive_anon_is_low()KOSAKI Motohiro
2009-01-08mm: make get_scan_ratio() safe for memcgKOSAKI Motohiro
2009-01-08mm: add zone nr_pages helper functionKOSAKI Motohiro
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro
2009-01-08inactive_anon_is_low: move to vmscanKOSAKI Motohiro
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki
2009-01-06mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro
2009-01-06vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton
2009-01-06mm: kill zone_is_near_oom()KOSAKI Motohiro
2009-01-06vmscan: improve reclaim throughput to bail out patchKOSAKI Motohiro
2009-01-06vmscan: bail out of direct reclaim after swap_cluster_max pagesRik van Riel
2009-01-06mm: make scan_zone_unevictable_pages() staticKOSAKI Motohiro
2009-01-06mm: make scan_all_zones_unevictable_pages() staticKOSAKI Motohiro
2009-01-06memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins
2009-01-06mm: add add_to_swap stubHugh Dickins