index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mempolicy.h
Age
Commit message (
Expand
)
Author
2013-01-02
mm: mempolicy: Convert shared_policy mutex to spinlock
Mel Gorman
2013-01-02
mempolicy: remove arg from mpol_parse_str, mpol_to_str
Hugh Dickins
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-12-11
mm: mempolicy: Check for misplaced page
Lee Schermerhorn
2012-12-06
tmpfs: fix shared mempolicy leak
Mel Gorman
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-10-09
mempolicy: fix a race in shared_policy_replace()
Mel Gorman
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-06-20
slab/mempolicy: always use local policy from interrupt context
Andi Kleen
2012-05-29
mm: do_migrate_pages(): rename arguments
Andrew Morton
2012-01-10
mm/mempolicy.c: mpol_equal(): use bool
KOSAKI Motohiro
2011-05-25
mm: declare mpol_to_str() when CONFIG_TMPFS=n
Stephen Wilson
2011-05-25
mm: export get_vma_policy()
Stephen Wilson
2010-08-09
oom: select task from tasklist for mempolicy ooms
David Rientjes
2010-05-25
mempolicy: restructure rebinding-mempolicy functions
Miao Xie
2009-12-15
hugetlb: derive huge pages nodes allowed from task mempolicy
Lee Schermerhorn
2008-07-24
mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA
Gerald Schaefer
2008-04-28
mempolicy: use struct mempolicy pointer in shmem_sb_info
Lee Schermerhorn
2008-04-28
mempolicy: rework shmem mpol parsing and display
Lee Schermerhorn
2008-04-28
mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy
Lee Schermerhorn
2008-04-28
mempolicy: rework mempolicy Reference Counting [yet again]
Lee Schermerhorn
2008-04-28
mempolicy: mark shared policies for unref
Lee Schermerhorn
2008-04-28
mempolicy: rename struct mempolicy 'policy' member to 'mode'
Lee Schermerhorn
2008-04-28
mempolicy: rename mpol_copy to mpol_dup
Lee Schermerhorn
2008-04-28
mempolicy: rename mpol_free to mpol_put
Lee Schermerhorn
2008-04-28
mempolicy: small header file cleanup
David Rientjes
2008-04-28
mempolicy: add MPOL_F_RELATIVE_NODES flag
David Rientjes
2008-04-28
mempolicy: add MPOL_F_STATIC_NODES flag
David Rientjes
2008-04-28
mempolicy: support optional mode flags
David Rientjes
2008-04-28
mempolicy: convert MPOL constants to enum
David Rientjes
2008-04-28
mm: filter based on a nodemask as well as a gfp_mask
Mel Gorman
2008-04-28
mm: introduce node_zonelist() for accessing the zonelist for a GFP mask
Mel Gorman
2007-10-19
Task Control Groups: make cpusets a client of cgroups
Paul Menage
2007-10-16
mm/mempolicy.c: cleanups
Adrian Bunk
2007-10-16
Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag
Lee Schermerhorn
2007-09-19
Fix NUMA Memory Policy Reference Counting
Lee Schermerhorn
2007-08-22
Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE
Mel Gorman
2007-07-17
Allow huge page allocations to use GFP_HIGH_MOVABLE
Mel Gorman
2006-10-21
[PATCH] cpuset: mempolicy migration typo fix
Paul Jackson
2006-09-26
[PATCH] Apply type enum zone_type
Christoph Lameter
2006-06-20
Merge git://git.infradead.org/hdrcleanup-2.6
Linus Torvalds
2006-06-08
[PATCH] Fix mempolicy.h build error
Ralf Baechle
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-03-24
[PATCH] cpuset memory spread slab cache optimizations
Paul Jackson
2006-01-18
[PATCH] NUMA policies in the slab allocator V2
Christoph Lameter
2006-01-14
[PATCH] Add tmpfs options for memory placement policies
Robin Holt
2006-01-08
[PATCH] cpuset: rebind vma mempolicies fix
Paul Jackson
2006-01-08
[PATCH] cpuset: numa_policy_rebind cleanup
Paul Jackson
2006-01-08
[PATCH] mempolicies: unexport get_vma_policy()
Christoph Lameter
2006-01-08
[PATCH] cpusets: swap migration interface
Paul Jackson
[next]