summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-11-06mm: move migrate_prep out from under mmap_semChristoph Lameter
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin
2008-08-12do_migrate_pages(): remove unused variableMinChan Kim
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen
2008-07-04mempolicy: mask off internal flags for userspace APIDavid Rientjes
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn
2008-04-28mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn
2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn
2008-04-28mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn
2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default 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: fixup Fallback for Default Shmem PolicyLee Schermerhorn
2008-04-28mempolicy: write lock mmap_sem while changing task mempolicyLee Schermerhorn
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn
2008-04-28mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes
2008-04-28mempolicy: create mempolicy_operations structureDavid Rientjes
2008-04-28mempolicy: move rebind functionsDavid 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: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman
2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck
2008-02-11mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro
2007-11-14Migration: find correct vma in new_vma_page()Lee Schermerhorn
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn
2007-10-16Memoryless nodes: Update memory policy and page migrationChristoph Lameter
2007-10-16Memoryless nodes: Fix interleave behavior for memoryless nodesChristoph Lameter
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn
2007-10-16Clean up duplicate includes in mm/Jesper Juhl
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn
2007-08-31Page migration: Do not accept invalid nodes in the target nodesetChristoph Lameter