index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mempolicy.c
Commit message (
Expand
)
Author
Age
*
mempolicy: remove redundant check in __mpol_equal()
Namhyung Kim
2011-03-22
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-03-18
|
\
|
*
Remove one to many n's in a word
Justin P. Mattock
2011-03-01
*
|
mm: use correct numa policy node for transparent hugepages
Andi Kleen
2011-03-04
*
|
mm: change alloc_pages_vma to pass down the policy node for local policy
Andi Kleen
2011-03-04
*
|
thp: fix interleaving for transparent hugepages
Andi Kleen
2011-02-25
|
/
*
thp: add numa awareness to hugepage allocations
Andrea Arcangeli
2011-01-13
*
thp: split_huge_page_mm/vma
Andrea Arcangeli
2011-01-13
*
mempolicy: remove tasklist_lock from migrate_pages
KOSAKI Motohiro
2011-01-13
*
mm: migration: cleanup migrate_pages API by matching types for offlining and ...
Mel Gorman
2011-01-13
*
mm: migration: allow migration to operate asynchronously and avoid synchronou...
Mel Gorman
2011-01-13
*
mm/mempolicy.c: add rcu read lock to protect pid structure
Zeng Zhaoming
2010-12-02
*
numa: fix slab_node(MPOL_BIND)
Eric Dumazet
2010-10-28
*
mm/mempolicy.c: check return code of check_range
Vasiliy Kulikov
2010-10-26
*
mm: compaction: fix COMPACTPAGEFAILED counting
Minchan Kim
2010-10-26
*
mempolicy: reduce stack size of migrate_pages()
KOSAKI Motohiro
2010-08-09
*
oom: select task from tasklist for mempolicy ooms
David Rientjes
2010-08-09
*
mempolicy: fix dangling reference to tmpfs superblock mpol
Lee Schermerhorn
2010-06-29
*
mempolicy: ERR_PTR dereference in mpol_shared_policy_init()
Dan Carpenter
2010-05-26
*
mm: consider the entire user address space during node migration
Greg Thelen
2010-05-25
*
cpuset,mm: fix no node to alloc memory when changing cpuset's mems
Miao Xie
2010-05-25
*
mempolicy: restructure rebinding-mempolicy functions
Miao Xie
2010-05-25
*
mempolicy: factor mpol_shared_policy_init() return paths
Lee Schermerhorn
2010-05-25
*
mempolicy: rename policy_types and cleanup initialization
Lee Schermerhorn
2010-05-25
*
mempolicy: lose unnecessary loop variable in mpol_parse_str()
Lee Schermerhorn
2010-05-25
*
mempolicy: don't call mpol_set_nodemask() when no_context
Lee Schermerhorn
2010-05-25
*
mempolicy: remove redundant check
Bob Liu
2010-05-25
*
mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()
Bob Liu
2010-05-25
*
mempolicy: remove redundant code
Bob Liu
2010-05-25
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
mempolicy: fix get_mempolicy() for relative and static nodes
Lee Schermerhorn
2010-03-24
*
tmpfs: cleanup mpol_parse_str()
KOSAKI Motohiro
2010-03-24
*
tmpfs: handle MPOL_LOCAL mount option properly
KOSAKI Motohiro
2010-03-24
*
tmpfs: mpol=bind:0 don't cause mount error.
KOSAKI Motohiro
2010-03-24
*
tmpfs: fix oops on mounts with mpol=default
Ravikiran G Thirumalai
2010-03-24
*
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-03-13
|
\
|
*
rcu: Suppress __mpol_dup() false positive from RCU lockdep
Paul E. McKenney
2010-03-04
*
|
mm/mempolicy.c: fix indentation of the comments of do_migrate_pages
KOSAKI Motohiro
2010-03-06
*
|
mm: fix mbind vma merge problem
KOSAKI Motohiro
2010-03-06
|
/
*
ksm: memory hotremove migration only
Hugh Dickins
2009-12-15
*
hugetlb: derive huge pages nodes allowed from task mempolicy
Lee Schermerhorn
2009-12-15
*
mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place
KOSAKI Motohiro
2009-12-15
*
do_mbind(): fix memory leak
KOSAKI Motohiro
2009-10-29
*
mbind(): fix leak of never putback pages
KOSAKI Motohiro
2009-10-29
*
mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware
KAMEZAWA Hiroyuki
2009-08-07
*
page allocator: do not check NUMA node ID when the caller knows the node is v...
Mel Gorman
2009-06-16
*
cpuset,mm: update tasks' mems_allowed in time
Miao Xie
2009-06-16
*
[CVE-2009-0029] System call wrappers part 28
Heiko Carstens
2009-01-14
*
Merge branch 'master' into next
James Morris
2008-11-13
|
\
|
*
mm: move migrate_prep out from under mmap_sem
Christoph Lameter
2008-11-06
[next]