aboutsummaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
2011-03-04mm: use correct numa policy node for transparent hugepagesAndi Kleen
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen
2011-02-25thp: fix interleaving for transparent hugepagesAndi Kleen
2011-01-13thp: add numa awareness to hugepage allocationsAndrea Arcangeli
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli
2011-01-13mempolicy: remove tasklist_lock from migrate_pagesKOSAKI Motohiro
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman
2010-12-02mm/mempolicy.c: add rcu read lock to protect pid structureZeng Zhaoming
2010-10-28numa: fix slab_node(MPOL_BIND)Eric Dumazet
2010-10-26mm/mempolicy.c: check return code of check_rangeVasiliy Kulikov
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim
2010-08-09mempolicy: reduce stack size of migrate_pages()KOSAKI Motohiro
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes
2010-06-29mempolicy: fix dangling reference to tmpfs superblock mpolLee Schermerhorn
2010-05-26mempolicy: ERR_PTR dereference in mpol_shared_policy_init()Dan Carpenter
2010-05-25mm: consider the entire user address space during node migrationGreg Thelen
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie
2010-05-25mempolicy: factor mpol_shared_policy_init() return pathsLee Schermerhorn
2010-05-25mempolicy: rename policy_types and cleanup initializationLee Schermerhorn
2010-05-25mempolicy: lose unnecessary loop variable in mpol_parse_str()Lee Schermerhorn
2010-05-25mempolicy: don't call mpol_set_nodemask() when no_contextLee Schermerhorn
2010-05-25mempolicy: remove redundant checkBob Liu
2010-05-25mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()Bob Liu
2010-05-25mempolicy: remove redundant codeBob Liu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24mempolicy: fix get_mempolicy() for relative and static nodesLee Schermerhorn
2010-03-24tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro
2010-03-24tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro
2010-03-24tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro
2010-03-24tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-06mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro
2010-03-06mm: fix mbind vma merge problemKOSAKI Motohiro
2010-03-04rcu: Suppress __mpol_dup() false positive from RCU lockdepPaul E. McKenney
2009-12-15ksm: memory hotremove migration onlyHugh Dickins
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro
2009-10-29do_mbind(): fix memory leakKOSAKI Motohiro
2009-10-29mbind(): fix leak of never putback pagesKOSAKI Motohiro
2009-08-07mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-11-06mm: move migrate_prep out from under mmap_semChristoph Lameter