aboutsummaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-22mempolicy: remove redundant check in __mpol_equal()Gravatar Namhyung Kim 1-2/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-03-04mm: use correct numa policy node for transparent hugepagesGravatar Andi Kleen 1-1/+2
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyGravatar Andi Kleen 1-6/+5
2011-03-01Remove one to many n's in a wordGravatar Justin P. Mattock 1-1/+1
2011-02-25thp: fix interleaving for transparent hugepagesGravatar Andi Kleen 1-1/+1
2011-01-13thp: add numa awareness to hugepage allocationsGravatar Andrea Arcangeli 1-5/+8
2011-01-13thp: split_huge_page_mm/vmaGravatar Andrea Arcangeli 1-0/+1
2011-01-13mempolicy: remove tasklist_lock from migrate_pagesGravatar KOSAKI Motohiro 1-3/+0
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and ...Gravatar Mel Gorman 1-2/+4
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Gravatar Mel Gorman 1-2/+2
2010-12-02mm/mempolicy.c: add rcu read lock to protect pid structureGravatar Zeng Zhaoming 1-0/+3
2010-10-28numa: fix slab_node(MPOL_BIND)Gravatar Eric Dumazet 1-1/+1
2010-10-26mm/mempolicy.c: check return code of check_rangeGravatar Vasiliy Kulikov 1-1/+4
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingGravatar Minchan Kim 1-2/+8
2010-08-09mempolicy: reduce stack size of migrate_pages()Gravatar KOSAKI Motohiro 1-13/+25
2010-08-09oom: select task from tasklist for mempolicy oomsGravatar David Rientjes 1-0/+44
2010-06-29mempolicy: fix dangling reference to tmpfs superblock mpolGravatar Lee Schermerhorn 1-4/+5
2010-05-26mempolicy: ERR_PTR dereference in mpol_shared_policy_init()Gravatar Dan Carpenter 1-1/+2
2010-05-25mm: consider the entire user address space during node migrationGravatar Greg Thelen 1-1/+1
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsGravatar Miao Xie 1-4/+20
2010-05-25mempolicy: restructure rebinding-mempolicy functionsGravatar Miao Xie 1-19/+105
2010-05-25mempolicy: factor mpol_shared_policy_init() return pathsGravatar Lee Schermerhorn 1-10/+6
2010-05-25mempolicy: rename policy_types and cleanup initializationGravatar Lee Schermerhorn 1-6/+12
2010-05-25mempolicy: lose unnecessary loop variable in mpol_parse_str()Gravatar Lee Schermerhorn 1-6/+4
2010-05-25mempolicy: don't call mpol_set_nodemask() when no_contextGravatar Lee Schermerhorn 1-5/+4
2010-05-25mempolicy: remove redundant checkGravatar Bob Liu 1-11/+5
2010-05-25mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()Gravatar Bob Liu 1-3/+1
2010-05-25mempolicy: remove redundant codeGravatar Bob Liu 1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-24mempolicy: fix get_mempolicy() for relative and static nodesGravatar Lee Schermerhorn 1-3/+7
2010-03-24tmpfs: cleanup mpol_parse_str()Gravatar KOSAKI Motohiro 1-12/+12
2010-03-24tmpfs: handle MPOL_LOCAL mount option properlyGravatar KOSAKI Motohiro 1-0/+1
2010-03-24tmpfs: mpol=bind:0 don't cause mount error.Gravatar KOSAKI Motohiro 1-3/+7
2010-03-24tmpfs: fix oops on mounts with mpol=defaultGravatar Ravikiran G Thirumalai 1-2/+7
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2010-03-06mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesGravatar KOSAKI Motohiro 1-30/+30
2010-03-06mm: fix mbind vma merge problemGravatar KOSAKI Motohiro 1-13/+39
2010-03-04rcu: Suppress __mpol_dup() false positive from RCU lockdepGravatar Paul E. McKenney 1-0/+2
2009-12-15ksm: memory hotremove migration onlyGravatar Hugh Dickins 1-12/+7
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyGravatar Lee Schermerhorn 1-0/+47
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeGravatar KOSAKI Motohiro 1-0/+3
2009-10-29do_mbind(): fix memory leakGravatar KOSAKI Motohiro 1-5/+5
2009-10-29mbind(): fix leak of never putback pagesGravatar KOSAKI Motohiro 1-1/+2
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareGravatar KAMEZAWA Hiroyuki 1-26/+58
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Gravatar Mel Gorman 1-1/+1
2009-06-16cpuset,mm: update tasks' mems_allowed in timeGravatar Miao Xie 1-40/+103
2009-01-14[CVE-2009-0029] System call wrappers part 28Gravatar Heiko Carstens 1-13/+11
2008-11-14Merge branch 'master' into nextGravatar James Morris 1-7/+11
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-3/+5