1. 31bc385 memory-hotplug: add automatic onlining policy for the newly added memory by Vitaly Kuznetsov · 9 years ago
  2. 9cb65bc mm/memory.c: make apply_to_page_range() more robust by Mika Penttilä · 9 years ago
  3. 4355c01 mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind by Liang Chen · 9 years ago
  4. 0b94f17 mm/memory-failure.c: remove useless "undef"s by Wang Xiaoqiang · 9 years ago
  5. 23a003b mm/madvise: pass return code of memory_failure() to userspace by Naoya Horiguchi · 9 years ago
  6. 5b3810e mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory() by Vlastimil Babka · 9 years ago
  7. 1414c7f mm/page_poisoning.c: allow for zero poisoning by Laura Abbott · 9 years ago
  8. 8823b1d mm/page_poison.c: enable PAGE_POISONING as a separate option by Laura Abbott · 9 years ago
  9. ff8e811 mm, debug: move bad flags printing to bad_page() by Vlastimil Babka · 9 years ago
  10. 4e46211 mm, page_owner: dump page owner info from dump_page() by Vlastimil Babka · 9 years ago
  11. 7cd12b4 mm, page_owner: track and print last migrate reason by Vlastimil Babka · 9 years ago
  12. d435edc mm, page_owner: copy page owner info during migration by Vlastimil Babka · 9 years ago
  13. 7dd80b8 mm, page_owner: convert page_owner_inited to static key by Vlastimil Babka · 9 years ago
  14. 60f3035 mm, page_owner: print migratetype of page and pageblock, symbolic flags by Vlastimil Babka · 9 years ago
  15. a0795cd mm, oom: print symbolic gfp_flags in oom warning by Vlastimil Babka · 9 years ago
  16. c5c990e mm, page_alloc: print symbolic gfp_flags on allocation failure by Vlastimil Babka · 9 years ago
  17. b8eceeb mm, debug: replace dump_flags() with the new printk formats by Vlastimil Babka · 9 years ago
  18. edf14cd mm, printk: introduce new format string for flags by Vlastimil Babka · 9 years ago
  19. 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 9 years ago
  20. ebded02 mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to complete during a read by Mel Gorman · 9 years ago
  21. 32b6352 mm: filemap: remove redundant code in do_read_cache_page by Mel Gorman · 9 years ago
  22. ea6eabb mm/debug_pagealloc: ask users for default setting of debug_pagealloc by Christian Borntraeger · 9 years ago
  23. d59b108 mm/page-writeback: fix dirty_ratelimit calculation by Andrey Ryabinin · 9 years ago
  24. b72d0ff mm/page_alloc.c: rework code layout in memmap_init_zone() by Andrew Morton · 9 years ago
  25. 342332e mm/page_alloc.c: introduce kernelcore=mirror option by Taku Izumi · 9 years ago
  26. d91749c mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node() by Taku Izumi · 9 years ago
  27. d86bd1b mm/slub: support left redzone by Joonsoo Kim · 9 years ago
  28. 149daaf slub: relax CMPXCHG consistency restrictions by Laura Abbott · 9 years ago
  29. becfda6 slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS by Laura Abbott · 9 years ago
  30. 804aa13 slub: fix/clean free_debug_processing return paths by Laura Abbott · 9 years ago
  31. 282acb4 slub: drop lock at the end of free_debug_processing by Laura Abbott · 9 years ago
  32. f68f8dd mm/slab: re-implement pfmemalloc support by Joonsoo Kim · 9 years ago
  33. 70f7506 mm/slab: avoid returning values by reference by Joonsoo Kim · 9 years ago
  34. b03a017b mm/slab: introduce new slab management type, OBJFREELIST_SLAB by Joonsoo Kim · 9 years ago
  35. 10b2e9e mm/slab: factor out debugging initialization in cache_init_objs() by Joonsoo Kim · 9 years ago
  36. d841023 mm/slab: factor out slab list fixup code by Joonsoo Kim · 9 years ago
  37. 3217fd9 mm/slab: make criteria for off slab determination robust and simple by Joonsoo Kim · 9 years ago
  38. f3a3c32 mm/slab: do not change cache size if debug pagealloc isn't possible by Joonsoo Kim · 9 years ago
  39. 158e319 mm/slab: clean up cache type determination by Joonsoo Kim · 9 years ago
  40. 832a15d mm/slab: align cache size first before determination of OFF_SLAB candidate by Joonsoo Kim · 9 years ago
  41. 2e6b360 mm/slab: put the freelist at the end of slab page by Joonsoo Kim · 9 years ago
  42. 249247b mm/slab: remove object status buffer for DEBUG_SLAB_LEAK by Joonsoo Kim · 9 years ago
  43. d31676d mm/slab: alternative implementation for DEBUG_SLAB_LEAK by Joonsoo Kim · 9 years ago
  44. 40b4413 mm/slab: clean up DEBUG_PAGEALLOC processing code by Joonsoo Kim · 9 years ago
  45. 4032327 mm/slab: use more appropriate condition check for debug_pagealloc by Joonsoo Kim · 9 years ago
  46. a307ebd mm/slab: activate debug_pagealloc in SLAB when it is actually enabled by Joonsoo Kim · 9 years ago
  47. 260b61d mm/slab: remove the checks for slab implementation bug by Joonsoo Kim · 9 years ago
  48. 6fb9243 mm/slab: remove useless structure define by Joonsoo Kim · 9 years ago
  49. 12c61fe mm/slab: fix stale code comment by Joonsoo Kim · 9 years ago
  50. 9f706d6 mm: fix some spelling by Jesper Dangaard Brouer · 9 years ago
  51. ca25719 mm: new API kfree_bulk() for SLAB+SLUB allocators by Jesper Dangaard Brouer · 9 years ago
  52. e6cdb58 slab: implement bulk free in SLAB allocator by Jesper Dangaard Brouer · 9 years ago
  53. 7b0501d slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk by Jesper Dangaard Brouer · 9 years ago
  54. 2a777ea slab: implement bulk alloc in SLAB allocator by Jesper Dangaard Brouer · 9 years ago
  55. d5e3ed6 slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB by Jesper Dangaard Brouer · 9 years ago
  56. 0142eae mm: kmemcheck skip object if slab allocation failed by Jesper Dangaard Brouer · 9 years ago
  57. 011ecea slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB by Jesper Dangaard Brouer · 9 years ago
  58. fab9963 mm: fault-inject take over bootstrap kmem_cache check by Jesper Dangaard Brouer · 9 years ago
  59. 11c7aec mm/slab: move SLUB alloc hooks to common mm/slab.h by Jesper Dangaard Brouer · 9 years ago
  60. 376bf12 slub: clean up code for kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  61. d37a14b Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  62. 7640131 mm/mempool: avoid KASAN marking mempool poison checks as use-after-free by Matthew Dawson · 9 years ago
  63. 8661362 mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlers by Jan Stancek · 9 years ago
  64. 0a2e280 mm, thp: fix migration of PTE-mapped transparent huge pages by Kirill A. Shutemov · 9 years ago
  65. e3ae116 kasan: add functions to clear stack poison by Mark Rutland · 9 years ago
  66. 06b241f mm: __delete_from_page_cache show Bad page if mapped by Hugh Dickins · 9 years ago
  67. 910154d mm/hugetlb: hugetlb_no_page: rate-limit warning message by Geoffrey Thomas · 9 years ago
  68. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 9 years ago
  69. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 9 years ago
  70. 8479eba mm: numa: quickly fail allocations for NUMA balancing on full nodes by Mel Gorman · 9 years ago
  71. ad33bb0 mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED by Andrea Arcangeli · 9 years ago
  72. 2ac015e thp: call pmdp_invalidate() with correct virtual address by Kirill A. Shutemov · 9 years ago
  73. e6a1c1e Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  74. 52b4b95 mm: slab: free kmem_cache_node after destroy sysfs file by Dmitry Safonov · 9 years ago
  75. f8b7481 mm/hugetlb.c: fix incorrect proc nr_hugepages value by Vaishali Thakkar · 9 years ago
  76. 48f7df3 mm: fix regression in remap_file_pages() emulation by Kirill A. Shutemov · 9 years ago
  77. 69a8ec2 thp, dax: do not try to withdraw pgtable from non-anon VMA by Kirill A. Shutemov · 9 years ago
  78. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 9 years ago
  79. 6b75d14 mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE by Vineet Gupta · 9 years ago
  80. 6a6ac72 mm,thp: khugepaged: call pte flush at the time of collapse by Vineet Gupta · 9 years ago
  81. 078c6c3 mm/backing-dev.c: fix error path in wb_init() by Rasmus Villemoes · 9 years ago
  82. 6b9116a mm, dax: check for pmd_none() after split_huge_pmd() by Kirill A. Shutemov · 9 years ago
  83. 62eb320 mm: fix filemap.c kernel doc warning by Randy Dunlap · 9 years ago
  84. ae02620 thp: make deferred_split_scan() work again by Kirill A. Shutemov · 9 years ago
  85. 12352d3 mm: replace vma_lock_anon_vma with anon_vma_lock_read/write by Konstantin Khlebnikov · 9 years ago
  86. 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 9 years ago
  87. b4330af mm/hugetlb: fix gigantic page initialization/allocation by Mike Kravetz · 9 years ago
  88. cf2a82e mm: downgrade VM_BUG in isolate_lru_page() to warning by Kirill A. Shutemov · 9 years ago
  89. 77bf45e mempolicy: do not try to queue pages from !vma_migratable() by Kirill A. Shutemov · 9 years ago
  90. 564e81a mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress by Tetsuo Handa · 9 years ago
  91. ccde8bd vmstat: make vmstat_update deferrable by Michal Hocko · 9 years ago
  92. f01f17d mm, vmstat: make quiet_vmstat lighter by Michal Hocko · 9 years ago
  93. 1ce2210 mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT by Vlastimil Babka · 9 years ago
  94. 1f1ffb8a memblock: don't mark memblock_phys_mem_size() as __init by David Gibson · 9 years ago
  95. acf128d mm: validate_mm browse_rb SMP race condition by Andrea Arcangeli · 9 years ago
  96. b37a05c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  97. 4643536 mm: retire GUP WARN_ON_ONCE that outlived its usefulness by Hugh Dickins · 9 years ago
  98. 12c9d70 mm: fix memory leak in copy_huge_pmd() by Matthew Wilcox · 9 years ago
  99. 3c1da7b mm/vmpressure.c: fix subtree pressure detection by Vladimir Davydov · 9 years ago
  100. 30bdbb7 mm: polish virtual memory accounting by Konstantin Khlebnikov · 9 years ago