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