aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mempolicy.h
AgeCommit message (Expand)Author
2013-01-02mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-11mm: mempolicy: Check for misplaced pageLee Schermerhorn
2012-12-06tmpfs: fix shared mempolicy leakMel Gorman
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-09mempolicy: fix a race in shared_policy_replace()Mel Gorman
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-06-20slab/mempolicy: always use local policy from interrupt contextAndi Kleen
2012-05-29mm: do_migrate_pages(): rename argumentsAndrew Morton
2012-01-10mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro
2011-05-25mm: declare mpol_to_str() when CONFIG_TMPFS=nStephen Wilson
2011-05-25mm: export get_vma_policy()Stephen Wilson
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2008-07-24mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn
2008-04-28mempolicy: mark shared policies for unrefLee Schermerhorn
2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn
2008-04-28mempolicy: small header file cleanupDavid Rientjes
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes
2008-04-28mempolicy: support optional mode flagsDavid Rientjes
2008-04-28mempolicy: convert MPOL constants to enumDavid Rientjes
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman
2006-10-21[PATCH] cpuset: mempolicy migration typo fixPaul Jackson
2006-09-26[PATCH] Apply type enum zone_typeChristoph Lameter
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds
2006-06-08[PATCH] Fix mempolicy.h build errorRalf Baechle
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsPaul Jackson
2006-01-18[PATCH] NUMA policies in the slab allocator V2Christoph Lameter
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt
2006-01-08[PATCH] cpuset: rebind vma mempolicies fixPaul Jackson
2006-01-08[PATCH] cpuset: numa_policy_rebind cleanupPaul Jackson
2006-01-08[PATCH] mempolicies: unexport get_vma_policy()Christoph Lameter
2006-01-08[PATCH] cpusets: swap migration interfacePaul Jackson