aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-04mm: rename page trylockNick Piggin1-2/+2
2008-07-30do_try_to_free_page: update comments related to vmscan functionsFernando Luis Vazquez Cao1-1/+1
2008-07-30swapfile/vmscan: update comments related to vmscan functionsFernando Luis Vazquez Cao1-1/+1
2008-07-26mm: spinlock tree_lockNick Piggin1-4/+4
2008-07-26mm: speculative page referencesNick Piggin1-20/+54
2008-07-25per-task-delay-accounting: add memory reclaim delayKeika Kobayashi1-0/+5
2008-06-12mm: fix incorrect variable type in do_try_to_free_pages()kosaki.motohiro@jp.fujitsu.com1-1/+1
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-29page allocator: smarter retry of costly-order allocationsNishanth Aravamudan1-2/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-12/+10
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-12/+9
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman1-9/+12
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-10/+8
2008-03-24revert "kswapd should only wait on IO if there is IO"Andrew Morton1-22/+5
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins1-2/+3
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh1-2/+2
2008-02-07per-zone and reclaim enhancements for memory controller: modifies vmscan.c for isolate globa/cgroup lru activityKAMEZAWA Hiroyuki1-131/+201
2008-02-07per-zone and reclaim enhancements for memory controller: add scan_global_lru macroKAMEZAWA Hiroyuki1-5/+12
2008-02-07memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_pageKAMEZAWA Hiroyuki1-6/+3
2008-02-07kswapd should only wait on IO if there is IORik van Riel1-5/+22
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh1-9/+5
2008-02-07Memory controller: make page_referenced() cgroup awareBalbir Singh1-2/+2
2008-02-07Memory controller: add per cgroup LRU and reclaimBalbir Singh1-25/+103
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-17mm: test and set zone reclaim lock before starting reclaimDavid Rientjes1-10/+13
2007-10-17oom: change all_unreclaimable zone member to flagsDavid Rientjes1-12/+13
2007-10-16make swappiness safer to useAndrea Arcangeli1-0/+41
2007-10-16Fix panic of cpu online with memory less nodeYasunori Goto1-1/+3
2007-10-16Memoryless nodes: Add N_CPU node stateChristoph Lameter1-3/+1
2007-10-16Memoryless nodes: No need for kswapdChristoph Lameter1-1/+1
2007-10-16mm: prevent kswapd from freeing excessive amounts of lowmemRik van Riel1-1/+7
2007-08-22synchronous lumpy reclaim: wait for page writeback when directly reclaiming contiguous areasAndy Whitcroft1-8/+60
2007-08-22synchronous lumpy reclaim: ensure we count pages transitioning inactive via clear_active_flagsAndy Whitcroft1-0/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell1-31/+11
2007-07-17Lumpy Reclaim V4Andy Whitcroft1-22/+149
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2007-05-08Factor outstanding I/O error handlingGuillaume Chazarain1-6/+2
2007-05-07freezer: fix racy usage of try_to_freeze in kswapdRafael J. Wysocki1-4/+9
2007-03-01[PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocationsAndrew Morton1-1/+1
2007-02-11[PATCH] Use ZVC for inactive and active countsChristoph Lameter1-23/+28
2007-01-05[PATCH] shrink_all_memory(): fix lru_pages handlingAndrew Morton1-17/+16
2006-12-30[PATCH] Buglet in vmscan.cShantanu Goel1-1/+1
2006-12-22[PATCH] Fix swapped parameters in mm/vmscan.cNigel Cunningham1-2/+2
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson1-4/+4
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki1-0/+3
2006-12-07[PATCH] balance_pdgat() cleanupAndrew Morton1-3/+4