aboutsummaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-28mempolicy: disallow static or relative flags for local preferred modeGravatar David Rientjes 1-16/+26
2008-04-28mempolicy: create mempolicy_operations structureGravatar David Rientjes 1-93/+140
2008-04-28mempolicy: move rebind functionsGravatar David Rientjes 1-94/+91
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagGravatar David Rientjes 1-2/+31
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagGravatar David Rientjes 1-84/+88
2008-04-28mempolicy: support optional mode flagsGravatar David Rientjes 1-20/+31
2008-04-28mempolicy: convert MPOL constants to enumGravatar David Rientjes 1-12/+17
2008-04-28mm: filter based on a nodemask as well as a gfp_maskGravatar Mel Gorman 1-111/+73
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxGravatar Mel Gorman 1-14/+22
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskGravatar Mel Gorman 1-3/+3
2008-03-10mempolicy: fix reference counting bugsGravatar Lee Schermerhorn 1-1/+6
2008-02-14d_path: Make seq_path() use a struct path argumentGravatar Jan Blunck 1-1/+1
2008-02-11mempolicy: silently restrict nodemask to allowed nodesGravatar KOSAKI Motohiro 1-25/+36
2007-11-14Migration: find correct vma in new_vma_page()Gravatar Lee Schermerhorn 1-2/+19
2007-10-19Uninline find_task_by_xxx set of functionsGravatar Pavel Emelyanov 1-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 1-1/+3
2007-10-19Task Control Groups: make cpusets a client of cgroupsGravatar Paul Menage 1-2/+0
2007-10-16mm/mempolicy.c: cleanupsGravatar Adrian Bunk 1-10/+18
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeGravatar Lee Schermerhorn 1-2/+2
2007-10-16Memoryless nodes: Update memory policy and page migrationGravatar Christoph Lameter 1-5/+5
2007-10-16Memoryless nodes: Fix interleave behavior for memoryless nodesGravatar Christoph Lameter 1-1/+3
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagGravatar Lee Schermerhorn 1-1/+11
2007-10-16Clean up duplicate includes in mm/Gravatar Jesper Juhl 1-2/+0
2007-09-19Fix NUMA Memory Policy Reference CountingGravatar Lee Schermerhorn 1-9/+70
2007-08-31Page migration: Do not accept invalid nodes in the target nodesetGravatar Christoph Lameter 1-0/+5
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEGravatar Mel Gorman 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEGravatar Mel Gorman 1-2/+3
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Gravatar Mel Gorman 1-2/+3
2007-07-16numa: mempolicy: trivial debug fixes.Gravatar Paul Mundt 1-10/+10
2007-07-16numa: mempolicy: dynamic interleave map for system initGravatar Paul Mundt 1-3/+28
2007-03-05[PATCH] Page migration: Fix vma flag checkingGravatar Christoph Lameter 1-9/+0
2007-02-20[PATCH] fix mempolicy's check on a system with memory-less-nodeGravatar KAMEZAWA Hiroyuki 1-4/+9
2007-02-11[PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zoneGravatar Christoph Lameter 1-1/+1
2007-01-23[PATCH] mbind: restrict nodes to the currently allowed cpusetGravatar Christoph Lameter 1-0/+4
2006-12-08[PATCH] struct path: convert mmGravatar Josef Sipek 1-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intGravatar Andy Whitcroft 1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching speedupGravatar Paul Jackson 1-0/+2
2006-10-11[PATCH] Fix do_mbind warning with CONFIG_MIGRATION=nGravatar Keith Owens 1-1/+1
2006-10-01[PATCH] kmemdup: some usersGravatar Alexey Dobriyan 1-2/+1
2006-09-27[PATCH] GFP_THISNODE for the slab allocatorGravatar Christoph Lameter 1-1/+3
2006-09-26[PATCH] NUMA: Add zone_to_nid functionGravatar Christoph Lameter 1-3/+3
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Gravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] linearly index zone->node_zonelists[]Gravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] Apply type enum zone_typeGravatar Christoph Lameter 1-3/+8
2006-09-26[PATCH] mempolicies: fix policy_zone checkGravatar Christoph Lameter 1-1/+1
2006-09-01[PATCH] fix NUMA interleaving for huge pagesGravatar Nishanth Aravamudan 1-1/+9
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsGravatar Christoph Lameter 1-4/+2