aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mempolicy.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-25mempolicy: restructure rebinding-mempolicy functionsGravatar Miao Xie 1-3/+12
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyGravatar Lee Schermerhorn 1-0/+3
2008-07-24mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGravatar Gerald Schaefer 1-0/+19
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoGravatar Lee Schermerhorn 1-11/+11
2008-04-28mempolicy: rework shmem mpol parsing and displayGravatar Lee Schermerhorn 1-0/+21
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyGravatar Lee Schermerhorn 1-0/+1
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Gravatar Lee Schermerhorn 1-0/+35
2008-04-28mempolicy: mark shared policies for unrefGravatar Lee Schermerhorn 1-0/+7
2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Gravatar Lee Schermerhorn 1-3/+3
2008-04-28mempolicy: rename mpol_copy to mpol_dupGravatar Lee Schermerhorn 1-7/+7
2008-04-28mempolicy: rename mpol_free to mpol_putGravatar Lee Schermerhorn 1-5/+5
2008-04-28mempolicy: small header file cleanupGravatar David Rientjes 1-8/+0
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagGravatar David Rientjes 1-1/+2
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagGravatar David Rientjes 1-4/+7
2008-04-28mempolicy: support optional mode flagsGravatar David Rientjes 1-3/+17
2008-04-28mempolicy: convert MPOL constants to enumGravatar David Rientjes 1-9/+10
2008-04-28mm: filter based on a nodemask as well as a gfp_maskGravatar Mel Gorman 1-7/+12
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskGravatar Mel Gorman 1-1/+1
2007-10-19Task Control Groups: make cpusets a client of cgroupsGravatar Paul Menage 1-12/+0
2007-10-16mm/mempolicy.c: cleanupsGravatar Adrian Bunk 1-6/+0
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagGravatar Lee Schermerhorn 1-0/+1
2007-09-19Fix NUMA Memory Policy Reference CountingGravatar Lee Schermerhorn 1-2/+2
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEGravatar Mel Gorman 1-1/+1
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEGravatar Mel Gorman 1-3/+3
2006-10-21[PATCH] cpuset: mempolicy migration typo fixGravatar Paul Jackson 1-1/+1
2006-09-26[PATCH] Apply type enum zone_typeGravatar Christoph Lameter 1-2/+2
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Gravatar Linus Torvalds 1-1/+0
2006-06-08[PATCH] Fix mempolicy.h build errorGravatar Ralf Baechle 1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsGravatar Paul Jackson 1-0/+5
2006-01-18[PATCH] NUMA policies in the slab allocator V2Gravatar Christoph Lameter 1-0/+1
2006-01-14[PATCH] Add tmpfs options for memory placement policiesGravatar Robin Holt 1-7/+4
2006-01-08[PATCH] cpuset: rebind vma mempolicies fixGravatar Paul Jackson 1-0/+18
2006-01-08[PATCH] cpuset: numa_policy_rebind cleanupGravatar Paul Jackson 1-2/+10
2006-01-08[PATCH] mempolicies: unexport get_vma_policy()Gravatar Christoph Lameter 1-3/+0
2006-01-08[PATCH] cpusets: swap migration interfaceGravatar Paul Jackson 1-0/+7
2006-01-08[PATCH] Swap Migration V5: sys_migrate_pages interfaceGravatar Christoph Lameter 1-0/+3
2006-01-08[PATCH] Swap Migration V5: MPOL_MF_MOVE interfaceGravatar Christoph Lameter 1-0/+3
2006-01-06[PATCH] mm: move determination of policy_zone into page allocatorGravatar Christoph Lameter 1-0/+11
2006-01-06[PATCH] Remove old node based policy interface from mempolicy.cGravatar Christoph Lameter 1-19/+0
2006-01-06[PATCH] Add NUMA policy support for huge pages.Gravatar Christoph Lameter 1-0/+8
2005-10-30[PATCH] cpusets: automatic numa mempolicy rebindingGravatar Paul Jackson 1-0/+6
2005-10-29[PATCH] mm: update comments to pte lockGravatar Hugh Dickins 1-2/+1
2005-10-29[PATCH] Convert mempolicies to nodemask_tGravatar Andi Kleen 1-2/+2
2005-09-08[PATCH] PCI: Run PCI driver initialization on local nodeGravatar Andi Kleen 1-0/+1
2005-09-05[PATCH] /proc/<pid>/numa_maps to show on which nodes pages resideGravatar Christoph Lameter 1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+229