aboutsummaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Unevictable LRU InfrastructureGravatar Lee Schermerhorn 1-1/+1
2008-10-20vmscan: move isolate_lru_page() to vmscan.cGravatar Nick Piggin 1-2/+7
2008-08-12do_migrate_pages(): remove unused variableGravatar MinChan Kim 1-1/+0
2008-07-24hugetlb: modular state for hugetlb page sizeGravatar Andi Kleen 1-3/+6
2008-07-04mempolicy: mask off internal flags for userspace APIGravatar David Rientjes 1-1/+5
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoGravatar Lee Schermerhorn 1-55/+89
2008-04-28mempolicy: support mpol=local tmpfs mount optionGravatar Lee Schermerhorn 1-8/+17
2008-04-28mempolicy: rework shmem mpol parsing and displayGravatar Lee Schermerhorn 1-2/+102
2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingGravatar Lee Schermerhorn 1-6/+11
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyGravatar Lee Schermerhorn 1-25/+22
2008-04-28mempolicy: mPOL_PREFERRED cleanups for "local allocation"Gravatar Lee Schermerhorn 1-10/+18
2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default policyGravatar Lee Schermerhorn 1-26/+42
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Gravatar Lee Schermerhorn 1-67/+79
2008-04-28mempolicy: mark shared policies for unrefGravatar Lee Schermerhorn 1-0/+1
2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Gravatar Lee Schermerhorn 1-23/+23
2008-04-28mempolicy: fixup Fallback for Default Shmem PolicyGravatar Lee Schermerhorn 1-2/+5
2008-04-28mempolicy: write lock mmap_sem while changing task mempolicyGravatar Lee Schermerhorn 1-0/+13
2008-04-28mempolicy: rename mpol_copy to mpol_dupGravatar Lee Schermerhorn 1-3/+3
2008-04-28mempolicy: rename mpol_free to mpol_putGravatar Lee Schermerhorn 1-13/+13
2008-04-28mempolicy: disallow static or relative flags for local preferred modeGravatar David Rientjes 1-16/+26
2008-04-28mempolicy: create mempolicy_operations structureGravatar David Rientjes 1-93/+140
2008-04-28mempolicy: move rebind functionsGravatar David Rientjes 1-94/+91
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagGravatar David Rientjes 1-2/+31
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagGravatar David Rientjes 1-84/+88
2008-04-28mempolicy: support optional mode flagsGravatar David Rientjes 1-20/+31
2008-04-28mempolicy: convert MPOL constants to enumGravatar David Rientjes 1-12/+17
2008-04-28mm: filter based on a nodemask as well as a gfp_maskGravatar Mel Gorman 1-111/+73
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxGravatar Mel Gorman 1-14/+22
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskGravatar Mel Gorman 1-3/+3
2008-03-10mempolicy: fix reference counting bugsGravatar Lee Schermerhorn 1-1/+6
2008-02-14d_path: Make seq_path() use a struct path argumentGravatar Jan Blunck 1-1/+1
2008-02-11mempolicy: silently restrict nodemask to allowed nodesGravatar KOSAKI Motohiro 1-25/+36
2007-11-14Migration: find correct vma in new_vma_page()Gravatar Lee Schermerhorn 1-2/+19
2007-10-19Uninline find_task_by_xxx set of functionsGravatar Pavel Emelyanov 1-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 1-1/+3
2007-10-19Task Control Groups: make cpusets a client of cgroupsGravatar Paul Menage 1-2/+0
2007-10-16mm/mempolicy.c: cleanupsGravatar Adrian Bunk 1-10/+18
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeGravatar Lee Schermerhorn 1-2/+2
2007-10-16Memoryless nodes: Update memory policy and page migrationGravatar Christoph Lameter 1-5/+5
2007-10-16Memoryless nodes: Fix interleave behavior for memoryless nodesGravatar Christoph Lameter 1-1/+3
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagGravatar Lee Schermerhorn 1-1/+11
2007-10-16Clean up duplicate includes in mm/Gravatar Jesper Juhl 1-2/+0
2007-09-19Fix NUMA Memory Policy Reference CountingGravatar Lee Schermerhorn 1-9/+70
2007-08-31Page migration: Do not accept invalid nodes in the target nodesetGravatar Christoph Lameter 1-0/+5
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEGravatar Mel Gorman 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEGravatar Mel Gorman 1-2/+3
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Gravatar Mel Gorman 1-2/+3
2007-07-16numa: mempolicy: trivial debug fixes.Gravatar Paul Mundt 1-10/+10
2007-07-16numa: mempolicy: dynamic interleave map for system initGravatar Paul Mundt 1-3/+28