1. 4e46211 mm, page_owner: dump page owner info from dump_page() by Vlastimil Babka · 8 years ago
  2. 60f3035 mm, page_owner: print migratetype of page and pageblock, symbolic flags by Vlastimil Babka · 8 years ago
  3. c5c990e mm, page_alloc: print symbolic gfp_flags on allocation failure by Vlastimil Babka · 8 years ago
  4. ea6eabb mm/debug_pagealloc: ask users for default setting of debug_pagealloc by Christian Borntraeger · 8 years ago
  5. b72d0ff mm/page_alloc.c: rework code layout in memmap_init_zone() by Andrew Morton · 8 years ago
  6. 342332e mm/page_alloc.c: introduce kernelcore=mirror option by Taku Izumi · 8 years ago
  7. d91749c mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node() by Taku Izumi · 8 years ago
  8. 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 8 years ago
  9. a3d0a918 thp: make split_queue per-node by Kirill A. Shutemov · 8 years ago
  10. f16f091 mm/page_alloc.c: remove unused struct zone *z variable by Alexander Kuleshov · 8 years ago
  11. 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 8 years ago
  12. 9a98225 thp: introduce deferred_split_huge_page() by Kirill A. Shutemov · 8 years ago
  13. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 8 years ago
  14. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 8 years ago
  15. 5020e28 mm, oom: give __GFP_NOFAIL allocations access to memory reserves by Michal Hocko · 8 years ago
  16. 86760a2 mm/page_alloc.c: use list_for_each_entry in mark_free_pages() by Geliang Tang · 8 years ago
  17. a16601c mm/page_alloc.c: use list_{first,last}_entry instead of list_entry by Geliang Tang · 8 years ago
  18. 6ac0206 mm/page_alloc.c: remove unnecessary parameter from __rmqueue by Mel Gorman · 8 years ago
  19. a8d0143 mm: page_alloc: generalize the dirty balance reserve by Johannes Weiner · 8 years ago
  20. 33d5310 mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim by Michal Hocko · 8 years ago
  21. fde82aa mm/page_alloc.c: get rid of __alloc_pages_high_priority() by Michal Hocko · 8 years ago
  22. c00eb15 mm/zonelist: enumerate zonelists array index by Yaowei Bai · 8 years ago
  23. 8ef5849 mm/cma: always check which page caused allocation failure by Joonsoo Kim · 8 years ago
  24. a9bb7e6 memcg: only account kmem allocations marked as __GFP_ACCOUNT by Vladimir Davydov · 8 years ago
  25. 475a2f9 mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo by Vlastimil Babka · 9 years ago
  26. b0aeba7 Fix alloc_node_mem_map() to work on ia64 again by Tony Luck · 9 years ago
  27. d00181b mm: use 'unsigned int' for page order by Kirill A. Shutemov · 9 years ago
  28. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  29. f1e6155 mm: pack compound_dtor and compound_order into one word in struct page by Kirill A. Shutemov · 9 years ago
  30. 97a16fc mm, page_alloc: only enforce watermarks for order-0 allocations by Mel Gorman · 9 years ago
  31. 0aaa29a mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand by Mel Gorman · 9 years ago
  32. 974a786 mm, page_alloc: remove MIGRATE_RESERVE by Mel Gorman · 9 years ago
  33. f77cf4e mm, page_alloc: delete the zonelist_cache by Mel Gorman · 9 years ago
  34. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  35. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  36. c9ab0c4 mm, page_alloc: remove unnecessary recalculations for dirty zone balancing by Mel Gorman · 9 years ago
  37. e2b1919 mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe by Mel Gorman · 9 years ago
  38. d05e83a memcg: simplify charging kmem pages by Vladimir Davydov · 9 years ago
  39. bde304b mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than totalpages by Xishi Qiu · 9 years ago
  40. a1c34a3 mm: Don't offset memmap for flatmem by Laura Abbott · 9 years ago
  41. 9fd745d mm: fix overflow in find_zone_movable_pfns_for_nodes() by Xishi Qiu · 9 years ago
  42. b171e40 mm/page_alloc: remove unused parameter in init_currently_empty_zone() by Yaowei Bai · 9 years ago
  43. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  44. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  45. 4ada0c5 mm/page_alloc.c: fix type information of memoryless node by Zhen Lei · 9 years ago
  46. b5685e9 memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned_pages_in_node() by Xishi Qiu · 9 years ago
  47. 34b1006 mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_reserve_ratio in comments by Yaowei Bai · 9 years ago
  48. 013110a mm/page_alloc.c: fix a misleading comment by Yaowei Bai · 9 years ago
  49. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  50. bb14c2c mm: rename and move get/set_freepage_migratetype by Vlastimil Babka · 9 years ago
  51. aa016d1 mm, page_isolation: remove bogus tests for isolated pages by Vlastimil Babka · 9 years ago
  52. 54e9e29 mm, oom: pass an oom order of -1 when triggered by sysrq by David Rientjes · 9 years ago
  53. 6e0fc46 mm, oom: organize oom context into struct by David Rientjes · 9 years ago
  54. 7f3eb55 mm/page_alloc.c: remove unused variable in free_area_init_core() by Wei Yang · 9 years ago
  55. 904a955 mm/page_alloc.c: refine the calculation of highest possible node id by Wei Yang · 9 years ago
  56. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  57. 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 9 years ago
  58. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  59. f9126ab memory-hotplug: fix wrong edge when hot add a new node by Xishi Qiu · 9 years ago
  60. f4c18e6 mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* by Naoya Horiguchi · 9 years ago
  61. 4248b0d fs, file table: reinit files_stat.max_files after deferred memory initialisation by Mel Gorman · 9 years ago
  62. d3cd131 mm, meminit: replace rwsem with completion by Nicolai Stange · 9 years ago
  63. 7ace991 mm, meminit: allow early_pfn_to_nid to be used during runtime by Mel Gorman · 9 years ago
  64. e2cfc91 mm/page_owner: set correct gfp_mask on page_owner by Joonsoo Kim · 9 years ago
  65. f3a14ce mm/page_owner: fix possible access violation by Joonsoo Kim · 9 years ago
  66. ae026b2 mm, meminit: suppress unused memory variable warning by Mel Gorman · 9 years ago
  67. 0e1cc95 mm: meminit: finish initialisation of struct pages before basic setup by Mel Gorman · 9 years ago
  68. 74033a7 mm: meminit: remove mminit_verify_page_links by Mel Gorman · 9 years ago
  69. ac5d253 mm: meminit: reduce number of times pageblocks are set during struct page init by Mel Gorman · 9 years ago
  70. a4de83d mm: meminit: free pages in large chunks where possible by Mel Gorman · 9 years ago
  71. 54608c3 mm: meminit: minimise number of pfn->page lookups during initialisation by Mel Gorman · 9 years ago
  72. 7e18adb mm: meminit: initialise remaining struct pages in parallel with kswapd by Mel Gorman · 9 years ago
  73. 3a80a7f mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set by Mel Gorman · 9 years ago
  74. 75a592a mm: meminit: inline some helper functions by Mel Gorman · 9 years ago
  75. 8a942fd mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid by Mel Gorman · 9 years ago
  76. d70ddd7 mm: page_alloc: pass PFN to __free_pages_bootmem by Mel Gorman · 9 years ago
  77. 92923ca mm: meminit: only set page reserved in the memblock region by Nathan Zimmer · 9 years ago
  78. 1e8ce83 mm: meminit: move page initialization into a separate function by Robin Holt · 9 years ago
  79. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  80. 9083905 mm: page_alloc: inline should_alloc_retry() by Johannes Weiner · 9 years ago
  81. dc56401 mm: oom_kill: simplify OOM killer locking by Johannes Weiner · 9 years ago
  82. febd594 mm/memory hotplug: init the zone's size when calculating node totalpages by Gu Zheng · 9 years ago
  83. f4d2897 mm/page_alloc.c: cleanup obsolete KM_USER* by Anisse Astier · 9 years ago
  84. a9919c7 mm: only define hashdist variable when needed by Rasmus Villemoes · 9 years ago
  85. b63ae8c mm/net: Rename and move page fragment handling from net/ to mm/ by Alexander Duyck · 9 years ago
  86. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  87. 42ff270 mm/page_alloc.c: clean up comment by Yaowei Bai · 9 years ago
  88. 4167e9b mm: remove GFP_THISNODE by David Rientjes · 9 years ago
  89. 761b067 mm: completely remove dumping per-cpu lists from show_mem() by Konstantin Khlebnikov · 9 years ago
  90. d1bfcdb mm: hide per-cpu lists in output of show_mem() by Konstantin Khlebnikov · 9 years ago
  91. 2149cda mm/compaction: enhance compaction finish condition by Joonsoo Kim · 9 years ago
  92. 4eb7dce mm/page_alloc: factor out fallback freepage checking by Joonsoo Kim · 9 years ago
  93. dc67647 mm/cma: change fallback behaviour for CMA freepage by Joonsoo Kim · 9 years ago
  94. e009d5d mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabled by Michal Hocko · 9 years ago
  95. cc87317 mm: page_alloc: revert inadvertent !__GFP_FS retry behavior change by Johannes Weiner · 9 years ago
  96. b8c73fc mm: page_alloc: add kasan hooks on alloc and free paths by Andrey Ryabinin · 9 years ago
  97. 84109e1 mm/page_alloc: fix comment by Yaowei Bai · 9 years ago
  98. 061f67b mm/page_alloc.c: pull out init code from build_all_zonelists by Rasmus Villemoes · 9 years ago
  99. 9c0415e mm: more aggressive page stealing for UNMOVABLE allocations by Vlastimil Babka · 9 years ago
  100. 3a1086f mm: always steal split buddies in fallback allocations by Vlastimil Babka · 9 years ago