Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
513b6bee0156812bce4f38c497dfc7cf9ee9a609
/
mm
/
mempolicy.c
3ad33b2
Migration: find correct vma in new_vma_page()
by Lee Schermerhorn
· 17 years ago
228ebcb
Uninline find_task_by_xxx set of functions
by Pavel Emelyanov
· 17 years ago
b488893
pid namespaces: changes to show virtual ids to user
by Pavel Emelyanov
· 17 years ago
8793d85
Task Control Groups: make cpusets a client of cgroups
by Paul Menage
· 17 years ago
dbcb0f1
mm/mempolicy.c: cleanups
by Adrian Bunk
· 17 years ago
37b07e4
memoryless nodes: fixup uses of node_online_map in generic code
by Lee Schermerhorn
· 17 years ago
56bbd65
Memoryless nodes: Update memory policy and page migration
by Christoph Lameter
· 17 years ago
6eaf806
Memoryless nodes: Fix interleave behavior for memoryless nodes
by Christoph Lameter
· 17 years ago
754af6f
Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag
by Lee Schermerhorn
· 17 years ago
43fac94
Clean up duplicate includes in mm/
by Jesper Juhl
· 17 years ago
480eccf
Fix NUMA Memory Policy Reference Counting
by Lee Schermerhorn
· 17 years ago
3b42d28
Page migration: Do not accept invalid nodes in the target nodeset
by Christoph Lameter
· 17 years ago
b377fd3
Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE
by Mel Gorman
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
396faf0
Allow huge page allocations to use GFP_HIGH_MOVABLE
by Mel Gorman
· 17 years ago
769848c
Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated
by Mel Gorman
· 17 years ago
140d5a4
numa: mempolicy: trivial debug fixes.
by Paul Mundt
· 17 years ago
b71636e
numa: mempolicy: dynamic interleave map for system init
by Paul Mundt
· 17 years ago
0dc952d
[PATCH] Page migration: Fix vma flag checking
by Christoph Lameter
· 18 years ago
8af5e2e
[PATCH] fix mempolicy's check on a system with memory-less-node
by KAMEZAWA Hiroyuki
· 18 years ago
6267276
[PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zone
by Christoph Lameter
· 18 years ago
30150f8
[PATCH] mbind: restrict nodes to the currently allowed cpuset
by Christoph Lameter
· 18 years ago
e9536ae
[PATCH] struct path: convert mm
by Josef Sipek
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
25ba77c
[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int
by Andy Whitcroft
· 18 years ago
9276b1bc
[PATCH] memory page_alloc zonelist caching speedup
by Paul Jackson
· 18 years ago
6993974
[PATCH] Fix do_mbind warning with CONFIG_MIGRATION=n
by Keith Owens
· 18 years ago
52978be
[PATCH] kmemdup: some users
by Alexey Dobriyan
· 18 years ago
765c450
[PATCH] GFP_THISNODE for the slab allocator
by Christoph Lameter
· 18 years ago
89fa302
[PATCH] NUMA: Add zone_to_nid function
by Christoph Lameter
· 18 years ago
9b819d2
[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions
by Christoph Lameter
· 18 years ago
19655d3
[PATCH] linearly index zone->node_zonelists[]
by Christoph Lameter
· 18 years ago
2f6726e
[PATCH] Apply type enum zone_type
by Christoph Lameter
· 18 years ago
4e4785b
[PATCH] mempolicies: fix policy_zone check
by Christoph Lameter
· 18 years ago
3b98b08
[PATCH] fix NUMA interleaving for huge pages
by Nishanth Aravamudan
· 18 years ago
ca889e6
[PATCH] Use Zoned VM Counters for NUMA statistics
by Christoph Lameter
· 18 years ago
99f8955
[PATCH] proc: don't lock task_structs indefinitely
by Eric W. Biederman
· 18 years ago
7b2259b
[PATCH] page migration: Support a vma migration function
by Christoph Lameter
· 18 years ago
86c3a76
[PATCH] SELinux: add security_task_movememory calls to mm code
by David Quigley
· 18 years ago
742755a
[PATCH] page migration: sys_move_pages(): support moving of individual pages
by Christoph Lameter
· 18 years ago
95a402c
[PATCH] page migration: use allocator function for migrate_pages()
by Christoph Lameter
· 18 years ago
aaa994b
[PATCH] page migration: handle freeing of pages in migrate_pages()
by Christoph Lameter
· 18 years ago
6d472be
[PATCH] Remove cond_resched in gather_stats()
by Christoph Lameter
· 19 years ago
7f927fc
[PATCH] Typo fixes
by Alexey Dobriyan
· 19 years ago
c61afb1
[PATCH] cpuset memory spread slab cache optimizations
by Paul Jackson
· 19 years ago
b20a350
[PATCH] page migration reorg
by Christoph Lameter
· 19 years ago
fcc234f
[PATCH] mm: kill kmem_cache_t usage
by Pekka Enberg
· 19 years ago
90036ee
[PATCH] page migration: Fail with error if swap not setup
by Christoph Lameter
· 19 years ago
74c0024
[PATCH] Consistent capabilites associated with MPOL_MOVE_ALL
by Christoph Lameter
· 19 years ago
7f709ed
[PATCH] numa_maps-update fix
by Andrew Morton
· 19 years ago
397874d
[PATCH] numa_maps update
by Christoph Lameter
· 19 years ago
a57ebfd
[PATCH] numa_maps: Fix potential crash on non IA64 platforms
by Christoph Lameter
· 19 years ago
511030b
[PATCH] Fix sys_migrate_pages: Move all pages when invoked from root
by Christoph Lameter
· 19 years ago
1e275d4
[PATCH] page migration: Fix MPOL_INTERLEAVE behavior for migration via mbind()
by Christoph Lameter
· 19 years ago
fcab6f3
[PATCH] mm/mempolicy.c: fix 'if ();' typo
by Alexey Dobriyan
· 19 years ago
a9c930b
[PATCH] Fix units in mbind check
by Andi Kleen
· 19 years ago
636f13c
[PATCH] sys_mbind sanity checking
by Chris Wright
· 19 years ago
dd942ae
[PATCH] Handle all and empty zones when setting up custom zonelists for mbind
by Andi Kleen
· 19 years ago
00ac59a
[PATCH] x86_64: Fix memory policy build without CONFIG_HUGETLBFS
by Chen, Kenneth W
· 19 years ago
7e2ab15
[PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and sys_migrate_pages()
by Christoph Lameter
· 19 years ago
86c562a
[PATCH] mm: optimize numa policy handling in slab allocator
by Christoph Lameter
· 19 years ago
dc85da1
[PATCH] NUMA policies in the slab allocator V2
by Christoph Lameter
· 19 years ago
fc30128
[PATCH] Simplify migrate_page_add
by Christoph Lameter
· 19 years ago
053837f
[PATCH] mm: migration page refcounting fix
by Nick Piggin
· 19 years ago
7339ff8
[PATCH] Add tmpfs options for memory placement policies
by Robin Holt
· 19 years ago
f4598c8
[PATCH] migration: make sure there is no attempt to migrate reserved pages.
by Christoph Lameter
· 19 years ago
4225399
[PATCH] cpuset: rebind vma mempolicies fix
by Paul Jackson
· 19 years ago
74cb215
[PATCH] cpuset: numa_policy_rebind cleanup
by Paul Jackson
· 19 years ago
909d75a
[PATCH] cpuset: implement cpuset_mems_allowed
by Paul Jackson
· 19 years ago
cf2a473c
[PATCH] cpuset: combine refresh_mems and update_mems
by Paul Jackson
· 19 years ago
5966514
[PATCH] cpuset: mempolicy one more nodemask conversion
by Paul Jackson
· 19 years ago
6ce3c4c
[PATCH] Move page migration related functions near do_migrate_pages()
by Christoph Lameter
· 19 years ago
48fce34
[PATCH] mempolicies: unexport get_vma_policy()
by Christoph Lameter
· 19 years ago
132beac
[PATCH] Drop page table lock before calling migrate_page_add()
by Christoph Lameter
· 19 years ago
1a75a6c
[PATCH] Fold numa_maps into mempolicies.c
by Christoph Lameter
· 19 years ago
38e3586
[PATCH] mempolicies: private pointer in check_range and MPOL_MF_INVERT
by Christoph Lameter
· 19 years ago
d498471
[PATCH] SwapMig: Extend parameters for migrate_pages()
by Christoph Lameter
· 19 years ago
3974388
[PATCH] Swap Migration V5: sys_migrate_pages interface
by Christoph Lameter
· 19 years ago
dc9aa5b
[PATCH] Swap Migration V5: MPOL_MF_MOVE interface
by Christoph Lameter
· 19 years ago
4be38e3
[PATCH] mm: move determination of policy_zone into page allocator
by Christoph Lameter
· 19 years ago
21abb14
[PATCH] Remove old node based policy interface from mempolicy.c
by Christoph Lameter
· 19 years ago
5da7ca8
[PATCH] Add NUMA policy support for huge pages.
by Christoph Lameter
· 19 years ago
8f493d7
[PATCH] Make sure interleave masks have at least one node set
by Andi Kleen
· 19 years ago
6aab341
mm: re-architect the VM_UNPAGED logic
by Linus Torvalds
· 19 years ago
0b14c17
[PATCH] unpaged: VM_UNPAGED
by Hugh Dickins
· 19 years ago
68860ec
[PATCH] cpusets: automatic numa mempolicy rebinding
by Paul Jackson
· 19 years ago
5fcbb23
[PATCH] Remove policy contextualization from mbind
by Christoph Lameter
· 19 years ago
8bccd85
[PATCH] Implement sys_* do_* layering in the memory policy layer.
by Christoph Lameter
· 19 years ago
705e87c
[PATCH] mm: pte_offset_map_lock loops
by Hugh Dickins
· 19 years ago
b581003
[PATCH] core remove PageReserved
by Nick Piggin
· 19 years ago
662f3a0
[PATCH] Remove near all BUGs in mm/mempolicy.c
by Andi Kleen
· 19 years ago
dfcd3c0
[PATCH] Convert mempolicies to nodemask_t
by Andi Kleen
· 19 years ago
af4ca45
[PATCH] gfp_t: infrastructure
by Al Viro
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
5b952b3
[PATCH] Fix MPOL_F_VERIFY
by Andi Kleen
· 19 years ago
d42c699
[PATCH] PCI: Run PCI driver initialization on local node
by Andi Kleen
· 19 years ago
6e21c8f
[PATCH] /proc/<pid>/numa_maps to show on which nodes pages reside
by Christoph Lameter
· 19 years ago
ba17101
[PATCH] sys_set_mempolicy() doesnt check if mode < 0
by Eric Dumazet
· 19 years ago
90c5029
[PATCH] Undo mempolicy shared policy rbtree microoptimization
by Andi Kleen
· 19 years ago
Next »