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