1. 31bc385 memory-hotplug: add automatic onlining policy for the newly added memory by Vitaly Kuznetsov · 8 years ago
  2. 9cb65bc mm/memory.c: make apply_to_page_range() more robust by Mika Penttilä · 8 years ago
  3. 4355c01 mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind by Liang Chen · 8 years ago
  4. 0b94f17 mm/memory-failure.c: remove useless "undef"s by Wang Xiaoqiang · 8 years ago
  5. 23a003b mm/madvise: pass return code of memory_failure() to userspace by Naoya Horiguchi · 8 years ago
  6. 5b3810e mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory() by Vlastimil Babka · 8 years ago
  7. 1414c7f mm/page_poisoning.c: allow for zero poisoning by Laura Abbott · 8 years ago
  8. 8823b1d mm/page_poison.c: enable PAGE_POISONING as a separate option by Laura Abbott · 8 years ago
  9. ff8e811 mm, debug: move bad flags printing to bad_page() by Vlastimil Babka · 8 years ago
  10. 4e46211 mm, page_owner: dump page owner info from dump_page() by Vlastimil Babka · 8 years ago
  11. 7cd12b4 mm, page_owner: track and print last migrate reason by Vlastimil Babka · 8 years ago
  12. d435edc mm, page_owner: copy page owner info during migration by Vlastimil Babka · 8 years ago
  13. 7dd80b8 mm, page_owner: convert page_owner_inited to static key by Vlastimil Babka · 8 years ago
  14. 60f3035 mm, page_owner: print migratetype of page and pageblock, symbolic flags by Vlastimil Babka · 8 years ago
  15. a0795cd mm, oom: print symbolic gfp_flags in oom warning by Vlastimil Babka · 8 years ago
  16. c5c990e mm, page_alloc: print symbolic gfp_flags on allocation failure by Vlastimil Babka · 8 years ago
  17. b8eceeb mm, debug: replace dump_flags() with the new printk formats by Vlastimil Babka · 8 years ago
  18. edf14cd mm, printk: introduce new format string for flags by Vlastimil Babka · 8 years ago
  19. 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 8 years ago
  20. ebded02 mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to complete during a read by Mel Gorman · 8 years ago
  21. 32b6352 mm: filemap: remove redundant code in do_read_cache_page by Mel Gorman · 8 years ago
  22. ea6eabb mm/debug_pagealloc: ask users for default setting of debug_pagealloc by Christian Borntraeger · 8 years ago
  23. d59b108 mm/page-writeback: fix dirty_ratelimit calculation by Andrey Ryabinin · 8 years ago
  24. b72d0ff mm/page_alloc.c: rework code layout in memmap_init_zone() by Andrew Morton · 8 years ago
  25. 342332e mm/page_alloc.c: introduce kernelcore=mirror option by Taku Izumi · 8 years ago
  26. d91749c mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node() by Taku Izumi · 8 years ago
  27. d86bd1b mm/slub: support left redzone by Joonsoo Kim · 8 years ago
  28. 149daaf slub: relax CMPXCHG consistency restrictions by Laura Abbott · 8 years ago
  29. becfda6 slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS by Laura Abbott · 8 years ago
  30. 804aa13 slub: fix/clean free_debug_processing return paths by Laura Abbott · 8 years ago
  31. 282acb4 slub: drop lock at the end of free_debug_processing by Laura Abbott · 8 years ago
  32. f68f8dd mm/slab: re-implement pfmemalloc support by Joonsoo Kim · 8 years ago
  33. 70f7506 mm/slab: avoid returning values by reference by Joonsoo Kim · 8 years ago
  34. b03a017b mm/slab: introduce new slab management type, OBJFREELIST_SLAB by Joonsoo Kim · 8 years ago
  35. 10b2e9e mm/slab: factor out debugging initialization in cache_init_objs() by Joonsoo Kim · 8 years ago
  36. d841023 mm/slab: factor out slab list fixup code by Joonsoo Kim · 8 years ago
  37. 3217fd9 mm/slab: make criteria for off slab determination robust and simple by Joonsoo Kim · 8 years ago
  38. f3a3c32 mm/slab: do not change cache size if debug pagealloc isn't possible by Joonsoo Kim · 8 years ago
  39. 158e319 mm/slab: clean up cache type determination by Joonsoo Kim · 8 years ago
  40. 832a15d mm/slab: align cache size first before determination of OFF_SLAB candidate by Joonsoo Kim · 8 years ago
  41. 2e6b360 mm/slab: put the freelist at the end of slab page by Joonsoo Kim · 8 years ago
  42. 249247b mm/slab: remove object status buffer for DEBUG_SLAB_LEAK by Joonsoo Kim · 8 years ago
  43. d31676d mm/slab: alternative implementation for DEBUG_SLAB_LEAK by Joonsoo Kim · 8 years ago
  44. 40b4413 mm/slab: clean up DEBUG_PAGEALLOC processing code by Joonsoo Kim · 8 years ago
  45. 4032327 mm/slab: use more appropriate condition check for debug_pagealloc by Joonsoo Kim · 8 years ago
  46. a307ebd mm/slab: activate debug_pagealloc in SLAB when it is actually enabled by Joonsoo Kim · 8 years ago
  47. 260b61d mm/slab: remove the checks for slab implementation bug by Joonsoo Kim · 8 years ago
  48. 6fb9243 mm/slab: remove useless structure define by Joonsoo Kim · 8 years ago
  49. 12c61fe mm/slab: fix stale code comment by Joonsoo Kim · 8 years ago
  50. 9f706d6 mm: fix some spelling by Jesper Dangaard Brouer · 8 years ago
  51. ca25719 mm: new API kfree_bulk() for SLAB+SLUB allocators by Jesper Dangaard Brouer · 8 years ago
  52. e6cdb58 slab: implement bulk free in SLAB allocator by Jesper Dangaard Brouer · 8 years ago
  53. 7b0501d slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk by Jesper Dangaard Brouer · 8 years ago
  54. 2a777ea slab: implement bulk alloc in SLAB allocator by Jesper Dangaard Brouer · 8 years ago
  55. d5e3ed6 slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB by Jesper Dangaard Brouer · 8 years ago
  56. 0142eae mm: kmemcheck skip object if slab allocation failed by Jesper Dangaard Brouer · 8 years ago
  57. 011ecea slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB by Jesper Dangaard Brouer · 8 years ago
  58. fab9963 mm: fault-inject take over bootstrap kmem_cache check by Jesper Dangaard Brouer · 8 years ago
  59. 11c7aec mm/slab: move SLUB alloc hooks to common mm/slab.h by Jesper Dangaard Brouer · 8 years ago
  60. 376bf12 slub: clean up code for kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 8 years ago
  61. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  62. d37a14b Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 8 years ago
  64. 7640131 mm/mempool: avoid KASAN marking mempool poison checks as use-after-free by Matthew Dawson · 8 years ago
  65. 8661362 mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlers by Jan Stancek · 8 years ago
  66. 0a2e280 mm, thp: fix migration of PTE-mapped transparent huge pages by Kirill A. Shutemov · 8 years ago
  67. e3ae116 kasan: add functions to clear stack poison by Mark Rutland · 8 years ago
  68. 06b241f mm: __delete_from_page_cache show Bad page if mapped by Hugh Dickins · 8 years ago
  69. 910154d mm/hugetlb: hugetlb_no_page: rate-limit warning message by Geoffrey Thomas · 8 years ago
  70. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 8 years ago
  71. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 8 years ago
  72. ff20c2e mm: Some arch may want to use HPAGE_PMD related values as variables by Kirill A. Shutemov · 8 years ago
  73. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 9 years ago
  74. 8479eba mm: numa: quickly fail allocations for NUMA balancing on full nodes by Mel Gorman · 9 years ago
  75. ad33bb0 mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED by Andrea Arcangeli · 9 years ago
  76. 2527083 Merge tag 'powerpc-4.5-4' into next by Michael Ellerman · 9 years ago
  77. 2ac015e thp: call pmdp_invalidate() with correct virtual address by Kirill A. Shutemov · 9 years ago
  78. 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
  79. 52b4b95 mm: slab: free kmem_cache_node after destroy sysfs file by Dmitry Safonov · 9 years ago
  80. f8b7481 mm/hugetlb.c: fix incorrect proc nr_hugepages value by Vaishali Thakkar · 9 years ago
  81. 48f7df3 mm: fix regression in remap_file_pages() emulation by Kirill A. Shutemov · 9 years ago
  82. 69a8ec2 thp, dax: do not try to withdraw pgtable from non-anon VMA by Kirill A. Shutemov · 9 years ago
  83. 62b5f7d mm/core, x86/mm/pkeys: Add execute-only protection keys support by Dave Hansen · 9 years ago
  84. 66d3757 mm/core, x86/mm/pkeys: Add arch_validate_pkey() by Dave Hansen · 9 years ago
  85. e6bfb70 mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() by Dave Hansen · 9 years ago
  86. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 9 years ago
  87. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 9 years ago
  88. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 9 years ago
  89. d4925e0 mm/gup: Factor out VMA fault permission checking by Dave Hansen · 9 years ago
  90. 63c17fb mm/core, x86/mm/pkeys: Store protection bits in high VMA flags by Dave Hansen · 9 years ago
  91. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  92. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
  93. cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 9 years ago
  94. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
  95. 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 9 years ago
  96. bdb428c lib+mm: fix few spelling mistakes by Bogdan Sikora · 9 years ago
  97. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 9 years ago
  98. 6b75d14 mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE by Vineet Gupta · 9 years ago
  99. 6a6ac72 mm,thp: khugepaged: call pte flush at the time of collapse by Vineet Gupta · 9 years ago
  100. 078c6c3 mm/backing-dev.c: fix error path in wb_init() by Rasmus Villemoes · 9 years ago