aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAgeFilesLines
...
* mempolicy: fix get_mempolicy() for relative and static nodesLee Schermerhorn2010-03-241-3/+7
* tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro2010-03-241-12/+12
* tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro2010-03-241-0/+1
* tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro2010-03-241-3/+7
* tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai2010-03-241-2/+7
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-0/+2
|\
| * rcu: Suppress __mpol_dup() false positive from RCU lockdepPaul E. McKenney2010-03-041-0/+2
* | mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro2010-03-061-30/+30
* | mm: fix mbind vma merge problemKOSAKI Motohiro2010-03-061-13/+39
|/
* ksm: memory hotremove migration onlyHugh Dickins2009-12-151-12/+7
* hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn2009-12-151-0/+47
* mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro2009-12-151-0/+3
* do_mbind(): fix memory leakKOSAKI Motohiro2009-10-291-5/+5
* mbind(): fix leak of never putback pagesKOSAKI Motohiro2009-10-291-1/+2
* mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki2009-08-071-26/+58
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-1/+1
* cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-161-40/+103
* [CVE-2009-0029] System call wrappers part 28Heiko Carstens2009-01-141-13/+11
* Merge branch 'master' into nextJames Morris2008-11-141-7/+11
|\
| * mm: move migrate_prep out from under mmap_semChristoph Lameter2008-11-061-7/+11
* | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-3/+5
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-5/+5
* | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-2/+5
|/
* Unevictable LRU InfrastructureLee Schermerhorn2008-10-201-1/+1
* vmscan: move isolate_lru_page() to vmscan.cNick Piggin2008-10-201-2/+7
* do_migrate_pages(): remove unused variableMinChan Kim2008-08-121-1/+0
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-3/+6
* mempolicy: mask off internal flags for userspace APIDavid Rientjes2008-07-041-1/+5
* mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2008-04-281-55/+89
* mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn2008-04-281-8/+17
* mempolicy: rework shmem mpol parsing and displayLee Schermerhorn2008-04-281-2/+102
* mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn2008-04-281-6/+11
* mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn2008-04-281-25/+22
* mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn2008-04-281-10/+18
* mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn2008-04-281-26/+42
* mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn2008-04-281-67/+79
* mempolicy: mark shared policies for unrefLee Schermerhorn2008-04-281-0/+1
* mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn2008-04-281-23/+23
* mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn2008-04-281-2/+5
* mempolicy: write lock mmap_sem while changing task mempolicyLee Schermerhorn2008-04-281-0/+13
* mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn2008-04-281-3/+3
* mempolicy: rename mpol_free to mpol_putLee Schermerhorn2008-04-281-13/+13
* mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes2008-04-281-16/+26
* mempolicy: create mempolicy_operations structureDavid Rientjes2008-04-281-93/+140
* mempolicy: move rebind functionsDavid Rientjes2008-04-281-94/+91
* mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes2008-04-281-2/+31
* mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes2008-04-281-84/+88
* mempolicy: support optional mode flagsDavid Rientjes2008-04-281-20/+31
* mempolicy: convert MPOL constants to enumDavid Rientjes2008-04-281-12/+17
* mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-281-111/+73