summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-14/+22
* mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-281-3/+3
* mempolicy: fix reference counting bugsLee Schermerhorn2008-03-101-1/+6
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-141-1/+1
* mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro2008-02-111-25/+36
* Migration: find correct vma in new_vma_page()Lee Schermerhorn2007-11-141-2/+19
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-2/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+3
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-2/+0
* mm/mempolicy.c: cleanupsAdrian Bunk2007-10-161-10/+18
* memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn2007-10-161-2/+2
* Memoryless nodes: Update memory policy and page migrationChristoph Lameter2007-10-161-5/+5
OpenPOWER on IntegriCloud