aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-22synchronous lumpy reclaim: wait for page writeback when directly reclaiming c...Gravatar Andy Whitcroft 1-8/+60
2007-08-22synchronous lumpy reclaim: ensure we count pages transitioning inactive via c...Gravatar Andy Whitcroft 1-0/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-0/+1
2007-07-17mm: clean up and kernelify shrinker registrationGravatar Rusty Russell 1-31/+11
2007-07-17Lumpy Reclaim V4Gravatar Andy Whitcroft 1-22/+149
2007-05-09Add suspend-related notifications for CPU hotplugGravatar Rafael J. Wysocki 1-1/+1
2007-05-08Factor outstanding I/O error handlingGravatar Guillaume Chazarain 1-6/+2
2007-05-07freezer: fix racy usage of try_to_freeze in kswapdGravatar Rafael J. Wysocki 1-4/+9
2007-03-01[PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocationsGravatar Andrew Morton 1-1/+1
2007-02-11[PATCH] Use ZVC for inactive and active countsGravatar Christoph Lameter 1-23/+28
2007-01-05[PATCH] shrink_all_memory(): fix lru_pages handlingGravatar Andrew Morton 1-17/+16
2006-12-30[PATCH] Buglet in vmscan.cGravatar Shantanu Goel 1-1/+1
2006-12-22[PATCH] Fix swapped parameters in mm/vmscan.cGravatar Nigel Cunningham 1-2/+2
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiGravatar Paul Jackson 1-4/+4
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useGravatar Ingo Molnar 1-2/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hGravatar Nigel Cunningham 1-0/+1
2006-12-07[PATCH] swsusp: Improve handling of highmemGravatar Rafael J. Wysocki 1-0/+3
2006-12-07[PATCH] balance_pdgat() cleanupGravatar Andrew Morton 1-3/+4
2006-10-28[PATCH] Use min of two prio settings in calculating distress for reclaimGravatar Martin Bligh 1-4/+4
2006-10-28[PATCH] vmscan: Fix temp_priority raceGravatar Martin Bligh 1-14/+41
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsGravatar Andrew Morton 1-3/+3
2006-10-17[PATCH] invalidate: remove_mapping() fixGravatar Andrew Morton 1-0/+6
2006-09-27[PATCH] page invalidation cleanupGravatar Nick Piggin 1-4/+23
2006-09-27[PATCH] vm: add per-zone writeout counterGravatar Andrew Morton 1-1/+2
2006-09-26[PATCH] NUMA: Add zone_to_nid functionGravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] zone reclaim with slab: avoid unecessary off node allocationsGravatar Christoph Lameter 1-5/+12
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimGravatar Christoph Lameter 1-21/+37
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEGravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneGravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] oom: reclaim_mapped on oomGravatar Nick Piggin 1-1/+10
2006-09-26[PATCH] oom: use unreclaimable infoGravatar Nick Piggin 1-0/+8
2006-09-26[PATCH] mm: remove_mapping() safenessGravatar Nick Piggin 1-3/+3
2006-09-26[PATCH] mm: VM_BUG_ONGravatar Nick Piggin 1-8/+8
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OGravatar Christoph Lameter 1-13/+14
2006-06-30[PATCH] Light weight event countersGravatar Christoph Lameter 1-12/+11
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterGravatar Christoph Lameter 1-1/+1
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Gravatar Christoph Lameter 1-21/+10
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDGravatar Christoph Lameter 1-1/+2
2006-06-30[PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structureGravatar Christoph Lameter 1-9/+2
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterGravatar Christoph Lameter 1-4/+4
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Gravatar Chandra Seetharaman 1-1/+1
2006-06-27[PATCH] pgdat allocation for new node add (export kswapd start func)Gravatar Yasunori Goto 1-11/+26
2006-06-23[PATCH] initialise total_memory() earlierGravatar Andrew Morton 1-3/+2
2006-06-23[PATCH] More page migration: use migration entries for file pagesGravatar Christoph Lameter 1-1/+13
2006-06-23[PATCH] writeback: fix range handlingGravatar OGAWA Hirofumi 1-0/+2
2006-06-23[PATCH] swsusp: rework memory shrinkerGravatar Rafael J. Wysocki 1-55/+164
2006-06-11[PATCH] typo in vmscan.cGravatar Christoph Lameter 1-1/+1
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsGravatar Chandra Seetharaman 1-1/+1
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatGravatar KAMEZAWA Hiroyuki 1-3/+3
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockGravatar Andrew Morton 1-0/+2