Age | Commit message (Expand) | Author | Files | Lines |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-23 | memcg: fix ugly initialization of return value is in caller | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2011-03-22 | mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writeback | Andrea Arcangeli | 1 | -15/+33 |
2011-03-22 | mm: rename drop_anon_vma() to put_anon_vma() | Peter Zijlstra | 1 | -2/+2 |
2011-03-22 | mm: add replace_page_cache_page() function | Miklos Szeredi | 1 | -1/+1 |
2011-02-25 | mm: grab rcu read lock in move_pages() | Greg Thelen | 1 | -3/+3 |
2011-02-02 | mm/migration: fix page corruption during hugepage migration | Minchan Kim | 1 | -4/+0 |
2011-02-02 | mm: when migrate_pages returns 0, all pages must have been released | Andrea Arcangeli | 1 | -2/+1 |
2011-01-26 | mm: migration: clarify migrate_pages() comment | Minchan Kim | 1 | -1/+1 |
2011-01-13 | memcg: fix memory migration of shmem swapcache | Daisuke Nishimura | 1 | -1/+1 |
2011-01-13 | mm: fix hugepage migration | Hugh Dickins | 1 | -17/+6 |
2011-01-13 | mm: fix migration hangs on anon_vma lock | Hugh Dickins | 1 | -29/+19 |
2011-01-13 | mm: migration: use rcu_dereference_protected when dereferencing the radix tre... | Mel Gorman | 1 | -2/+2 |
2011-01-13 | thp: pmd_trans_huge migrate bugcheck | Andrea Arcangeli | 1 | -1/+6 |
2011-01-13 | mm: migration: cleanup migrate_pages API by matching types for offlining and ... | Mel Gorman | 1 | -4/+4 |
2011-01-13 | mm: migration: allow migration to operate asynchronously and avoid synchronou... | Mel Gorman | 1 | -9/+13 |
2011-01-13 | mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim | Mel Gorman | 1 | -0/+17 |
2010-12-22 | mm/migrate.c: fix compilation error | Michal Nazarewicz | 1 | -0/+2 |
2010-10-26 | mm: fix error reporting in move_pages() syscall | Gleb Natapov | 1 | -2/+2 |
2010-10-26 | mm: compaction: fix COMPACTPAGEFAILED counting | Minchan Kim | 1 | -5/+7 |
2010-10-26 | writeback: remove nonblocking/encountered_congestion references | Wu Fengguang | 1 | -1/+0 |
2010-10-11 | Fix migration.c compilation on s390 | Andi Kleen | 1 | -0/+2 |
2010-10-08 | hugetlb: hugepage migration core | Naoya Horiguchi | 1 | -18/+214 |
2010-08-09 | mm: extend KSM refcounts to the anon_vma root | Rik van Riel | 1 | -7/+3 |
2010-08-09 | mm: always lock the root (oldest) anon_vma | Rik van Riel | 1 | -1/+1 |
2010-08-09 | mm: change direct call of spin_lock(anon_vma->lock) to inline function | Rik van Riel | 1 | -1/+1 |
2010-05-27 | memcg: fix mis-accounting of file mapped racy with migration | akpm@linux-foundation.org | 1 | -1/+1 |
2010-05-25 | mm: compaction: memory compaction core | Mel Gorman | 1 | -1/+10 |
2010-05-25 | mm: migration: allow the migration of PageSwapCache pages | Mel Gorman | 1 | -17/+36 |
2010-05-25 | mm: migration: do not try to migrate unmapped anonymous pages | Mel Gorman | 1 | -0/+11 |
2010-05-25 | mm: migration: share the anon_vma ref counts between KSM and page migration | Mel Gorman | 1 | -2/+2 |
2010-05-25 | mm: migration: take a reference to the anon_vma before migrating | Mel Gorman | 1 | -0/+12 |
2010-05-25 | mm: remove return value of putback_lru_pages() | Minchan Kim | 1 | -6/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-06 | mm/migrate.c: kill anon local variable from migrate_page_copy | KOSAKI Motohiro | 1 | -4/+0 |
2010-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2010-02-21 | mm: Make copy_from_user() in migrate.c statically predictable | H. Peter Anvin | 1 | -21/+15 |
2010-02-20 | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 1 | -1/+1 |
2010-02-06 | Fix potential crash with sys_move_pages | Linus Torvalds | 1 | -0/+3 |
2009-12-15 | mm: remove unevictable_migrate_page function | Lee Schermerhorn | 1 | -2/+2 |
2009-12-15 | ksm: memory hotremove migration only | Hugh Dickins | 1 | -6/+21 |
2009-12-15 | ksm: rmap_walk to remove_migation_ptes | Hugh Dickins | 1 | -67/+18 |
2009-12-15 | mm: define PAGE_MAPPING_FLAGS | Hugh Dickins | 1 | -7/+4 |
2009-12-15 | mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place | KOSAKI Motohiro | 1 | -8/+4 |
2009-12-11 | mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safe | H. Peter Anvin | 1 | -1/+1 |
2009-11-12 | memcg: fix wrong pointer initialization at page migration when memcg is disab... | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -1/+1 |
2009-09-22 | mm: return boolean from page_has_private() | Johannes Weiner | 1 | -1/+1 |
2009-09-22 | mm: return boolean from page_is_file_cache() | Johannes Weiner | 1 | -3/+3 |
2009-09-22 | mm: vmstat: add isolate pages | KOSAKI Motohiro | 1 | -0/+11 |