aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-24mempolicy: fix get_mempolicy() for relative and static nodesLee Schermerhorn1-3/+7
2010-03-24tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro1-12/+12
2010-03-24tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro1-0/+1
2010-03-24tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro1-3/+7
2010-03-24tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai1-2/+7
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2010-03-06mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro1-30/+30
2010-03-06mm: fix mbind vma merge problemKOSAKI Motohiro1-13/+39
2010-03-04rcu: Suppress __mpol_dup() false positive from RCU lockdepPaul E. McKenney1-0/+2
2009-12-15ksm: memory hotremove migration onlyHugh Dickins1-12/+7
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-0/+47
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro1-0/+3
2009-10-29do_mbind(): fix memory leakKOSAKI Motohiro1-5/+5
2009-10-29mbind(): fix leak of never putback pagesKOSAKI Motohiro1-1/+2
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 v...Mel 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
2007-10-16Clean up duplicate includes in mm/Jesper Juhl1-2/+0
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn1-9/+70
2007-08-31Page migration: Do not accept invalid nodes in the target nodesetChristoph Lameter1-0/+5
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman1-2/+3
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman1-2/+3
2007-07-16numa: mempolicy: trivial debug fixes.Paul Mundt1-10/+10
2007-07-16numa: mempolicy: dynamic interleave map for system initPaul Mundt1-3/+28
2007-03-05[PATCH] Page migration: Fix vma flag checkingChristoph Lameter1-9/+0
2007-02-20[PATCH] fix mempolicy's check on a system with memory-less-nodeKAMEZAWA Hiroyuki1-4/+9
2007-02-11[PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zoneChristoph Lameter1-1/+1
2007-01-23[PATCH] mbind: restrict nodes to the currently allowed cpusetChristoph Lameter1-0/+4
2006-12-08[PATCH] struct path: convert mmJosef Sipek1-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching speedupPaul Jackson1-0/+2
2006-10-11[PATCH] Fix do_mbind warning with CONFIG_MIGRATION=nKeith Owens1-1/+1
2006-10-01[PATCH] kmemdup: some usersAlexey Dobriyan1-2/+1
2006-09-27[PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter1-1/+3
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-3/+3
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter1-1/+1
2006-09-26[PATCH] linearly index zone->node_zonelists[]Christoph Lameter1-1/+1
2006-09-26[PATCH] Apply type enum zone_typeChristoph Lameter1-3/+8
2006-09-26[PATCH] mempolicies: fix policy_zone checkChristoph Lameter1-1/+1
2006-09-01[PATCH] fix NUMA interleaving for huge pagesNishanth Aravamudan1-1/+9
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter1-4/+2
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman1-3/+3
2006-06-25[PATCH] page migration: Support a vma migration functionChristoph Lameter1-1/+5
2006-06-23[PATCH] SELinux: add security_task_movememory calls to mm codeDavid Quigley1-0/+5
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter1-2/+2
2006-06-23[PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter1-2/+21
2006-06-23[PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter1-7/+1
2006-04-20[PATCH] Remove cond_resched in gather_stats()Christoph Lameter1-1/+0
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
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-4/+4
2005-09-13[PATCH] Fix MPOL_F_VERIFYAndi Kleen1-1/+6
2005-09-08[PATCH] PCI: Run PCI driver initialization on local nodeAndi Kleen1-1/+1
2005-09-05[PATCH] /proc/<pid>/numa_maps to show on which nodes pages resideChristoph Lameter1-6/+6
2005-08-01[PATCH] sys_set_mempolicy() doesnt check if mode < 0Eric Dumazet1-1/+1
2005-07-27[PATCH] Undo mempolicy shared policy rbtree microoptimizationAndi Kleen1-1/+1
2005-06-21[PATCH] mbind: check_range use standard ptwalkHugh Dickins1-45/+70
2005-06-21[PATCH] mbind: fix verify_pages pte_pageHugh Dickins1-5/+14
2005-06-21[PATCH] node local per-cpu-pagesChristoph Lameter1-1/+1
2005-04-24[PATCH] mempolicy.c GFP fixAl Viro1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1138