index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mempolicy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/mempolicy.c: mpol_equal(): use bool
KOSAKI Motohiro
2012-01-10
1
-5
/
+5
*
mm: declare mpol_to_str() when CONFIG_TMPFS=n
Stephen Wilson
2011-05-25
1
-2
/
+2
*
mm: export get_vma_policy()
Stephen Wilson
2011-05-25
1
-0
/
+3
*
oom: select task from tasklist for mempolicy ooms
David Rientjes
2010-08-09
1
-1
/
+12
*
mempolicy: restructure rebinding-mempolicy functions
Miao Xie
2010-05-25
1
-3
/
+12
*
hugetlb: derive huge pages nodes allowed from task mempolicy
Lee Schermerhorn
2009-12-15
1
-0
/
+3
*
mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA
Gerald Schaefer
2008-07-24
1
-0
/
+19
*
mempolicy: use struct mempolicy pointer in shmem_sb_info
Lee Schermerhorn
2008-04-28
1
-11
/
+11
*
mempolicy: rework shmem mpol parsing and display
Lee Schermerhorn
2008-04-28
1
-0
/
+21
*
mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy
Lee Schermerhorn
2008-04-28
1
-0
/
+1
*
mempolicy: rework mempolicy Reference Counting [yet again]
Lee Schermerhorn
2008-04-28
1
-0
/
+35
*
mempolicy: mark shared policies for unref
Lee Schermerhorn
2008-04-28
1
-0
/
+7
*
mempolicy: rename struct mempolicy 'policy' member to 'mode'
Lee Schermerhorn
2008-04-28
1
-3
/
+3
*
mempolicy: rename mpol_copy to mpol_dup
Lee Schermerhorn
2008-04-28
1
-7
/
+7
*
mempolicy: rename mpol_free to mpol_put
Lee Schermerhorn
2008-04-28
1
-5
/
+5
*
mempolicy: small header file cleanup
David Rientjes
2008-04-28
1
-8
/
+0
*
mempolicy: add MPOL_F_RELATIVE_NODES flag
David Rientjes
2008-04-28
1
-1
/
+2
*
mempolicy: add MPOL_F_STATIC_NODES flag
David Rientjes
2008-04-28
1
-4
/
+7
*
mempolicy: support optional mode flags
David Rientjes
2008-04-28
1
-3
/
+17
*
mempolicy: convert MPOL constants to enum
David Rientjes
2008-04-28
1
-9
/
+10
*
mm: filter based on a nodemask as well as a gfp_mask
Mel Gorman
2008-04-28
1
-7
/
+12
*
mm: introduce node_zonelist() for accessing the zonelist for a GFP mask
Mel Gorman
2008-04-28
1
-1
/
+1
*
Task Control Groups: make cpusets a client of cgroups
Paul Menage
2007-10-19
1
-12
/
+0
*
mm/mempolicy.c: cleanups
Adrian Bunk
2007-10-16
1
-6
/
+0
*
Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag
Lee Schermerhorn
2007-10-16
1
-0
/
+1
*
Fix NUMA Memory Policy Reference Counting
Lee Schermerhorn
2007-09-19
1
-2
/
+2
*
Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE
Mel Gorman
2007-08-22
1
-1
/
+1
*
Allow huge page allocations to use GFP_HIGH_MOVABLE
Mel Gorman
2007-07-17
1
-3
/
+3
*
[PATCH] cpuset: mempolicy migration typo fix
Paul Jackson
2006-10-21
1
-1
/
+1
*
[PATCH] Apply type enum zone_type
Christoph Lameter
2006-09-26
1
-2
/
+2
*
Merge git://git.infradead.org/hdrcleanup-2.6
Linus Torvalds
2006-06-20
1
-1
/
+0
|
\
|
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
|
[PATCH] Fix mempolicy.h build error
Ralf Baechle
2006-06-08
1
-0
/
+1
|
/
*
[PATCH] cpuset memory spread slab cache optimizations
Paul Jackson
2006-03-24
1
-0
/
+5
*
[PATCH] NUMA policies in the slab allocator V2
Christoph Lameter
2006-01-18
1
-0
/
+1
*
[PATCH] Add tmpfs options for memory placement policies
Robin Holt
2006-01-14
1
-7
/
+4
*
[PATCH] cpuset: rebind vma mempolicies fix
Paul Jackson
2006-01-08
1
-0
/
+18
*
[PATCH] cpuset: numa_policy_rebind cleanup
Paul Jackson
2006-01-08
1
-2
/
+10
*
[PATCH] mempolicies: unexport get_vma_policy()
Christoph Lameter
2006-01-08
1
-3
/
+0
*
[PATCH] cpusets: swap migration interface
Paul Jackson
2006-01-08
1
-0
/
+7
*
[PATCH] Swap Migration V5: sys_migrate_pages interface
Christoph Lameter
2006-01-08
1
-0
/
+3
*
[PATCH] Swap Migration V5: MPOL_MF_MOVE interface
Christoph Lameter
2006-01-08
1
-0
/
+3
*
[PATCH] mm: move determination of policy_zone into page allocator
Christoph Lameter
2006-01-06
1
-0
/
+11
*
[PATCH] Remove old node based policy interface from mempolicy.c
Christoph Lameter
2006-01-06
1
-19
/
+0
*
[PATCH] Add NUMA policy support for huge pages.
Christoph Lameter
2006-01-06
1
-0
/
+8
*
[PATCH] cpusets: automatic numa mempolicy rebinding
Paul Jackson
2005-10-30
1
-0
/
+6
*
[PATCH] mm: update comments to pte lock
Hugh Dickins
2005-10-29
1
-2
/
+1
*
[PATCH] Convert mempolicies to nodemask_t
Andi Kleen
2005-10-29
1
-2
/
+2
*
[PATCH] PCI: Run PCI driver initialization on local node
Andi Kleen
2005-09-08
1
-0
/
+1
*
[PATCH] /proc/<pid>/numa_maps to show on which nodes pages reside
Christoph Lameter
2005-09-05
1
-0
/
+3
[next]