aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-22[PATCH] mm: PageActive no testsetNick Piggin1-2/+3
2006-03-22[PATCH] mm: PageLRU no testsetNick Piggin1-9/+11
2006-03-22[PATCH] mm: never ClearPageLRU released pagesNick Piggin1-7/+11
2006-03-14[PATCH] page migration: fail if page is in a vma flagged VM_LOCKEDChristoph Lameter1-6/+12
2006-03-09[PATCH] vmscan: no zone_reclaim if PF_MALLOC is setChristoph Lameter1-1/+2
2006-02-24[PATCH] vmscan: fix zone_reclaimChristoph Lameter1-3/+7
2006-02-11[PATCH] vmscan: skip reclaim_mapped determination if we do not swapChristoph Lameter1-34/+41
2006-02-11[PATCH] vmscan: remove duplicate increment of reclaim_in_progressChristoph Lameter1-2/+0
2006-02-11[PATCH] zone reclaim: do not check references to a page during zone reclaimChristoph Lameter1-1/+5
2006-02-10[PATCH] Updates for page migrationChristoph Lameter1-5/+20
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter1-1/+19
2006-02-01[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptesChristoph Lameter1-0/+9
2006-02-01[PATCH] Direct Migration V9: migrate_pages() extensionChristoph Lameter1-11/+215
2006-02-01[PATCH] Reclaim slab during zone reclaimChristoph Lameter1-0/+14
2006-02-01[PATCH] Zone reclaim: Allow modification of zone reclaim behaviorChristoph Lameter1-2/+7
2006-02-01[PATCH] zone_reclaim: configurable off node allocation period.Christoph Lameter1-2/+2
2006-02-01[PATCH] zone_reclaim: partial scans instead of full scanChristoph Lameter1-2/+18
2006-02-01[PATCH] zone_reclaim: do not unmap file backed pagesChristoph Lameter1-0/+6
2006-02-01[PATCH] zone_reclaim: minor fixesChristoph Lameter1-1/+3
2006-02-01[PATCH] mm: improve function of sc->may_writepageChristoph Lameter1-3/+3
2006-02-01[PATCH] zone_reclaim: reclaim on memory only node supportChristoph Lameter1-1/+7
2006-02-01[PATCH] Optimize off-node performance of zone reclaimChristoph Lameter1-14/+15
2006-01-18[PATCH] Zone reclaim: Reclaim logicChristoph Lameter1-0/+68
2006-01-18[PATCH] Zone reclaim: resurrect may_swapChristoph Lameter1-0/+7
2006-01-18[PATCH] mm: migration page refcounting fixNick Piggin1-41/+30
2006-01-08[PATCH] SwapMig: Switch error handling in migrate_pages to use -ExxChristoph Lameter1-22/+34
2006-01-08[PATCH] SwapMig: Extend parameters for migrate_pages()Christoph Lameter1-9/+8
2006-01-08[PATCH] SwapMig: Drop unused pages immediatelyChristoph Lameter1-0/+5
2006-01-08[PATCH] SwapMig: add_to_swap() avoid atomic allocationsChristoph Lameter1-2/+2
2006-01-08[PATCH] SwapMig: CONFIG_MIGRATION fixesChristoph Lameter1-76/+76
2006-01-08[PATCH] Swap Migration V5: Add CONFIG_MIGRATION for page migration supportChristoph Lameter1-9/+11
2006-01-08[PATCH] Swap Migration V5: migrate_pages() functionChristoph Lameter1-34/+180
2006-01-08[PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swapChristoph Lameter1-4/+2