aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsPaul Jackson1-0/+32
2006-03-22[PATCH] page migration reorgChristoph Lameter1-90/+23
2006-03-22[PATCH] mm: kill kmem_cache_t usagePekka Enberg1-2/+2
2006-03-17[PATCH] page migration: Fail with error if swap not setupChristoph Lameter1-2/+12
2006-03-14[PATCH] Consistent capabilites associated with MPOL_MOVE_ALLChristoph Lameter1-4/+4
2006-03-08[PATCH] numa_maps-update fixAndrew Morton1-0/+8
2006-03-06[PATCH] numa_maps updateChristoph Lameter1-25/+95
2006-03-02[PATCH] numa_maps: Fix potential crash on non IA64 platformsChristoph Lameter1-1/+2
2006-02-28[PATCH] Fix sys_migrate_pages: Move all pages when invoked from rootChristoph Lameter1-1/+2
2006-02-24[PATCH] page migration: Fix MPOL_INTERLEAVE behavior for migration via mbind()Christoph Lameter1-4/+18
2006-02-20[PATCH] mm/mempolicy.c: fix 'if ();' typoAlexey Dobriyan1-1/+1
2006-02-20[PATCH] Fix units in mbind checkAndi Kleen1-1/+1
2006-02-17[PATCH] sys_mbind sanity checkingChris Wright1-0/+2
2006-02-17[PATCH] Handle all and empty zones when setting up custom zonelists for mbindAndi Kleen1-4/+14
2006-02-04[PATCH] x86_64: Fix memory policy build without CONFIG_HUGETLBFSChen, Kenneth W1-0/+2
2006-02-01[PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and sys_migrate_pages()Christoph Lameter1-21/+146
2006-01-18[PATCH] mm: optimize numa policy handling in slab allocatorChristoph Lameter1-3/+0
2006-01-18[PATCH] NUMA policies in the slab allocator V2Christoph Lameter1-0/+30
2006-01-18[PATCH] Simplify migrate_page_addChristoph Lameter1-36/+7
2006-01-18[PATCH] mm: migration page refcounting fixNick Piggin1-12/+17
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt1-0/+24
2006-01-12[PATCH] migration: make sure there is no attempt to migrate reserved pages.Christoph Lameter1-1/+3
2006-01-08[PATCH] cpuset: rebind vma mempolicies fixPaul Jackson1-0/+29
2006-01-08[PATCH] cpuset: numa_policy_rebind cleanupPaul Jackson1-12/+19
2006-01-08[PATCH] cpuset: implement cpuset_mems_allowedPaul Jackson1-3/+0
2006-01-08[PATCH] cpuset: combine refresh_mems and update_memsPaul Jackson1-5/+5
2006-01-08[PATCH] cpuset: mempolicy one more nodemask conversionPaul Jackson1-3/+2
2006-01-08[PATCH] Move page migration related functions near do_migrate_pages()Christoph Lameter1-132/+138
2006-01-08[PATCH] mempolicies: unexport get_vma_policy()Christoph Lameter1-2/+2
2006-01-08[PATCH] Drop page table lock before calling migrate_page_add()Christoph Lameter1-1/+4
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter1-1/+137
2006-01-08[PATCH] mempolicies: private pointer in check_range and MPOL_MF_INVERTChristoph Lameter1-22/+24
2006-01-08[PATCH] SwapMig: Extend parameters for migrate_pages()Christoph Lameter1-5/+22
2006-01-08[PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter1-1/+93
2006-01-08[PATCH] Swap Migration V5: MPOL_MF_MOVE interfaceChristoph Lameter1-20/+135
2006-01-06[PATCH] mm: move determination of policy_zone into page allocatorChristoph Lameter1-12/+3
2006-01-06[PATCH] Remove old node based policy interface from mempolicy.cChristoph Lameter1-48/+0
2006-01-06[PATCH] Add NUMA policy support for huge pages.Christoph Lameter1-9/+30
2006-01-02[PATCH] Make sure interleave masks have at least one node setAndi Kleen1-0/+4
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-8/+4
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins1-1/+1
2005-10-30[PATCH] cpusets: automatic numa mempolicy rebindingPaul Jackson1-0/+64
2005-10-29[PATCH] Remove policy contextualization from mbindChristoph Lameter1-1/+1
2005-10-29[PATCH] Implement sys_* do_* layering in the memory policy layer.Christoph Lameter1-114/+162
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins1-4/+3
2005-10-29[PATCH] core remove PageReservedNick Piggin1-13/+16
2005-10-29[PATCH] Remove near all BUGs in mm/mempolicy.cAndi Kleen1-7/+2
2005-10-29[PATCH] Convert mempolicies to nodemask_tAndi Kleen1-67/+53
2005-10-28[PATCH] gfp_t: infrastructureAl Viro1-3/+3