Age | Commit message (Expand) | Author | Files | Lines |
2010-03-06 | mm/mempolicy.c: fix indentation of the comments of do_migrate_pages | KOSAKI Motohiro | 1 | -30/+30 |
2010-03-06 | mm: fix mbind vma merge problem | KOSAKI Motohiro | 1 | -13/+39 |
2009-12-15 | ksm: memory hotremove migration only | Hugh Dickins | 1 | -12/+7 |
2009-12-15 | hugetlb: derive huge pages nodes allowed from task mempolicy | Lee Schermerhorn | 1 | -0/+47 |
2009-12-15 | mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place | KOSAKI Motohiro | 1 | -0/+3 |
2009-10-29 | do_mbind(): fix memory leak | KOSAKI Motohiro | 1 | -5/+5 |
2009-10-29 | mbind(): fix leak of never putback pages | KOSAKI Motohiro | 1 | -1/+2 |
2009-08-07 | mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware | KAMEZAWA Hiroyuki | 1 | -26/+58 |
2009-06-17 | page allocator: do not check NUMA node ID when the caller knows the node is v... | Mel Gorman | 1 | -1/+1 |
2009-06-17 | cpuset,mm: update tasks' mems_allowed in time | Miao Xie | 1 | -40/+103 |
2009-01-14 | [CVE-2009-0029] System call wrappers part 28 | Heiko Carstens | 1 | -13/+11 |
2008-11-14 | Merge branch 'master' into next | James Morris | 1 | -7/+11 |
2008-11-14 | CRED: Use RCU to access another task's creds and to release a task's own creds | David Howells | 1 | -3/+5 |
2008-11-14 | CRED: Separate task security context from task_struct | David Howells | 1 | -5/+5 |
2008-11-14 | CRED: Wrap task credential accesses in the core kernel | David Howells | 1 | -2/+5 |
2008-11-07 | mm: move migrate_prep out from under mmap_sem | Christoph Lameter | 1 | -7/+11 |
2008-10-20 | Unevictable LRU Infrastructure | Lee Schermerhorn | 1 | -1/+1 |
2008-10-20 | vmscan: move isolate_lru_page() to vmscan.c | Nick Piggin | 1 | -2/+7 |
2008-08-13 | do_migrate_pages(): remove unused variable | MinChan Kim | 1 | -1/+0 |
2008-07-24 | hugetlb: modular state for hugetlb page size | Andi Kleen | 1 | -3/+6 |
2008-07-05 | mempolicy: mask off internal flags for userspace API | David Rientjes | 1 | -1/+5 |
2008-04-28 | mempolicy: use struct mempolicy pointer in shmem_sb_info | Lee Schermerhorn | 1 | -55/+89 |
2008-04-28 | mempolicy: support mpol=local tmpfs mount option | Lee Schermerhorn | 1 | -8/+17 |
2008-04-28 | mempolicy: rework shmem mpol parsing and display | Lee Schermerhorn | 1 | -2/+102 |
2008-04-28 | mempolicy: clean-up mpol-to-str() mempolicy formatting | Lee Schermerhorn | 1 | -6/+11 |
2008-04-28 | mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy | Lee Schermerhorn | 1 | -25/+22 |
2008-04-28 | mempolicy: mPOL_PREFERRED cleanups for "local allocation" | Lee Schermerhorn | 1 | -10/+18 |
2008-04-28 | mempolicy: use MPOL_PREFERRED for system-wide default policy | Lee Schermerhorn | 1 | -26/+42 |
2008-04-28 | mempolicy: rework mempolicy Reference Counting [yet again] | Lee Schermerhorn | 1 | -67/+79 |
2008-04-28 | mempolicy: mark shared policies for unref | Lee Schermerhorn | 1 | -0/+1 |
2008-04-28 | mempolicy: rename struct mempolicy 'policy' member to 'mode' | Lee Schermerhorn | 1 | -23/+23 |
2008-04-28 | mempolicy: fixup Fallback for Default Shmem Policy | Lee Schermerhorn | 1 | -2/+5 |
2008-04-28 | mempolicy: write lock mmap_sem while changing task mempolicy | Lee Schermerhorn | 1 | -0/+13 |
2008-04-28 | mempolicy: rename mpol_copy to mpol_dup | Lee Schermerhorn | 1 | -3/+3 |
2008-04-28 | mempolicy: rename mpol_free to mpol_put | Lee Schermerhorn | 1 | -13/+13 |
2008-04-28 | mempolicy: disallow static or relative flags for local preferred mode | David Rientjes | 1 | -16/+26 |
2008-04-28 | mempolicy: create mempolicy_operations structure | David Rientjes | 1 | -93/+140 |
2008-04-28 | mempolicy: move rebind functions | David Rientjes | 1 | -94/+91 |
2008-04-28 | mempolicy: add MPOL_F_RELATIVE_NODES flag | David Rientjes | 1 | -2/+31 |
2008-04-28 | mempolicy: add MPOL_F_STATIC_NODES flag | David Rientjes | 1 | -84/+88 |
2008-04-28 | mempolicy: support optional mode flags | David Rientjes | 1 | -20/+31 |
2008-04-28 | mempolicy: convert MPOL constants to enum | David Rientjes | 1 | -12/+17 |
2008-04-28 | mm: filter based on a nodemask as well as a gfp_mask | Mel Gorman | 1 | -111/+73 |
2008-04-28 | mm: have zonelist contains structs with both a zone pointer and zone_idx | Mel Gorman | 1 | -14/+22 |
2008-04-28 | mm: introduce node_zonelist() for accessing the zonelist for a GFP mask | Mel Gorman | 1 | -3/+3 |
2008-03-11 | mempolicy: fix reference counting bugs | Lee Schermerhorn | 1 | -1/+6 |
2008-02-15 | d_path: Make seq_path() use a struct path argument | Jan Blunck | 1 | -1/+1 |
2008-02-12 | mempolicy: silently restrict nodemask to allowed nodes | KOSAKI Motohiro | 1 | -25/+36 |
2007-11-15 | Migration: find correct vma in new_vma_page() | Lee Schermerhorn | 1 | -2/+19 |
2007-10-19 | Uninline find_task_by_xxx set of functions | Pavel Emelyanov | 1 | -2/+1 |