aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)AuthorFilesLines
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEGravatar Mel Gorman 1-0/+18
2007-07-31Remove the arm26 portGravatar Adrian Bunk 1-1/+0
2007-07-17Lumpy Reclaim V4Gravatar Andy Whitcroft 1-0/+8
2007-07-17Create the ZONE_MOVABLE zoneGravatar Mel Gorman 1-2/+18
2007-07-16change zonelist order: zonelist order selection logicGravatar KAMEZAWA Hiroyuki 1-0/+5
2007-05-09Move remote node draining out of slab allocatorsGravatar Christoph Lameter 1-0/+3
2007-05-07add pfn_valid_within helper for sub-MAX_ORDER hole detectionGravatar Andy Whitcroft 1-0/+12
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMGravatar Christoph Lameter 1-2/+24
2007-02-11[PATCH] Drop __get_zone_counts()Gravatar Christoph Lameter 1-2/+0
2007-02-11[PATCH] Reorder ZVCs according to cachelineGravatar Christoph Lameter 1-3/+5
2007-02-11[PATCH] Use ZVC for free_pagesGravatar Christoph Lameter 1-1/+1
2007-02-11[PATCH] Use ZVC for inactive and active countsGravatar Christoph Lameter 1-2/+2
2007-01-11[PATCH] Fix sparsemem on CellGravatar Dave Hansen 1-2/+6
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching reorder structureGravatar Paul Jackson 1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching speedupGravatar Paul Jackson 1-5/+80
2006-10-28[PATCH] vmscan: Fix temp_priority raceGravatar Martin Bligh 1-5/+1
2006-10-21[PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpcGravatar Andy Whitcroft 1-0/+6
2006-09-27[PATCH] Add node to zone for the NUMA caseGravatar Christoph Lameter 1-0/+1
2006-09-27[PATCH] own header file for struct pageGravatar Heiko Carstens 1-0/+5
2006-09-27[PATCH] vm: add per-zone writeout counterGravatar Andrew Morton 1-0/+1
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryGravatar Mel Gorman 1-1/+9
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimGravatar Christoph Lameter 1-0/+3
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEGravatar Christoph Lameter 1-1/+2
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneGravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] linearly index zone->node_zonelists[]Gravatar Christoph Lameter 1-47/+5
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalGravatar Christoph Lameter 1-3/+33
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalGravatar Christoph Lameter 1-3/+13
2006-09-26[PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentGravatar Christoph Lameter 1-19/+47
2006-09-01[PATCH] ZVC: Scale thresholds depending on the size of the systemGravatar Christoph Lameter 1-0/+1
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OGravatar Christoph Lameter 1-0/+6
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsGravatar Christoph Lameter 1-9/+8
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterGravatar Christoph Lameter 1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterGravatar Christoph Lameter 1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterGravatar Christoph Lameter 1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterGravatar Christoph Lameter 1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterGravatar Christoph Lameter 1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterGravatar Christoph Lameter 1-0/+1
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Gravatar Christoph Lameter 1-6/+0
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: conversion of nr_pagecache to per zone counterGravatar Christoph Lameter 1-1/+1
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterGravatar Christoph Lameter 1-0/+3
2006-06-30[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationGravatar Christoph Lameter 1-0/+9
2006-06-23[PATCH] sparsemem: record nid during memory presentGravatar Andy Whitcroft 1-0/+5
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: add return co...Gravatar Yasunori Goto 1-0/+3
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: change name o...Gravatar Yasunori Goto 1-2/+2
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Gravatar Linus Torvalds 1-1/+0
2006-06-05[PATCH] Sparsemem build fixGravatar Ralf Baechle 1-0/+1
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 1-0/+1
2006-05-21[PATCH] Align the node_mem_map endpoints to a MAX_ORDER boundaryGravatar Bob Picco 1-0/+1