1. d334c9b mm: memcontrol: cleanup css_reset callback by Vladimir Davydov · 8 years ago
  2. e33e33b mm, memory hotplug: print debug message in the proper way for online_pages by Chen Yucong · 8 years ago
  3. 0f352e5 mm: remove __GFP_NOFAIL is deprecated comment by Michal Hocko · 8 years ago
  4. 95813b8 mm/page_ref: add tracepoint to track down page reference manipulation by Joonsoo Kim · 8 years ago
  5. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  6. 444eb2a4 mm: thp: set THP defrag by default to madvise and add a stall-free defrag option by Mel Gorman · 8 years ago
  7. f9054c7 mm, mempool: only set __GFP_NOMEMALLOC if there are free elements by David Rientjes · 8 years ago
  8. 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 8 years ago
  9. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  10. d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 8 years ago
  11. 7eb5029 mm/Kconfig: remove redundant arch depend for memory hotplug by Yang Shi · 8 years ago
  12. 458aa76 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range by Aneesh Kumar K.V · 8 years ago
  13. 39a1aa8 mm: deduplicate memory overcommitment code by Andrey Ryabinin · 8 years ago
  14. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 8 years ago
  15. f9719a0 thp, vmstats: count deferred split events by Kirill A. Shutemov · 8 years ago
  16. 0a6b76d mm: workingset: make shadow node shrinker memcg aware by Vladimir Davydov · 8 years ago
  17. cdcbb72 mm: workingset: size shadow nodes lru basing on file cache size by Vladimir Davydov · 8 years ago
  18. b6ecd2d mm: memcontrol: zap memcg_kmem_online helper by Vladimir Davydov · 8 years ago
  19. 0fc9f58 mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker by Vladimir Davydov · 8 years ago
  20. b313aee mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchy by Vladimir Davydov · 8 years ago
  21. accf624 mm, kswapd: replace kswapd compaction with waking up kcompactd by Vlastimil Babka · 8 years ago
  22. e888ca3 mm, memory hotplug: small cleanup in online_pages() by Vlastimil Babka · 8 years ago
  23. 698b1b3 mm, compaction: introduce kcompactd by Vlastimil Babka · 8 years ago
  24. 81c5857 mm, kswapd: remove bogus check of balance_classzone_idx by Vlastimil Babka · 8 years ago
  25. 505f6d2 sound: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  26. 922d566 mm/slub: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  27. f48d97f mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  28. 832fc1d /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages by Naoya Horiguchi · 8 years ago
  29. 12580e4 mm: memcontrol: report kernel stack usage in cgroup2 memory.stat by Vladimir Davydov · 8 years ago
  30. 27ee57c mm: memcontrol: report slab usage in cgroup2 memory.stat by Vladimir Davydov · 8 years ago
  31. 72b54e7 mm: memcontrol: make tree_{stat,events} fetch all stats by Vladimir Davydov · 8 years ago
  32. fcff7d7 mm: memcontrol: do not bypass slab charge if memcg is offline by Vladimir Davydov · 8 years ago
  33. 6a61895 mm: oom_kill: don't ignore oom score on exiting tasks by Johannes Weiner · 8 years ago
  34. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  35. 9cf7666 mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate() by Johannes Weiner · 8 years ago
  36. 74485cf mm: migrate: consolidate mem_cgroup_migrate() calls by Johannes Weiner · 8 years ago
  37. 7cf91a9 mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous by Joonsoo Kim · 8 years ago
  38. e1409c3 mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page by Joonsoo Kim · 8 years ago
  39. 623446e mm/compaction: fix invalid free_pfn and compact_cached_free_pfn by Joonsoo Kim · 8 years ago
  40. 5aa1748 mm/memblock.c: remove unnecessary memblock_type variable by Alexander Kuleshov · 8 years ago
  41. 8df651c thp: cleanup split_huge_page() by Kirill A. Shutemov · 8 years ago
  42. 88193f7 mm: use linear_page_index() in do_fault() by Matthew Wilcox · 8 years ago
  43. fdf1cdb mm: remove unnecessary uses of lock_page_memcg() by Johannes Weiner · 8 years ago
  44. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 8 years ago
  45. 6a93ca8 mm: migrate: do not touch page->mem_cgroup of live pages by Johannes Weiner · 8 years ago
  46. 23047a9 mm: workingset: per-cgroup cache thrash detection by Johannes Weiner · 8 years ago
  47. 612e449 mm: workingset: eviction buckets for bigmem/lowbit machines by Johannes Weiner · 8 years ago
  48. 162453b mm: workingset: separate shadow unpacking and refault calculation by Johannes Weiner · 8 years ago
  49. 689c94f mm: workingset: #define radix entry eviction mask by Johannes Weiner · 8 years ago
  50. 81f8c3a mm: memcontrol: generalize locking for the page->mem_cgroup binding by Johannes Weiner · 8 years ago
  51. 0db2cb8 mm, vmscan: make zone_reclaimable_pages more precise by Michal Hocko · 8 years ago
  52. d7206a7 mm/madvise: update comment on sys_madvise() by Naoya Horiguchi · 8 years ago
  53. cecf257 mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 by Vladimir Davydov · 8 years ago
  54. 31bc385 memory-hotplug: add automatic onlining policy for the newly added memory by Vitaly Kuznetsov · 8 years ago
  55. 9cb65bc mm/memory.c: make apply_to_page_range() more robust by Mika Penttilä · 8 years ago
  56. 4355c01 mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind by Liang Chen · 8 years ago
  57. 0b94f17 mm/memory-failure.c: remove useless "undef"s by Wang Xiaoqiang · 8 years ago
  58. 23a003b mm/madvise: pass return code of memory_failure() to userspace by Naoya Horiguchi · 8 years ago
  59. 5b3810e mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory() by Vlastimil Babka · 8 years ago
  60. 1414c7f mm/page_poisoning.c: allow for zero poisoning by Laura Abbott · 8 years ago
  61. 8823b1d mm/page_poison.c: enable PAGE_POISONING as a separate option by Laura Abbott · 8 years ago
  62. ff8e811 mm, debug: move bad flags printing to bad_page() by Vlastimil Babka · 8 years ago
  63. 4e46211 mm, page_owner: dump page owner info from dump_page() by Vlastimil Babka · 8 years ago
  64. 7cd12b4 mm, page_owner: track and print last migrate reason by Vlastimil Babka · 8 years ago
  65. d435edc mm, page_owner: copy page owner info during migration by Vlastimil Babka · 8 years ago
  66. 7dd80b8 mm, page_owner: convert page_owner_inited to static key by Vlastimil Babka · 8 years ago
  67. 60f3035 mm, page_owner: print migratetype of page and pageblock, symbolic flags by Vlastimil Babka · 8 years ago
  68. a0795cd mm, oom: print symbolic gfp_flags in oom warning by Vlastimil Babka · 8 years ago
  69. c5c990e mm, page_alloc: print symbolic gfp_flags on allocation failure by Vlastimil Babka · 8 years ago
  70. b8eceeb mm, debug: replace dump_flags() with the new printk formats by Vlastimil Babka · 8 years ago
  71. edf14cd mm, printk: introduce new format string for flags by Vlastimil Babka · 8 years ago
  72. 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 8 years ago
  73. ebded02 mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to complete during a read by Mel Gorman · 8 years ago
  74. 32b6352 mm: filemap: remove redundant code in do_read_cache_page by Mel Gorman · 8 years ago
  75. ea6eabb mm/debug_pagealloc: ask users for default setting of debug_pagealloc by Christian Borntraeger · 8 years ago
  76. d59b108 mm/page-writeback: fix dirty_ratelimit calculation by Andrey Ryabinin · 8 years ago
  77. b72d0ff mm/page_alloc.c: rework code layout in memmap_init_zone() by Andrew Morton · 8 years ago
  78. 342332e mm/page_alloc.c: introduce kernelcore=mirror option by Taku Izumi · 8 years ago
  79. d91749c mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node() by Taku Izumi · 8 years ago
  80. d86bd1b mm/slub: support left redzone by Joonsoo Kim · 8 years ago
  81. 149daaf slub: relax CMPXCHG consistency restrictions by Laura Abbott · 8 years ago
  82. becfda6 slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS by Laura Abbott · 8 years ago
  83. 804aa13 slub: fix/clean free_debug_processing return paths by Laura Abbott · 8 years ago
  84. 282acb4 slub: drop lock at the end of free_debug_processing by Laura Abbott · 8 years ago
  85. f68f8dd mm/slab: re-implement pfmemalloc support by Joonsoo Kim · 8 years ago
  86. 70f7506 mm/slab: avoid returning values by reference by Joonsoo Kim · 8 years ago
  87. b03a017b mm/slab: introduce new slab management type, OBJFREELIST_SLAB by Joonsoo Kim · 8 years ago
  88. 10b2e9e mm/slab: factor out debugging initialization in cache_init_objs() by Joonsoo Kim · 8 years ago
  89. d841023 mm/slab: factor out slab list fixup code by Joonsoo Kim · 8 years ago
  90. 3217fd9 mm/slab: make criteria for off slab determination robust and simple by Joonsoo Kim · 8 years ago
  91. f3a3c32 mm/slab: do not change cache size if debug pagealloc isn't possible by Joonsoo Kim · 8 years ago
  92. 158e319 mm/slab: clean up cache type determination by Joonsoo Kim · 8 years ago
  93. 832a15d mm/slab: align cache size first before determination of OFF_SLAB candidate by Joonsoo Kim · 8 years ago
  94. 2e6b360 mm/slab: put the freelist at the end of slab page by Joonsoo Kim · 8 years ago
  95. 249247b mm/slab: remove object status buffer for DEBUG_SLAB_LEAK by Joonsoo Kim · 8 years ago
  96. d31676d mm/slab: alternative implementation for DEBUG_SLAB_LEAK by Joonsoo Kim · 8 years ago
  97. 40b4413 mm/slab: clean up DEBUG_PAGEALLOC processing code by Joonsoo Kim · 8 years ago
  98. 4032327 mm/slab: use more appropriate condition check for debug_pagealloc by Joonsoo Kim · 8 years ago
  99. a307ebd mm/slab: activate debug_pagealloc in SLAB when it is actually enabled by Joonsoo Kim · 8 years ago
  100. 260b61d mm/slab: remove the checks for slab implementation bug by Joonsoo Kim · 8 years ago