aboutsummaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-05[PATCH] Page migration: Fix vma flag checkingGravatar Christoph Lameter 1-9/+0
2007-02-20[PATCH] fix mempolicy's check on a system with memory-less-nodeGravatar KAMEZAWA Hiroyuki 1-4/+9
2007-02-11[PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zoneGravatar Christoph Lameter 1-1/+1
2007-01-23[PATCH] mbind: restrict nodes to the currently allowed cpusetGravatar Christoph Lameter 1-0/+4
2006-12-08[PATCH] struct path: convert mmGravatar Josef Sipek 1-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intGravatar Andy Whitcroft 1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching speedupGravatar Paul Jackson 1-0/+2
2006-10-11[PATCH] Fix do_mbind warning with CONFIG_MIGRATION=nGravatar Keith Owens 1-1/+1
2006-10-01[PATCH] kmemdup: some usersGravatar Alexey Dobriyan 1-2/+1
2006-09-27[PATCH] GFP_THISNODE for the slab allocatorGravatar Christoph Lameter 1-1/+3
2006-09-26[PATCH] NUMA: Add zone_to_nid functionGravatar Christoph Lameter 1-3/+3
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Gravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] linearly index zone->node_zonelists[]Gravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] Apply type enum zone_typeGravatar Christoph Lameter 1-3/+8
2006-09-26[PATCH] mempolicies: fix policy_zone checkGravatar Christoph Lameter 1-1/+1
2006-09-01[PATCH] fix NUMA interleaving for huge pagesGravatar Nishanth Aravamudan 1-1/+9
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsGravatar Christoph Lameter 1-4/+2
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyGravatar Eric W. Biederman 1-3/+3
2006-06-25[PATCH] page migration: Support a vma migration functionGravatar Christoph Lameter 1-1/+5
2006-06-23[PATCH] SELinux: add security_task_movememory calls to mm codeGravatar David Quigley 1-0/+5
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesGravatar Christoph Lameter 1-2/+2
2006-06-23[PATCH] page migration: use allocator function for migrate_pages()Gravatar Christoph Lameter 1-2/+21
2006-06-23[PATCH] page migration: handle freeing of pages in migrate_pages()Gravatar Christoph Lameter 1-7/+1
2006-04-20[PATCH] Remove cond_resched in gather_stats()Gravatar Christoph Lameter 1-1/+0
2006-03-28[PATCH] Typo fixesGravatar Alexey Dobriyan 1-1/+1
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsGravatar Paul Jackson 1-0/+32
2006-03-22[PATCH] page migration reorgGravatar Christoph Lameter 1-90/+23
2006-03-22[PATCH] mm: kill kmem_cache_t usageGravatar Pekka Enberg 1-2/+2
2006-03-17[PATCH] page migration: Fail with error if swap not setupGravatar Christoph Lameter 1-2/+12
2006-03-14[PATCH] Consistent capabilites associated with MPOL_MOVE_ALLGravatar Christoph Lameter 1-4/+4