index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mempolicy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-18
[PATCH] mm: optimize numa policy handling in slab allocator
Christoph Lameter
1
-3
/
+0
2006-01-18
[PATCH] NUMA policies in the slab allocator V2
Christoph Lameter
1
-0
/
+30
2006-01-18
[PATCH] Simplify migrate_page_add
Christoph Lameter
1
-36
/
+7
2006-01-18
[PATCH] mm: migration page refcounting fix
Nick Piggin
1
-12
/
+17
2006-01-14
[PATCH] Add tmpfs options for memory placement policies
Robin Holt
1
-0
/
+24
2006-01-12
[PATCH] migration: make sure there is no attempt to migrate reserved pages.
Christoph Lameter
1
-1
/
+3
2006-01-08
[PATCH] cpuset: rebind vma mempolicies fix
Paul Jackson
1
-0
/
+29
2006-01-08
[PATCH] cpuset: numa_policy_rebind cleanup
Paul Jackson
1
-12
/
+19
2006-01-08
[PATCH] cpuset: implement cpuset_mems_allowed
Paul Jackson
1
-3
/
+0
2006-01-08
[PATCH] cpuset: combine refresh_mems and update_mems
Paul Jackson
1
-5
/
+5
2006-01-08
[PATCH] cpuset: mempolicy one more nodemask conversion
Paul Jackson
1
-3
/
+2
2006-01-08
[PATCH] Move page migration related functions near do_migrate_pages()
Christoph Lameter
1
-132
/
+138
2006-01-08
[PATCH] mempolicies: unexport get_vma_policy()
Christoph Lameter
1
-2
/
+2
2006-01-08
[PATCH] Drop page table lock before calling migrate_page_add()
Christoph Lameter
1
-1
/
+4
2006-01-08
[PATCH] Fold numa_maps into mempolicies.c
Christoph Lameter
1
-1
/
+137
2006-01-08
[PATCH] mempolicies: private pointer in check_range and MPOL_MF_INVERT
Christoph Lameter
1
-22
/
+24
2006-01-08
[PATCH] SwapMig: Extend parameters for migrate_pages()
Christoph Lameter
1
-5
/
+22
2006-01-08
[PATCH] Swap Migration V5: sys_migrate_pages interface
Christoph Lameter
1
-1
/
+93
2006-01-08
[PATCH] Swap Migration V5: MPOL_MF_MOVE interface
Christoph Lameter
1
-20
/
+135
2006-01-06
[PATCH] mm: move determination of policy_zone into page allocator
Christoph Lameter
1
-12
/
+3
2006-01-06
[PATCH] Remove old node based policy interface from mempolicy.c
Christoph Lameter
1
-48
/
+0
2006-01-06
[PATCH] Add NUMA policy support for huge pages.
Christoph Lameter
1
-9
/
+30
2006-01-02
[PATCH] Make sure interleave masks have at least one node set
Andi Kleen
1
-0
/
+4
2005-11-28
mm: re-architect the VM_UNPAGED logic
Linus Torvalds
1
-8
/
+4
2005-11-22
[PATCH] unpaged: VM_UNPAGED
Hugh Dickins
1
-1
/
+1
2005-10-30
[PATCH] cpusets: automatic numa mempolicy rebinding
Paul Jackson
1
-0
/
+64
2005-10-29
[PATCH] Remove policy contextualization from mbind
Christoph Lameter
1
-1
/
+1
2005-10-29
[PATCH] Implement sys_* do_* layering in the memory policy layer.
Christoph Lameter
1
-114
/
+162
2005-10-29
[PATCH] mm: pte_offset_map_lock loops
Hugh Dickins
1
-4
/
+3
2005-10-29
[PATCH] core remove PageReserved
Nick Piggin
1
-13
/
+16
2005-10-29
[PATCH] Remove near all BUGs in mm/mempolicy.c
Andi Kleen
1
-7
/
+2
2005-10-29
[PATCH] Convert mempolicies to nodemask_t
Andi Kleen
1
-67
/
+53
2005-10-28
[PATCH] gfp_t: infrastructure
Al Viro
1
-3
/
+3
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-4
/
+4
2005-09-13
[PATCH] Fix MPOL_F_VERIFY
Andi Kleen
1
-1
/
+6
2005-09-08
[PATCH] PCI: Run PCI driver initialization on local node
Andi Kleen
1
-1
/
+1
2005-09-05
[PATCH] /proc/<pid>/numa_maps to show on which nodes pages reside
Christoph Lameter
1
-6
/
+6
2005-08-01
[PATCH] sys_set_mempolicy() doesnt check if mode < 0
Eric Dumazet
1
-1
/
+1
2005-07-27
[PATCH] Undo mempolicy shared policy rbtree microoptimization
Andi Kleen
1
-1
/
+1
2005-06-21
[PATCH] mbind: check_range use standard ptwalk
Hugh Dickins
1
-45
/
+70
2005-06-21
[PATCH] mbind: fix verify_pages pte_page
Hugh Dickins
1
-5
/
+14
2005-06-21
[PATCH] node local per-cpu-pages
Christoph Lameter
1
-1
/
+1
2005-04-24
[PATCH] mempolicy.c GFP fix
Al Viro
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1138