1. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  2. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  3. 5cb7398 Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  4. 78d5506 mm/migrate: remove unused function, fail_migrate_page() by Joonsoo Kim · 11 years ago
  5. 59c82b7 mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages by Joonsoo Kim · 11 years ago
  6. 32665f2 mm/migrate: correct failure handling if !hugepage_migration_support() by Joonsoo Kim · 11 years ago
  7. 354a336 mm/migrate: add comment about permanent failure path by Naoya Horiguchi · 11 years ago
  8. aed0a0e mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failure by David Rientjes · 11 years ago
  9. 55b7c4c mm: compaction: reset scanner positions immediately when they meet by Vlastimil Babka · 11 years ago
  10. 50b5b09 mm: compaction: do not mark unmovable pageblocks as skipped in async compaction by Vlastimil Babka · 11 years ago
  11. 7ed695e mm: compaction: detect when scanners meet in isolate_freepages by Vlastimil Babka · 11 years ago
  12. d3132e4 mm: compaction: reset cached scanner pfn's before reading them by Vlastimil Babka · 11 years ago
  13. de6c60a mm: compaction: encapsulate defer reset logic by Vlastimil Babka · 11 years ago
  14. 0eb927c mm: compaction: trace compaction begin and end by Mel Gorman · 11 years ago
  15. 947b3dd memcg, oom: lock mem_cgroup_print_oom_info by Michal Hocko · 11 years ago
  16. 64a9a34 mm: numa: do not automatically migrate KSM pages by Mel Gorman · 11 years ago
  17. af1839d mm: numa: trace tasks that fail migration due to rate limiting by Mel Gorman · 11 years ago
  18. 1c5e9c2 mm: numa: limit scope of lock for NUMA migrate rate limiting by Mel Gorman · 11 years ago
  19. 1c30e01 mm: numa: make NUMA-migrate related functions static by Mel Gorman · 11 years ago
  20. 4883e99 mm/hwpoison: add '#' to hwpoison_inject by Wanpeng Li · 11 years ago
  21. 560dca27 mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameter by Grygorii Strashko · 11 years ago
  22. 9e43aa2 mm/memory_hotplug.c: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago
  23. 999c17e mm/percpu.c: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago
  24. 0d036e9 mm/page_cgroup.c: use memblock apis for early memory allocations by Grygorii Strashko · 11 years ago
  25. 8b89a11 mm/hugetlb.c: use memblock apis for early memory allocations by Grygorii Strashko · 11 years ago
  26. bb016b8 mm/sparse: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago
  27. 6782832 mm/page_alloc.c: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago
  28. 26f09e9 mm/memblock: add memblock memory allocation apis by Santosh Shilimkar · 11 years ago
  29. b115423 mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES by Grygorii Strashko · 11 years ago
  30. 87029ee mm/memblock: reorder parameters of memblock_find_in_range_node by Grygorii Strashko · 11 years ago
  31. 79f40fa mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignment by Grygorii Strashko · 11 years ago
  32. 869a84e1 mm/memblock: remove unnecessary inclusions of bootmem.h by Grygorii Strashko · 11 years ago
  33. fd615c4 mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCK by Grygorii Strashko · 11 years ago
  34. 4d4048b oom_kill: add rcu_read_lock() into find_lock_task_mm() by Oleg Nesterov · 11 years ago
  35. ad96244 oom_kill: has_intersects_mems_allowed() needs rcu_read_lock() by Oleg Nesterov · 11 years ago
  36. 1da4db0 oom_kill: change oom_kill.c to use for_each_thread() by Oleg Nesterov · 11 years ago
  37. 9853a40 mm/rmap: use rmap_walk() in page_mkclean() by Joonsoo Kim · 11 years ago
  38. 9f32624 mm/rmap: use rmap_walk() in page_referenced() by Joonsoo Kim · 11 years ago
  39. e8351ac mm/rmap: use rmap_walk() in try_to_munlock() by Joonsoo Kim · 11 years ago
  40. 5262950 mm/rmap: use rmap_walk() in try_to_unmap() by Joonsoo Kim · 11 years ago
  41. 0dd1c7b mm/rmap: extend rmap_walk_xxx() to cope with different cases by Joonsoo Kim · 11 years ago
  42. 051ac83 mm/rmap: make rmap_walk to get the rmap_walk_control argument by Joonsoo Kim · 11 years ago
  43. faecd8d mm/rmap: factor lock function out of rmap_walk_anon() by Joonsoo Kim · 11 years ago
  44. 0f843c6 mm/rmap: factor nonlinear handling out of try_to_unmap_file() by Joonsoo Kim · 11 years ago
  45. b854f71 mm/rmap: recompute pgoff for huge page by Joonsoo Kim · 11 years ago
  46. 2753b35 memcg: make memcg_update_cache_sizes() static by Vladimir Davydov · 11 years ago
  47. 1c98dd9 memcg: fix kmem_account_flags check in memcg_can_account_kmem() by Vladimir Davydov · 11 years ago
  48. b2f3eeb x86, numa, acpi, memory-hotplug: make movable_node have higher priority by Tang Chen · 11 years ago
  49. 55ac590 memblock, mem_hotplug: make memblock skip hotpluggable regions if needed by Tang Chen · 11 years ago
  50. e7e8de5 memblock: make memblock_set_node() support different memblock_type by Tang Chen · 11 years ago
  51. 66b16ed memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions by Tang Chen · 11 years ago
  52. 66a2075 memblock, numa: introduce flags field into memblock by Tang Chen · 11 years ago
  53. 931d13f mm/memblock: debug: correct displaying of upper memory boundary by Grygorii Strashko · 11 years ago
  54. 1f1cd70 mm/mlock: prepare params outside critical region by Davidlohr Bueso · 11 years ago
  55. 363ee17 mm/mmap.c: add mlock_future_check() helper by Davidlohr Bueso · 11 years ago
  56. 49f0ce5 mm: add overcommit_kbytes sysctl variable by Jerome Marchand · 11 years ago
  57. aec6a88 mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT by Mel Gorman · 11 years ago
  58. ece86e22 mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page} by Jianyu Zhan · 11 years ago
  59. e8569dd mm/hugetlb.c: call MMU notifiers when copying a hugetlb page range by Andreas Sandberg · 11 years ago
  60. 549543d mm, memory-failure: fix typo in me_pagecache_dirty() by Zhi Yong Wu · 11 years ago
  61. b35f181 mm: create a separate slab for page->ptl allocation by Kirill A. Shutemov · 11 years ago
  62. 943dca1 mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve by Yasuaki Ishimatsu · 11 years ago
  63. c728852 mm: thp: __get_page_tail_foll() can use get_huge_page_tail() by Oleg Nesterov · 11 years ago
  64. 9b7ac26 mm/hugetlb.c: defer PageHeadHuge() symbol export by Andrea Arcangeli · 11 years ago
  65. 26296ad mm/swap.c: reorganize put_compound_page() by Andrew Morton · 11 years ago
  66. 758f66a mm/hugetlb.c: simplify PageHeadHuge() and PageHuge() by Andrew Morton · 11 years ago
  67. 3bfcd13 mm: hugetlbfs: use __compound_tail_refcounted in __get_page_tail too by Andrea Arcangeli · 11 years ago
  68. 44518d2 mm: tail page refcounting optimization for slab and hugetlbfs by Andrea Arcangeli · 11 years ago
  69. ebf360f mm: hugetlbfs: move the put/get_page slab and hugetlbfs optimization in a faster path by Andrea Arcangeli · 11 years ago
  70. a0368d4 mm: hugetlb: use get_page_foll() in follow_hugetlb_page() by Andrea Arcangeli · 11 years ago
  71. 0abdd7a dma-debug: introduce debug_dma_assert_idle() by Dan Williams · 11 years ago
  72. 8a09217 percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START by Laura Abbott · 11 years ago
  73. 03e5ac2 mm: fix crash when using XFS on loopback by Mikulas Patocka · 11 years ago
  74. b3ff8a2 cgroup: remove stray references to css_id by Hugh Dickins · 11 years ago
  75. eecc1e4 thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only by Hugh Dickins · 11 years ago
  76. a3e0f9e mm/memory-failure.c: transfer page count from head page to tail page after split thp by Naoya Horiguchi · 11 years ago
  77. d0319bd mm: remove bogus warning in copy_huge_pmd() by Mel Gorman · 11 years ago
  78. 695c608 memcg: fix memcg_size() calculation by Vladimir Davydov · 11 years ago
  79. 4eb9198 mm: fix use-after-free in sys_remap_file_pages by Rik van Riel · 11 years ago
  80. 3b25df9 mm: munlock: fix deadlock in __munlock_pagevec() by Vlastimil Babka · 11 years ago
  81. c424be1 mm: munlock: fix a bug where THP tail page is encountered by Vlastimil Babka · 11 years ago
  82. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  83. 40b64ac mm: fix build of split ptlock code by Olof Johansson · 11 years ago
  84. 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 11 years ago
  85. fff4068 mm: page_alloc: revert NUMA aspect of fair allocation policy by Johannes Weiner · 11 years ago
  86. 8798cee Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness policy" by Mel Gorman · 11 years ago
  87. 98398c3 mm/hugetlb: check for pte NULL pointer in __page_check_address() by Jianguo Wu · 11 years ago
  88. 11c731e mm/mempolicy: fix !vma in new_vma_page() by Wanpeng Li · 11 years ago
  89. a49ecbc mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully by Jianguo Wu · 11 years ago
  90. 6815bf3 mm/compaction: respect ignore_skip_hint in update_pageblock_skip by Joonsoo Kim · 11 years ago
  91. b0e5fd7 mm/mempolicy: correct putback method for isolate pages if failed by Joonsoo Kim · 11 years ago
  92. a844f38 mm: add missing dependency in Kconfig by Sima Baymani · 11 years ago
  93. 73f038b mm: page_alloc: exclude unreclaimable allocations from zone fairness policy by Johannes Weiner · 11 years ago
  94. b0943d6 mm: numa: defer TLB flush for THP migration as long as possible by Mel Gorman · 11 years ago
  95. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  96. de466bd mm: numa: avoid unnecessary disruption of NUMA hinting during migration by Mel Gorman · 11 years ago
  97. 1667918 mm: numa: clear numa hinting information on mprotect by Mel Gorman · 11 years ago
  98. eb4489f6 mm: numa: avoid unnecessary work on the failure path by Mel Gorman · 11 years ago
  99. c3a489c mm: numa: ensure anon_vma is locked to prevent parallel THP splits by Mel Gorman · 11 years ago
  100. 0c5f83c mm: numa: do not clear PTE for pte_numa update by Mel Gorman · 11 years ago