summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorLines
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn-55/+89
2008-04-28mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn-8/+17
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn-2/+102
2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn-6/+11
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn-25/+22
2008-04-28mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn-10/+18
2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn-26/+42
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn-67/+79
2008-04-28mempolicy: mark shared policies for unrefLee Schermerhorn-0/+1
2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn-23/+23
2008-04-28mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn-2/+5
2008-04-28mempolicy: write lock mmap_sem while changing task mempolicyLee Schermerhorn-0/+13
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn-3/+3
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn-13/+13
2008-04-28mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes-16/+26
2008-04-28mempolicy: create mempolicy_operations structureDavid Rientjes-93/+140
2008-04-28mempolicy: move rebind functionsDavid Rientjes-94/+91
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes-2/+31
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes-84/+88
2008-04-28mempolicy: support optional mode flagsDavid Rientjes-20/+31
2008-04-28mempolicy: convert MPOL constants to enumDavid Rientjes-12/+17
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman-111/+73
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman-14/+22
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman-3/+3
2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn-1/+6
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck-1/+1
2008-02-11mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro-25/+36
2007-11-14Migration: find correct vma in new_vma_page()Lee Schermerhorn-2/+19
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov-1/+3
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage-2/+0
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk-10/+18
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn-2/+2
2007-10-16Memoryless nodes: Update memory policy and page migrationChristoph Lameter-5/+5
2007-10-16Memoryless nodes: Fix interleave behavior for memoryless nodesChristoph Lameter-1/+3
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn-1/+11
2007-10-16Clean up duplicate includes in mm/Jesper Juhl-2/+0
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn-9/+70
2007-08-31Page migration: Do not accept invalid nodes in the target nodesetChristoph Lameter-0/+5
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman-2/+3
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman-2/+3
2007-07-16numa: mempolicy: trivial debug fixes.Paul Mundt-10/+10
2007-07-16numa: mempolicy: dynamic interleave map for system initPaul Mundt-3/+28
2007-03-05[PATCH] Page migration: Fix vma flag checkingChristoph Lameter-9/+0
2007-02-20[PATCH] fix mempolicy's check on a system with memory-less-nodeKAMEZAWA Hiroyuki-4/+9
2007-02-11[PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zoneChristoph Lameter-1/+1
2007-01-23[PATCH] mbind: restrict nodes to the currently allowed cpusetChristoph Lameter-0/+4
2006-12-08[PATCH] struct path: convert mmJosef Sipek-1/+1