aboutsummaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
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
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin
2008-08-12do_migrate_pages(): remove unused variableMinChan Kim
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen
2008-07-04mempolicy: mask off internal flags for userspace APIDavid Rientjes
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn
2008-04-28mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn
2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn
2008-04-28mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn
2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn
2008-04-28mempolicy: mark shared policies for unrefLee Schermerhorn