Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
1378a7efe880b3b59a899eb60e9acae270b788d8
/
mm
/
migrate.c
ac39cf8
memcg: fix mis-accounting of file mapped racy with migration
by akpm@linux-foundation.org
· 14 years ago
748446b
mm: compaction: memory compaction core
by Mel Gorman
· 14 years ago
3fe2011
mm: migration: allow the migration of PageSwapCache pages
by Mel Gorman
· 14 years ago
67b9509
mm: migration: do not try to migrate unmapped anonymous pages
by Mel Gorman
· 14 years ago
7f60c21
mm: migration: share the anon_vma ref counts between KSM and page migration
by Mel Gorman
· 14 years ago
3f6c827
mm: migration: take a reference to the anon_vma before migrating
by Mel Gorman
· 14 years ago
e13861d
mm: remove return value of putback_lru_pages()
by Minchan Kim
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
85f1fb7
mm/migrate.c: kill anon local variable from migrate_page_copy
by KOSAKI Motohiro
· 15 years ago
ac0f6f9
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
87b8d1a
mm: Make copy_from_user() in migrate.c statically predictable
by H. Peter Anvin
· 15 years ago
4b3073e
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
by Russell King
· 15 years ago
6f5a55f
Fix potential crash with sys_move_pages
by Linus Torvalds
· 15 years ago
418b27e
mm: remove unevictable_migrate_page function
by Lee Schermerhorn
· 15 years ago
62b61f6
ksm: memory hotremove migration only
by Hugh Dickins
· 15 years ago
e9995ef
ksm: rmap_walk to remove_migation_ptes
by Hugh Dickins
· 15 years ago
3ca7b3c
mm: define PAGE_MAPPING_FLAGS
by Hugh Dickins
· 15 years ago
6d9c285
mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place
by KOSAKI Motohiro
· 15 years ago
b9255850
mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safe
by H. Peter Anvin
· 15 years ago
e00e431
memcg: fix wrong pointer initialization at page migration when memcg is disabled.
by KAMEZAWA Hiroyuki
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
edcf474
mm: return boolean from page_has_private()
by Johannes Weiner
· 15 years ago
6c0b135
mm: return boolean from page_is_file_cache()
by Johannes Weiner
· 15 years ago
a731286
mm: vmstat: add isolate pages
by KOSAKI Motohiro
· 15 years ago
4b02108
mm: oom analysis: add shmem vmstat
by KOSAKI Motohiro
· 15 years ago
abfc348
memory hotplug: migrate swap cache page
by Shaohua Li
· 15 years ago
14fa31b
HWPOISON: Use bitmask/action code for try_to_unmap behaviour
by Andi Kleen
· 15 years ago
35282a2
migration: only migrate_prep() once per move_pages()
by Brice Goglin
· 15 years ago
6484eb3
page allocator: do not check NUMA node ID when the caller knows the node is valid
by Mel Gorman
· 15 years ago
266cf65
FS-Cache: Recruit a page flags for cache management
by David Howells
· 16 years ago
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
Next »