1. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  2. 9cf7666 mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate() by Johannes Weiner · 8 years ago
  3. 74485cf mm: migrate: consolidate mem_cgroup_migrate() calls by Johannes Weiner · 8 years ago
  4. 7cf91a9 mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous by Joonsoo Kim · 8 years ago
  5. e1409c3 mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page by Joonsoo Kim · 8 years ago
  6. 623446e mm/compaction: fix invalid free_pfn and compact_cached_free_pfn by Joonsoo Kim · 8 years ago
  7. 5aa1748 mm/memblock.c: remove unnecessary memblock_type variable by Alexander Kuleshov · 8 years ago
  8. 8df651c thp: cleanup split_huge_page() by Kirill A. Shutemov · 8 years ago
  9. 88193f7 mm: use linear_page_index() in do_fault() by Matthew Wilcox · 8 years ago
  10. fdf1cdb mm: remove unnecessary uses of lock_page_memcg() by Johannes Weiner · 8 years ago
  11. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 8 years ago
  12. 6a93ca8 mm: migrate: do not touch page->mem_cgroup of live pages by Johannes Weiner · 8 years ago
  13. 23047a9 mm: workingset: per-cgroup cache thrash detection by Johannes Weiner · 8 years ago
  14. 612e449 mm: workingset: eviction buckets for bigmem/lowbit machines by Johannes Weiner · 8 years ago
  15. 162453b mm: workingset: separate shadow unpacking and refault calculation by Johannes Weiner · 8 years ago
  16. 689c94f mm: workingset: #define radix entry eviction mask by Johannes Weiner · 8 years ago
  17. 81f8c3a mm: memcontrol: generalize locking for the page->mem_cgroup binding by Johannes Weiner · 8 years ago
  18. 0db2cb8 mm, vmscan: make zone_reclaimable_pages more precise by Michal Hocko · 8 years ago
  19. d7206a7 mm/madvise: update comment on sys_madvise() by Naoya Horiguchi · 8 years ago
  20. cecf257 mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 by Vladimir Davydov · 8 years ago
  21. 31bc385 memory-hotplug: add automatic onlining policy for the newly added memory by Vitaly Kuznetsov · 8 years ago
  22. 9cb65bc mm/memory.c: make apply_to_page_range() more robust by Mika Penttilä · 8 years ago
  23. 4355c01 mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind by Liang Chen · 8 years ago
  24. 0b94f17 mm/memory-failure.c: remove useless "undef"s by Wang Xiaoqiang · 8 years ago
  25. 23a003b mm/madvise: pass return code of memory_failure() to userspace by Naoya Horiguchi · 8 years ago
  26. 5b3810e mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory() by Vlastimil Babka · 8 years ago
  27. 1414c7f mm/page_poisoning.c: allow for zero poisoning by Laura Abbott · 8 years ago
  28. 8823b1d mm/page_poison.c: enable PAGE_POISONING as a separate option by Laura Abbott · 8 years ago
  29. ff8e811 mm, debug: move bad flags printing to bad_page() by Vlastimil Babka · 8 years ago
  30. 4e46211 mm, page_owner: dump page owner info from dump_page() by Vlastimil Babka · 8 years ago
  31. 7cd12b4 mm, page_owner: track and print last migrate reason by Vlastimil Babka · 8 years ago
  32. d435edc mm, page_owner: copy page owner info during migration by Vlastimil Babka · 8 years ago
  33. 7dd80b8 mm, page_owner: convert page_owner_inited to static key by Vlastimil Babka · 8 years ago
  34. 60f3035 mm, page_owner: print migratetype of page and pageblock, symbolic flags by Vlastimil Babka · 8 years ago
  35. a0795cd mm, oom: print symbolic gfp_flags in oom warning by Vlastimil Babka · 8 years ago
  36. c5c990e mm, page_alloc: print symbolic gfp_flags on allocation failure by Vlastimil Babka · 8 years ago
  37. b8eceeb mm, debug: replace dump_flags() with the new printk formats by Vlastimil Babka · 8 years ago
  38. edf14cd mm, printk: introduce new format string for flags by Vlastimil Babka · 8 years ago
  39. 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 8 years ago
  40. ebded02 mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to complete during a read by Mel Gorman · 8 years ago
  41. 32b6352 mm: filemap: remove redundant code in do_read_cache_page by Mel Gorman · 8 years ago
  42. ea6eabb mm/debug_pagealloc: ask users for default setting of debug_pagealloc by Christian Borntraeger · 8 years ago
  43. d59b108 mm/page-writeback: fix dirty_ratelimit calculation by Andrey Ryabinin · 8 years ago
  44. b72d0ff mm/page_alloc.c: rework code layout in memmap_init_zone() by Andrew Morton · 8 years ago
  45. 342332e mm/page_alloc.c: introduce kernelcore=mirror option by Taku Izumi · 8 years ago
  46. d91749c mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node() by Taku Izumi · 8 years ago
  47. d86bd1b mm/slub: support left redzone by Joonsoo Kim · 8 years ago
  48. 149daaf slub: relax CMPXCHG consistency restrictions by Laura Abbott · 8 years ago
  49. becfda6 slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS by Laura Abbott · 8 years ago
  50. 804aa13 slub: fix/clean free_debug_processing return paths by Laura Abbott · 8 years ago
  51. 282acb4 slub: drop lock at the end of free_debug_processing by Laura Abbott · 8 years ago
  52. f68f8dd mm/slab: re-implement pfmemalloc support by Joonsoo Kim · 8 years ago
  53. 70f7506 mm/slab: avoid returning values by reference by Joonsoo Kim · 8 years ago
  54. b03a017b mm/slab: introduce new slab management type, OBJFREELIST_SLAB by Joonsoo Kim · 8 years ago
  55. 10b2e9e mm/slab: factor out debugging initialization in cache_init_objs() by Joonsoo Kim · 8 years ago
  56. d841023 mm/slab: factor out slab list fixup code by Joonsoo Kim · 8 years ago
  57. 3217fd9 mm/slab: make criteria for off slab determination robust and simple by Joonsoo Kim · 8 years ago
  58. f3a3c32 mm/slab: do not change cache size if debug pagealloc isn't possible by Joonsoo Kim · 8 years ago
  59. 158e319 mm/slab: clean up cache type determination by Joonsoo Kim · 8 years ago
  60. 832a15d mm/slab: align cache size first before determination of OFF_SLAB candidate by Joonsoo Kim · 8 years ago
  61. 2e6b360 mm/slab: put the freelist at the end of slab page by Joonsoo Kim · 8 years ago
  62. 249247b mm/slab: remove object status buffer for DEBUG_SLAB_LEAK by Joonsoo Kim · 8 years ago
  63. d31676d mm/slab: alternative implementation for DEBUG_SLAB_LEAK by Joonsoo Kim · 8 years ago
  64. 40b4413 mm/slab: clean up DEBUG_PAGEALLOC processing code by Joonsoo Kim · 8 years ago
  65. 4032327 mm/slab: use more appropriate condition check for debug_pagealloc by Joonsoo Kim · 8 years ago
  66. a307ebd mm/slab: activate debug_pagealloc in SLAB when it is actually enabled by Joonsoo Kim · 8 years ago
  67. 260b61d mm/slab: remove the checks for slab implementation bug by Joonsoo Kim · 8 years ago
  68. 6fb9243 mm/slab: remove useless structure define by Joonsoo Kim · 8 years ago
  69. 12c61fe mm/slab: fix stale code comment by Joonsoo Kim · 8 years ago
  70. 9f706d6 mm: fix some spelling by Jesper Dangaard Brouer · 8 years ago
  71. ca25719 mm: new API kfree_bulk() for SLAB+SLUB allocators by Jesper Dangaard Brouer · 8 years ago
  72. e6cdb58 slab: implement bulk free in SLAB allocator by Jesper Dangaard Brouer · 8 years ago
  73. 7b0501d slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk by Jesper Dangaard Brouer · 8 years ago
  74. 2a777ea slab: implement bulk alloc in SLAB allocator by Jesper Dangaard Brouer · 8 years ago
  75. d5e3ed6 slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB by Jesper Dangaard Brouer · 8 years ago
  76. 0142eae mm: kmemcheck skip object if slab allocation failed by Jesper Dangaard Brouer · 8 years ago
  77. 011ecea slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB by Jesper Dangaard Brouer · 8 years ago
  78. fab9963 mm: fault-inject take over bootstrap kmem_cache check by Jesper Dangaard Brouer · 8 years ago
  79. 11c7aec mm/slab: move SLUB alloc hooks to common mm/slab.h by Jesper Dangaard Brouer · 8 years ago
  80. 376bf12 slub: clean up code for kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 8 years ago
  81. 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
  82. 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
  83. 7640131 mm/mempool: avoid KASAN marking mempool poison checks as use-after-free by Matthew Dawson · 8 years ago
  84. 8661362 mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlers by Jan Stancek · 8 years ago
  85. 0a2e280 mm, thp: fix migration of PTE-mapped transparent huge pages by Kirill A. Shutemov · 8 years ago
  86. e3ae116 kasan: add functions to clear stack poison by Mark Rutland · 8 years ago
  87. 06b241f mm: __delete_from_page_cache show Bad page if mapped by Hugh Dickins · 8 years ago
  88. 910154d mm/hugetlb: hugetlb_no_page: rate-limit warning message by Geoffrey Thomas · 8 years ago
  89. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 8 years ago
  90. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 8 years ago
  91. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 8 years ago
  92. 8479eba mm: numa: quickly fail allocations for NUMA balancing on full nodes by Mel Gorman · 8 years ago
  93. ad33bb0 mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED by Andrea Arcangeli · 8 years ago
  94. 2ac015e thp: call pmdp_invalidate() with correct virtual address by Kirill A. Shutemov · 8 years ago
  95. e6a1c1e Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  96. 52b4b95 mm: slab: free kmem_cache_node after destroy sysfs file by Dmitry Safonov · 8 years ago
  97. f8b7481 mm/hugetlb.c: fix incorrect proc nr_hugepages value by Vaishali Thakkar · 8 years ago
  98. 48f7df3 mm: fix regression in remap_file_pages() emulation by Kirill A. Shutemov · 8 years ago
  99. 69a8ec2 thp, dax: do not try to withdraw pgtable from non-anon VMA by Kirill A. Shutemov · 8 years ago
  100. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago