Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
34ff4dbccccce54c83b1234d39b7ad9e548a75dd
/
mm
/
migrate.c
1001c9f
migration: migrate_vmas should check "vma"
by Daisuke Nishimura
· 16 years ago
938bb9f
[CVE-2009-0029] System call wrappers part 28
by Heiko Carstens
· 16 years ago
01b1ae6
memcg: simple migration handling
by KAMEZAWA Hiroyuki
· 16 years ago
7a81b88
memcg: introduce charge-commit-cancel style of functions
by KAMEZAWA Hiroyuki
· 16 years ago
6d91add
mm: add Set,ClearPageSwapCache stubs
by Hugh Dickins
· 16 years ago
5bd1455
mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by default
by Brice Goglin
· 16 years ago
3140a22
mm: rework do_pages_move() to work on page_sized chunks
by Brice Goglin
· 16 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
c095adb
mm: Don't touch uninitialized variable in do_pages_stat_array()
by KOSAKI Motohiro
· 16 years ago
80bba12
mm: no get_user/put_user while holding mmap_sem in do_pages_stat?
by Brice Goglin
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
bda8550
migration: fix writepage error
by Hugh Dickins
· 16 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
76aac0e
CRED: Wrap task credential accesses in the core kernel
by David Howells
· 16 years ago
0aedadf
mm: move migrate_prep out from under mmap_sem
by Christoph Lameter
· 16 years ago
b7abea9
memcg: make page->mapping NULL before uncharge
by KAMEZAWA Hiroyuki
· 16 years ago
5e9a0f0
mm: extract do_pages_move() out of sys_move_pages()
by Brice Goglin
· 16 years ago
2f007e7
mm: don't vmalloc a huge page_to_node array for do_pages_stat()
by Brice Goglin
· 16 years ago
e78bbfa
mm: stop returning -ENOENT from sys_move_pages() if nothing got migrated
by Brice Goglin
· 16 years ago
b291f00
mlock: mlocked pages are unevictable
by Nick Piggin
· 16 years ago
894bc31
Unevictable LRU Infrastructure
by Lee Schermerhorn
· 16 years ago
b2e1853
define page_file_cache() function
by Rik van Riel
· 16 years ago
f04e9eb
swap: use an array for the LRU pagevecs
by KOSAKI Motohiro
· 16 years ago
62695a8
vmscan: move isolate_lru_page() to vmscan.c
by Nick Piggin
· 16 years ago
529ae9a
mm: rename page trylock
by Nick Piggin
· 16 years ago
19fd623
mm: spinlock tree_lock
by Nick Piggin
· 16 years ago
e286781
mm: speculative page references
by Nick Piggin
· 16 years ago
69029cd
memcg: remove refcnt from page_cgroup
by KAMEZAWA Hiroyuki
· 16 years ago
e8589cc
memcg: better migration handling
by KAMEZAWA Hiroyuki
· 16 years ago
83d1674
mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA
by Gerald Schaefer
· 16 years ago
4f5ca26
mm/migrate.c should #include <linux/syscalls.h>
by Adrian Bunk
· 16 years ago
cde5353
Christoph has moved
by Christoph Lameter
· 16 years ago
89f5b7d
Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP
by Linus Torvalds
· 16 years ago
3a902c5
mm: fix warning on memory offline
by Nick Piggin
· 17 years ago
98837c7
memcg: fix VM_BUG_ON from page migration
by Hugh Dickins
· 17 years ago
ae41be3
bugfix for memory cgroup controller: migration under memory controller fix
by KAMEZAWA Hiroyuki
· 17 years ago
e1a1cd5
Memory controller: make charging gfp mask aware
by Balbir Singh
· 17 years ago
8a9f3cc
Memory controller: memory accounting
by Balbir Singh
· 17 years ago
62e1c55
page migraton: handle orphaned pages
by Shaohua Li
· 17 years ago
698dd4b
maps4: move is_swap_pte
by Matt Mackall
· 17 years ago
e9534b3
Typo fixes retrun -> return
by Gabriel Craciunescu
· 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
954ffcb
flush icache before set_pte() on ia64: flush icache at set_pte
by KAMEZAWA Hiroyuki
· 17 years ago
97ee052
flush cache before installing new page at migraton
by KAMEZAWA Hiroyuki
· 17 years ago
56bbd65
Memoryless nodes: Update memory policy and page migration
by Christoph Lameter
· 17 years ago
9d966d4
mm/migrate.c __user annotation
by Al Viro
· 17 years ago
989f89c
fix rcu_read_lock() in page migraton
by KAMEZAWA Hiroyuki
· 17 years ago
3dd9fe8
memory unplug: isolate_lru_page fix
by KAMEZAWA Hiroyuki
· 17 years ago
dc386d4
memory unplug: migration by kernel
by KAMEZAWA Hiroyuki
· 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
0e8c7d0
page migration: fix NR_FILE_PAGES accounting
by Christoph Lameter
· 18 years ago
0dc952d
[PATCH] Page migration: Fix vma flag checking
by Christoph Lameter
· 18 years ago
7cf9c2c
[PATCH] radix-tree: RCU lockless readside
by Nick Piggin
· 18 years ago
8ce0846
[PATCH] Fix sys_move_pages when a NULL node list is passed
by Stephen Rothwell
· 18 years ago
9361401
[PATCH] BLOCK: Make it possible to disable the block layer [try #6]
by David Howells
· 18 years ago
b398f6b
[PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() [try #6]
by David Howells
· 18 years ago
980128f
[PATCH] Define easier to handle GFP_THISNODE
by Christoph Lameter
· 18 years ago
3d99cfb
[PATCH] sys_move_pages: Do not fall back to other nodes
by Christoph Lameter
· 18 years ago
e6a1530
[PATCH] Allow migration of mlocked pages
by Christoph Lameter
· 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
e24f0b8
[PATCH] page migration: simplify migrate_pages()
by Christoph Lameter
· 18 years ago
04e62a2
[PATCH] More page migration: use migration entries for file pages
by Christoph Lameter
· 18 years ago
442c913
[PATCH] More page migration: do not inc/dec rss counters
by Christoph Lameter
· 18 years ago
6c5240a
[PATCH] Swapless page migration: modify core logic
by Christoph Lameter
· 18 years ago
d75a0fc
[PATCH] Swapless page migration: rip out swap based logic
by Christoph Lameter
· 18 years ago
0697212
[PATCH] Swapless page migration: add R/W migration entries
by Christoph Lameter
· 18 years ago
8351a6e
[PATCH] page migration cleanup: move fallback handling into special function
by Christoph Lameter
· 18 years ago
2d1db3b
[PATCH] page migration cleanup: pass "mapping" to migration functions
by Christoph Lameter
· 18 years ago
c3fcf8a
[PATCH] page migration cleanup: extract try_to_unmap from migration functions
by Christoph Lameter
· 18 years ago
5b5c712
[PATCH] page migration cleanup: drop nr_refs in remove_references()
by Christoph Lameter
· 18 years ago
e7340f7
[PATCH] page migration cleanup: remove useless definitions
by Christoph Lameter
· 18 years ago
1d8b85c
[PATCH] page migration cleanup: group functions
by Christoph Lameter
· 18 years ago
4c28f81
[PATCH] page migration: Fix fallback behavior for dirty pages
by Christoph Lameter
· 19 years ago
64a3ca5
[PATCH] mm/migrate.c: don't export a static function
by Adrian Bunk
· 19 years ago
e23ca00
[PATCH] Some page migration fixups
by Christoph Lameter
· 19 years ago
b20a350
[PATCH] page migration reorg
by Christoph Lameter
· 19 years ago