summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-261-1/+1
* [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter2006-09-261-1/+1
* [PATCH] oom: reclaim_mapped on oomNick Piggin2006-09-261-1/+10
* [PATCH] oom: use unreclaimable infoNick Piggin2006-09-261-0/+8
* [PATCH] mm: remove_mapping() safenessNick Piggin2006-09-261-3/+3
* [PATCH] mm: VM_BUG_ONNick Piggin2006-09-261-8/+8
* [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter2006-07-041-13/+14
* [PATCH] Light weight event countersChristoph Lameter2006-06-301-12/+11Star
* [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-301-1/+1
* [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter2006-06-301-21/+10Star
* [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter2006-06-301-1/+2
* [PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structureChristoph Lameter2006-06-301-9/+2Star
* [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-301-4/+4
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-281-1/+1
* [PATCH] pgdat allocation for new node add (export kswapd start func)Yasunori Goto2006-06-281-11/+26
* [PATCH] initialise total_memory() earlierAndrew Morton2006-06-231-3/+2Star
* [PATCH] More page migration: use migration entries for file pagesChristoph Lameter2006-06-231-1/+13
* [PATCH] writeback: fix range handlingOGAWA Hirofumi2006-06-231-0/+2
* [PATCH] swsusp: rework memory shrinkerRafael J. Wysocki2006-06-231-55/+164
* [PATCH] typo in vmscan.cChristoph Lameter2006-06-121-1/+1
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2006-03-271-3/+3
* [PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton2006-03-251-0/+2
* [PATCH] page migration reorgChristoph Lameter2006-03-221-489/+2Star
* [PATCH] mm: make shrink_all_memory try harderRafael J. Wysocki2006-03-221-0/+7
* [PATCH] vmscan: emove obsolete checks from shrink_list() and fix unlikely in ...Christoph Lameter2006-03-221-11/+2Star
* [PATCH] mm: make __put_page internalNick Piggin2006-03-221-0/+2
* [PATCH] mm: shrink_inactive_lis() nr_scan accounting fixWu Fengguang2006-03-221-4/+5
* [PATCH] mm: isolate_lru_pages() scan count fixWu Fengguang2006-03-221-2/+2
* [PATCH] zone_reclaim: additional comments and cleanupChristoph Lameter2006-03-221-4/+14
* [PATCH] vmscan: rename functionsAndrew Morton2006-03-221-15/+17
* [PATCH] vmscan return nr_reclaimedAndrew Morton2006-03-221-39/+38Star
* [PATCH] vmscan: use unsigned longsAndrew Morton2006-03-221-45/+59
* [PATCH] vmscan: scan_control cleanupAndrew Morton2006-03-221-46/+62
* [PATCH] Thin out scan_control: remove nr_to_scan and priorityChristoph Lameter2006-03-221-34/+25Star
* [PATCH] mm: simplify vmscan vs release refcountingNick Piggin2006-03-221-14/+11Star
* [PATCH] mm: PageActive no testsetNick Piggin2006-03-221-2/+3
* [PATCH] mm: PageLRU no testsetNick Piggin2006-03-221-9/+11
* [PATCH] mm: never ClearPageLRU released pagesNick Piggin2006-03-221-7/+11
* [PATCH] page migration: fail if page is in a vma flagged VM_LOCKEDChristoph Lameter2006-03-151-6/+12
* [PATCH] vmscan: no zone_reclaim if PF_MALLOC is setChristoph Lameter2006-03-101-1/+2
* [PATCH] vmscan: fix zone_reclaimChristoph Lameter2006-02-241-3/+7
* [PATCH] vmscan: skip reclaim_mapped determination if we do not swapChristoph Lameter2006-02-121-34/+41
* [PATCH] vmscan: remove duplicate increment of reclaim_in_progressChristoph Lameter2006-02-121-2/+0Star