aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki1-26/+58
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-1/+1
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie1-40/+103
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens1-13/+11
2008-11-14Merge branch 'master' into nextJames Morris1-7/+11
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-3/+5
2008-11-14CRED: Separate task security context from task_structDavid Howells1-5/+5
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-2/+5
2008-11-06mm: move migrate_prep out from under mmap_semChristoph Lameter1-7/+11
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-1/+1
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin1-2/+7
2008-08-12do_migrate_pages(): remove unused variableMinChan Kim1-1/+0
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-3/+6
2008-07-04mempolicy: mask off internal flags for userspace APIDavid Rientjes1-1/+5
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn1-55/+89
2008-04-28mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn1-8/+17
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn1-2/+102
2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn1-6/+11
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn1-25/+22
2008-04-28mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn1-10/+18
2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn1-26/+42
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn1-67/+79
2008-04-28mempolicy: mark shared policies for unrefLee Schermerhorn1-0/+1
2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn1-23/+23
2008-04-28mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn1-2/+5
2008-04-28mempolicy: write lock mmap_sem while changing task mempolicyLee Schermerhorn1-0/+13
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn1-3/+3
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-13/+13
2008-04-28mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes1-16/+26
2008-04-28mempolicy: create mempolicy_operations structureDavid Rientjes1-93/+140
2008-04-28mempolicy: move rebind functionsDavid Rientjes1-94/+91
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes1-2/+31
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes1-84/+88
2008-04-28mempolicy: support optional mode flagsDavid Rientjes1-20/+31
2008-04-28mempolicy: convert MPOL constants to enumDavid Rientjes1-12/+17
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-111/+73
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-14/+22
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman1-3/+3
2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn1-1/+6
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-1/+1
2008-02-11mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro1-25/+36
2007-11-14Migration: find correct vma in new_vma_page()Lee Schermerhorn1-2/+19
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-1/+3
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-2/+0
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk1-10/+18
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn1-2/+2
2007-10-16Memoryless nodes: Update memory policy and page migrationChristoph Lameter1-5/+5
2007-10-16Memoryless nodes: Fix interleave behavior for memoryless nodesChristoph Lameter1-1/+3
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn1-1/+11