1. bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
  2. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  3. 1f52e67 khugepaged: recheck pmd after mmap_sem re-acquired by Kirill A. Shutemov · 8 years ago
  4. 8024ee2 mm, thp: fix locking inconsistency in collapse_huge_page by Ebru Akagunduz · 8 years ago
  5. 7269586 mm, thp: make swapin readahead under down_read of mmap_sem by Ebru Akagunduz · 8 years ago
  6. 8a966ed mm: make swapin readahead to improve thp collapse rate by Ebru Akagunduz · 8 years ago
  7. 70652f6 mm: make optimistic check for swapin readahead by Ebru Akagunduz · 8 years ago
  8. ef3cc4d mm/memblock.c:memblock_add_range(): if nr_new is 0 just return by nimisolo · 8 years ago
  9. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  10. e5e3f4c mm, oom_reaper: make sure that mmput_async is called only when memory was reaped by Michal Hocko · 8 years ago
  11. 91537fe mm: add NR_ZSMALLOC to vmstat by Minchan Kim · 8 years ago
  12. 8ea1d2a mm, frontswap: convert frontswap_enabled to static key by Vlastimil Babka · 8 years ago
  13. fbe84a0 mm,oom: remove unused argument from oom_scan_process_thread(). by Tetsuo Handa · 8 years ago
  14. 5e8d35f mm: memcontrol: teach uncharge_list to deal with kmem pages by Vladimir Davydov · 8 years ago
  15. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  16. 4526477 mm: memcontrol: cleanup kmem charge functions by Vladimir Davydov · 8 years ago
  17. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  18. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  19. 31d49da mm/hugetlb: simplify hugetlb unmap by Aneesh Kumar K.V · 8 years ago
  20. 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
  21. e3a2713 mm/page_isolation: clean up confused code by Joonsoo Kim · 8 years ago
  22. 46f24fd mm/page_alloc: introduce post allocation processing on page allocator by Joonsoo Kim · 8 years ago
  23. f2ca0b5 mm/page_owner: use stackdepot to store stacktrace by Joonsoo Kim · 8 years ago
  24. a9627bc mm/page_owner: introduce split_page_owner and replace manual handling by Joonsoo Kim · 8 years ago
  25. a8efe1c mm/page_owner: copy last_migrate_reason in copy_page_owner() by Joonsoo Kim · 8 years ago
  26. 83358ec mm/page_owner: initialize page owner without holding the zone lock by Joonsoo Kim · 8 years ago
  27. 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 8 years ago
  28. 3b1d9ca zsmalloc: use OBJ_TAG_BIT for bit shifter by Minchan Kim · 8 years ago
  29. 48b4800 zsmalloc: page migration support by Minchan Kim · 8 years ago
  30. bfd093f zsmalloc: use freeobj for index by Minchan Kim · 8 years ago
  31. 4aa409c zsmalloc: separate free_zspage from putback_zspage by Minchan Kim · 8 years ago
  32. 3783689 zsmalloc: introduce zspage structure by Minchan Kim · 8 years ago
  33. bdb0af7 zsmalloc: factor page chain functionality out by Minchan Kim · 8 years ago
  34. 4f42047 zsmalloc: use accessor by Minchan Kim · 8 years ago
  35. 1b8320b zsmalloc: use bit_spin_lock by Minchan Kim · 8 years ago
  36. 1fc6e27 zsmalloc: keep max_object in size_class by Minchan Kim · 8 years ago
  37. b1123ea6 mm: balloon: use general non-lru movable page feature by Minchan Kim · 8 years ago
  38. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  39. c6c919e mm: use put_page() to free page instead of putback_lru_page() by Minchan Kim · 8 years ago
  40. 2a966b7 mm: oom: add memcg to oom_control by Vladimir Davydov · 8 years ago
  41. 798fd75 mm: zap ZONE_OOM_LOCKED by Vladimir Davydov · 8 years ago
  42. df429ac memory-hotplug: more general validation of zone during online by Reza Arbab · 8 years ago
  43. e51e6c8 memory-hotplug: add move_pfn_range() by Reza Arbab · 8 years ago
  44. 90cae1f mm/init: fix zone boundary creation by Oliver O'Halloran · 8 years ago
  45. 48406ef mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pte by Li RongQing · 8 years ago
  46. de24bae mm/slab: use list_move instead of list_del/list_add by Wei Yongjun · 8 years ago
  47. 72baeef0c slab: do not panic on invalid gfp_mask by Michal Hocko · 8 years ago
  48. bacdcb3 slab: make GFP_SLAB_BUG_MASK information more human readable by Michal Hocko · 8 years ago
  49. 210e7a4 mm: SLUB freelist randomization by Thomas Garnier · 8 years ago
  50. 7c00fce mm: reorganize SLAB freelist randomization by Thomas Garnier · 8 years ago
  51. 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
  52. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  53. 73f576c mm: memcontrol: fix cgroup creation failure after many small jobs by Johannes Weiner · 8 years ago
  54. d3d36c4 mm: workingset: printk missing log level, use pr_info() by Anton Blanchard · 8 years ago
  55. 5a49973 mm: thp: refix false positive BUG in page_move_anon_rmap() by Hugh Dickins · 8 years ago
  56. 55bda43 mm: rmap: call page_check_address() with sync enabled to avoid racy check by Naoya Horiguchi · 8 years ago
  57. 33f4751 mm: thp: move pmd check inside ptl for freeze_page() by Naoya Horiguchi · 8 years ago
  58. ef70b6f mm, meminit: ensure node is online before checking whether pages are uninitialised by Mel Gorman · 8 years ago
  59. e4568d3 mm, meminit: always return a valid node from early_pfn_to_nid by Mel Gorman · 8 years ago
  60. 0ab686d kasan/quarantine: fix bugs on qlist_move_cache() by Joonsoo Kim · 8 years ago
  61. 9818b8c madvise_free, thp: fix madvise_free_huge_pmd return value after splitting by Huang Ying · 8 years ago
  62. a46cbf3 mm, compaction: prevent VM_BUG_ON when terminating freeing scanner by David Rientjes · 8 years ago
  63. 7f55656 tmpfs: fix regression hang in fallocate undo by Hugh Dickins · 8 years ago
  64. b059a45 x86/vdso: Add mremap hook to vm_special_mapping by Dmitry Safonov · 9 years ago
  65. 8285027 mm/page_owner: avoid null pointer dereference by Sudip Mukherjee · 9 years ago
  66. a4f04f2 mm, compaction: abort free scanner if split fails by David Rientjes · 9 years ago
  67. 5c335fe mm: prevent KASAN false positives in kmemleak by Dmitry Vyukov · 9 years ago
  68. c8cc708 mm/hugetlb: clear compound_mapcount when freeing gigantic pages by Gerald Schaefer · 9 years ago
  69. 8f18227 mm/swap.c: flush lru pvecs on compound page arrival by Lukasz Odzioba · 9 years ago
  70. ea3a964 memcg: css_alloc should return an ERR_PTR value on error by Tejun Heo · 9 years ago
  71. d93c413 memcg: mem_cgroup_migrate() may be called with irq disabled by Tejun Heo · 9 years ago
  72. c17b1f4 hugetlb: fix nr_pmds accounting with shared page tables by Kirill A. Shutemov · 9 years ago
  73. 06d8fbc Revert "mm: disable fault around on emulated access bit architecture" by Kirill A. Shutemov · 9 years ago
  74. 315d09b Revert "mm: make faultaround produce old ptes" by Kirill A. Shutemov · 9 years ago
  75. e838a45 mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask by Mel Gorman · 9 years ago
  76. 9b75a86 mm: mempool: kasan: don't poot mempool objects in quarantine by Andrey Ryabinin · 9 years ago
  77. b9b4bb2 tmpfs: don't undo fallocate past its last page by Anthony Romano · 9 years ago
  78. 9df10fb oom_reaper: avoid pointless atomic_inc_not_zero usage. by Tetsuo Handa · 9 years ago
  79. 491a1c6 mm,oom_reaper: don't call mmput_async() without atomic_inc_not_zero() by Tetsuo Handa · 9 years ago
  80. 1118dce mm: Export migrate_page_move_mapping and migrate_page_copy by Richard Weinberger · 9 years ago
  81. db06d75 Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 9 years ago
  82. 8714f8f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  83. 18aba41 mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEED by Oleg Drokin · 9 years ago
  84. f3a932ba mm: introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_all by Wang Sheng-Hui · 9 years ago
  85. 770a537 mm: thp: broken page count after commit aa88b68c3b1d by Gerald Schaefer · 9 years ago
  86. d0db7af revert "mm: memcontrol: fix possible css ref leak on oom" by Andrew Morton · 9 years ago
  87. 91a4c27 kasan: change memory hot-add error messages to info messages by Shuah Khan · 9 years ago
  88. 67961f9 mm/hugetlb: fix huge page reserve accounting for private mappings by Mike Kravetz · 9 years ago
  89. e46e7b7 mm, page_alloc: recalculate the preferred zoneref if the context can ignore memory policies by Mel Gorman · 9 years ago
  90. 0d0bd89 mm, page_alloc: reset zonelist iterator after resetting fair zone allocation policy by Mel Gorman · 9 years ago
  91. cbdcf7f mm, oom_reaper: do not use siglock in try_oom_reaper() by Michal Hocko · 9 years ago
  92. 83b9355 mm, page_alloc: prevent infinite loop in buffered_rmqueue() by Vlastimil Babka · 9 years ago
  93. 43afc19 mm/z3fold.c: avoid modifying HEADLESS page and minor cleanup by Vitaly Wool · 9 years ago
  94. 3a06bb7 memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem() by Tejun Heo · 9 years ago
  95. f86e427 mm: check the return value of lookup_page_ext for all call sites by Yang Shi · 9 years ago
  96. 65ee03c mm: fix overflow in vm_map_ram() by Guillermo Julián Moreno · 9 years ago
  97. 62a584f writeback: use higher precision calculation in domain_dirty_limits() by Tejun Heo · 9 years ago
  98. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  99. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
  100. 7ded384 mm: fix section mismatch warning by Linus Torvalds · 9 years ago