summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-09numa: fix slab_node(MPOL_BIND)Eric Dumazet1-1/+1
2010-08-09mempolicy: reduce stack size of migrate_pages()KOSAKI Motohiro1-13/+25
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes1-0/+44
2010-06-29mempolicy: fix dangling reference to tmpfs superblock mpolLee Schermerhorn1-4/+5
2010-05-26mempolicy: ERR_PTR dereference in mpol_shared_policy_init()Dan Carpenter1-1/+2
2010-05-25mm: consider the entire user address space during node migrationGreg Thelen1-1/+1
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-4/+20
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie1-19/+105
2010-05-25mempolicy: factor mpol_shared_policy_init() return pathsLee Schermerhorn1-10/+6
2010-05-25mempolicy: rename policy_types and cleanup initializationLee Schermerhorn1-6/+12
2010-05-25mempolicy: lose unnecessary loop variable in mpol_parse_str()Lee Schermerhorn1-6/+4
2010-05-25mempolicy: don't call mpol_set_nodemask() when no_contextLee Schermerhorn1-5/+4
2010-05-25mempolicy: remove redundant checkBob Liu1-11/+5
2010-05-25mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()Bob Liu1-3/+1
2010-05-25mempolicy: remove redundant codeBob Liu1-4/+1
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