summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-12/+10
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-281-12/+9
* mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman2008-04-281-9/+12
* nodemask: use new node_to_cpumask_ptr functionMike Travis2008-04-191-10/+8
* revert "kswapd should only wait on IO if there is IO"Andrew Morton2008-03-241-22/+5
* memcg: move_lists on page not page_cgroupHugh Dickins2008-03-041-2/+3
* Memory controller: rename to Memory Resource ControllerBalbir Singh2008-03-041-2/+2
* per-zone and reclaim enhancements for memory controller: modifies vmscan.c fo...KAMEZAWA Hiroyuki2008-02-071-131/+201
* per-zone and reclaim enhancements for memory controller: add scan_global_lru ...KAMEZAWA Hiroyuki2008-02-071-5/+12
* memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_pageKAMEZAWA Hiroyuki2008-02-071-6/+3
* kswapd should only wait on IO if there is IORik van Riel2008-02-071-5/+22
* Memory controller: make charging gfp mask awareBalbir Singh2008-02-071-9/+5
* Memory controller: make page_referenced() cgroup awareBalbir Singh2008-02-071-2/+2
* Memory controller: add per cgroup LRU and reclaimBalbir Singh2008-02-071-25/+103
* spelling fixes: mm/Simon Arlott2007-10-201-1/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1
* mm: test and set zone reclaim lock before starting reclaimDavid Rientjes2007-10-171-10/+13
* oom: change all_unreclaimable zone member to flagsDavid Rientjes2007-10-171-12/+13
* make swappiness safer to useAndrea Arcangeli2007-10-161-0/+41
* Fix panic of cpu online with memory less nodeYasunori Goto2007-10-161-1/+3
* Memoryless nodes: Add N_CPU node stateChristoph Lameter2007-10-161-3/+1
* Memoryless nodes: No need for kswapdChristoph Lameter2007-10-161-1/+1
* mm: prevent kswapd from freeing excessive amounts of lowmemRik van Riel2007-10-161-1/+7
* synchronous lumpy reclaim: wait for page writeback when directly reclaiming c...Andy Whitcroft2007-08-221-8/+60
* synchronous lumpy reclaim: ensure we count pages transitioning inactive via c...Andy Whitcroft2007-08-221-0/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-171-31/+11
* Lumpy Reclaim V4Andy Whitcroft2007-07-171-22/+149
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-1/+1
* Factor outstanding I/O error handlingGuillaume Chazarain2007-05-081-6/+2
* freezer: fix racy usage of try_to_freeze in kswapdRafael J. Wysocki2007-05-071-4/+9
* [PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocationsAndrew Morton2007-03-011-1/+1
* [PATCH] Use ZVC for inactive and active countsChristoph Lameter2007-02-111-23/+28
* [PATCH] shrink_all_memory(): fix lru_pages handlingAndrew Morton2007-01-051-17/+16
* [PATCH] Buglet in vmscan.cShantanu Goel2006-12-301-1/+1
* [PATCH] Fix swapped parameters in mm/vmscan.cNigel Cunningham2006-12-221-2/+2
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-131-4/+4
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* [PATCH] swsusp: Improve handling of highmemRafael J. Wysocki2006-12-071-0/+3
* [PATCH] balance_pdgat() cleanupAndrew Morton2006-12-071-3/+4
* [PATCH] Use min of two prio settings in calculating distress for reclaimMartin Bligh2006-10-281-4/+4
* [PATCH] vmscan: Fix temp_priority raceMartin Bligh2006-10-281-14/+41
* [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-201-3/+3
* [PATCH] invalidate: remove_mapping() fixAndrew Morton2006-10-171-0/+6
* [PATCH] page invalidation cleanupNick Piggin2006-09-271-4/+23
* [PATCH] vm: add per-zone writeout counterAndrew Morton2006-09-271-1/+2
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-261-1/+1
* [PATCH] zone reclaim with slab: avoid unecessary off node allocationsChristoph Lameter2006-09-261-5/+12
* [PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2006-09-261-21/+37
OpenPOWER on IntegriCloud