aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-28[PATCH] Use min of two prio settings in calculating distress for reclaimMartin Bligh1-4/+4
2006-10-28[PATCH] vmscan: Fix temp_priority raceMartin Bligh1-14/+41
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-3/+3
2006-10-17[PATCH] invalidate: remove_mapping() fixAndrew Morton1-0/+6
2006-09-27[PATCH] page invalidation cleanupNick Piggin1-4/+23
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton1-1/+2
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-1/+1
2006-09-26[PATCH] zone reclaim with slab: avoid unecessary off node allocationsChristoph Lameter1-5/+12
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter1-21/+37
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-1/+1
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter1-1/+1
2006-09-26[PATCH] oom: reclaim_mapped on oomNick Piggin1-1/+10
2006-09-26[PATCH] oom: use unreclaimable infoNick Piggin1-0/+8
2006-09-26[PATCH] mm: remove_mapping() safenessNick Piggin1-3/+3
2006-09-26[PATCH] mm: VM_BUG_ONNick Piggin1-8/+8
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter1-13/+14
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-12/+11
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_intervalChristoph Lameter1-21/+10
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter1-1/+2
2006-06-30[PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structureChristoph Lameter1-9/+2
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter1-4/+4
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] pgdat allocation for new node add (export kswapd start func)Yasunori Goto1-11/+26
2006-06-23[PATCH] initialise total_memory() earlierAndrew Morton1-3/+2
2006-06-23[PATCH] More page migration: use migration entries for file pagesChristoph Lameter1-1/+13
2006-06-23[PATCH] writeback: fix range handlingOGAWA Hirofumi1-0/+2
2006-06-23[PATCH] swsusp: rework memory shrinkerRafael J. Wysocki1-55/+164
2006-06-11[PATCH] typo in vmscan.cChristoph Lameter1-1/+1
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki1-3/+3
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton1-0/+2
2006-03-22[PATCH] page migration reorgChristoph Lameter1-489/+2
2006-03-22[PATCH] mm: make shrink_all_memory try harderRafael J. Wysocki1-0/+7
2006-03-22[PATCH] vmscan: emove obsolete checks from shrink_list() and fix unlikely in refill_inactive_zone()Christoph Lameter1-11/+2
2006-03-22[PATCH] mm: make __put_page internalNick Piggin1-0/+2
2006-03-22[PATCH] mm: shrink_inactive_lis() nr_scan accounting fixWu Fengguang1-4/+5
2006-03-22[PATCH] mm: isolate_lru_pages() scan count fixWu Fengguang1-2/+2
2006-03-22[PATCH] zone_reclaim: additional comments and cleanupChristoph Lameter1-4/+14
2006-03-22[PATCH] vmscan: rename functionsAndrew Morton1-15/+17
2006-03-22[PATCH] vmscan return nr_reclaimedAndrew Morton1-39/+38
2006-03-22[PATCH] vmscan: use unsigned longsAndrew Morton1-45/+59
2006-03-22[PATCH] vmscan: scan_control cleanupAndrew Morton1-46/+62
2006-03-22[PATCH] Thin out scan_control: remove nr_to_scan and priorityChristoph Lameter1-34/+25
2006-03-22[PATCH] mm: simplify vmscan vs release refcountingNick Piggin1-14/+11