1. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  2. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  3. c9ab0c4 mm, page_alloc: remove unnecessary recalculations for dirty zone balancing by Mel Gorman · 9 years ago
  4. e2b1919 mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe by Mel Gorman · 9 years ago
  5. d05e83a memcg: simplify charging kmem pages by Vladimir Davydov · 9 years ago
  6. bde304b mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than totalpages by Xishi Qiu · 9 years ago
  7. a1c34a3 mm: Don't offset memmap for flatmem by Laura Abbott · 9 years ago
  8. 9fd745d mm: fix overflow in find_zone_movable_pfns_for_nodes() by Xishi Qiu · 9 years ago
  9. b171e40 mm/page_alloc: remove unused parameter in init_currently_empty_zone() by Yaowei Bai · 9 years ago
  10. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  11. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  12. 4ada0c5 mm/page_alloc.c: fix type information of memoryless node by Zhen Lei · 9 years ago
  13. b5685e9 memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned_pages_in_node() by Xishi Qiu · 9 years ago
  14. 34b1006 mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_reserve_ratio in comments by Yaowei Bai · 9 years ago
  15. 013110a mm/page_alloc.c: fix a misleading comment by Yaowei Bai · 9 years ago
  16. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
  17. bb14c2c mm: rename and move get/set_freepage_migratetype by Vlastimil Babka · 9 years ago
  18. aa016d1 mm, page_isolation: remove bogus tests for isolated pages by Vlastimil Babka · 9 years ago
  19. 54e9e29 mm, oom: pass an oom order of -1 when triggered by sysrq by David Rientjes · 9 years ago
  20. 6e0fc46 mm, oom: organize oom context into struct by David Rientjes · 9 years ago
  21. 7f3eb55 mm/page_alloc.c: remove unused variable in free_area_init_core() by Wei Yang · 9 years ago
  22. 904a955 mm/page_alloc.c: refine the calculation of highest possible node id by Wei Yang · 9 years ago
  23. 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
  24. 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 9 years ago
  25. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  26. f9126ab memory-hotplug: fix wrong edge when hot add a new node by Xishi Qiu · 9 years ago
  27. f4c18e6 mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* by Naoya Horiguchi · 9 years ago
  28. 4248b0d fs, file table: reinit files_stat.max_files after deferred memory initialisation by Mel Gorman · 9 years ago
  29. d3cd131 mm, meminit: replace rwsem with completion by Nicolai Stange · 9 years ago
  30. 7ace991 mm, meminit: allow early_pfn_to_nid to be used during runtime by Mel Gorman · 9 years ago
  31. e2cfc91 mm/page_owner: set correct gfp_mask on page_owner by Joonsoo Kim · 9 years ago
  32. f3a14ce mm/page_owner: fix possible access violation by Joonsoo Kim · 9 years ago
  33. ae026b2 mm, meminit: suppress unused memory variable warning by Mel Gorman · 9 years ago
  34. 0e1cc95 mm: meminit: finish initialisation of struct pages before basic setup by Mel Gorman · 9 years ago
  35. 74033a7 mm: meminit: remove mminit_verify_page_links by Mel Gorman · 9 years ago
  36. ac5d253 mm: meminit: reduce number of times pageblocks are set during struct page init by Mel Gorman · 9 years ago
  37. a4de83d mm: meminit: free pages in large chunks where possible by Mel Gorman · 9 years ago
  38. 54608c3 mm: meminit: minimise number of pfn->page lookups during initialisation by Mel Gorman · 9 years ago
  39. 7e18adb mm: meminit: initialise remaining struct pages in parallel with kswapd by Mel Gorman · 9 years ago
  40. 3a80a7f mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set by Mel Gorman · 9 years ago
  41. 75a592a mm: meminit: inline some helper functions by Mel Gorman · 9 years ago
  42. 8a942fd mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid by Mel Gorman · 9 years ago
  43. d70ddd7 mm: page_alloc: pass PFN to __free_pages_bootmem by Mel Gorman · 9 years ago
  44. 92923ca mm: meminit: only set page reserved in the memblock region by Nathan Zimmer · 9 years ago
  45. 1e8ce83 mm: meminit: move page initialization into a separate function by Robin Holt · 9 years ago
  46. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  47. 9083905 mm: page_alloc: inline should_alloc_retry() by Johannes Weiner · 9 years ago
  48. dc56401 mm: oom_kill: simplify OOM killer locking by Johannes Weiner · 9 years ago
  49. febd594 mm/memory hotplug: init the zone's size when calculating node totalpages by Gu Zheng · 9 years ago
  50. f4d2897 mm/page_alloc.c: cleanup obsolete KM_USER* by Anisse Astier · 9 years ago
  51. a9919c7 mm: only define hashdist variable when needed by Rasmus Villemoes · 9 years ago
  52. b63ae8c mm/net: Rename and move page fragment handling from net/ to mm/ by Alexander Duyck · 9 years ago
  53. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  54. 42ff270 mm/page_alloc.c: clean up comment by Yaowei Bai · 9 years ago
  55. 4167e9b mm: remove GFP_THISNODE by David Rientjes · 9 years ago
  56. 761b067 mm: completely remove dumping per-cpu lists from show_mem() by Konstantin Khlebnikov · 9 years ago
  57. d1bfcdb mm: hide per-cpu lists in output of show_mem() by Konstantin Khlebnikov · 9 years ago
  58. 2149cda mm/compaction: enhance compaction finish condition by Joonsoo Kim · 9 years ago
  59. 4eb7dce mm/page_alloc: factor out fallback freepage checking by Joonsoo Kim · 9 years ago
  60. dc67647 mm/cma: change fallback behaviour for CMA freepage by Joonsoo Kim · 9 years ago
  61. e009d5d mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabled by Michal Hocko · 9 years ago
  62. cc87317 mm: page_alloc: revert inadvertent !__GFP_FS retry behavior change by Johannes Weiner · 9 years ago
  63. b8c73fc mm: page_alloc: add kasan hooks on alloc and free paths by Andrey Ryabinin · 9 years ago
  64. 84109e1 mm/page_alloc: fix comment by Yaowei Bai · 9 years ago
  65. 061f67b mm/page_alloc.c: pull out init code from build_all_zonelists by Rasmus Villemoes · 9 years ago
  66. 9c0415e mm: more aggressive page stealing for UNMOVABLE allocations by Vlastimil Babka · 9 years ago
  67. 3a1086f mm: always steal split buddies in fallback allocations by Vlastimil Babka · 9 years ago
  68. 99592d5 mm: when stealing freepages, also take pages created by splitting buddy page by Vlastimil Babka · 9 years ago
  69. c32b3cb oom, PM: make OOM detection in the freezer path raceless by Michal Hocko · 9 years ago
  70. 8d29e18 mm: use correct format specifiers when printing address ranges by Juergen Gross · 9 years ago
  71. 81422f2 mm: more checks on free_pages_prepare() for tail pages by Kirill A. Shutemov · 9 years ago
  72. 6e9f0d5 mm/page_alloc.c: drop dead destroy_compound_page() by Kirill A. Shutemov · 9 years ago
  73. 1a6d53a mm: reduce try_to_compact_pages parameters by Vlastimil Babka · 9 years ago
  74. a926375 mm, page_alloc: reduce number of alloc_pages* functions' parameters by Vlastimil Babka · 9 years ago
  75. 7537919 mm: set page->pfmemalloc in prep_new_page() by Vlastimil Babka · 9 years ago
  76. 23f086f kmemcheck: move hook into __alloc_pages_nodemask() for the page allocator by Xishi Qiu · 9 years ago
  77. 91fbdc0 mm/page_alloc.c:__alloc_pages_nodemask(): don't alter arg gfp_mask by Andrew Morton · 9 years ago
  78. 4c5018c mm/page_alloc.c: place zone_id check before VM_BUG_ON_PAGE check by Weijie Yang · 9 years ago
  79. 9879de7 mm: page_alloc: embed OOM killing naturally into allocation slowpath by Johannes Weiner · 9 years ago
  80. e48322a mm: cma: split cma-reserved in dmesg log by Pintu Kumar · 10 years ago
  81. ba914f4 mm: remove the highmem zones' memmap in the highmem zone by Zhong Hongbo · 10 years ago
  82. 6b4f779 mm: vmscan: invoke slab shrinkers from shrink_zone() by Johannes Weiner · 10 years ago
  83. 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 10 years ago
  84. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  85. e30825f mm/debug-pagealloc: prepare boottime configurable on/off by Joonsoo Kim · 10 years ago
  86. eefa864 mm/page_ext: resurrect struct page extending code for debugging by Joonsoo Kim · 10 years ago
  87. 2847cf9 mm/debug-pagealloc: cleanup page guard code by Joonsoo Kim · 10 years ago
  88. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  89. 9edad6e mm: move page->mem_cgroup bad page handling into generic code by Johannes Weiner · 10 years ago
  90. 1306a85 mm: embed the memcg pointer directly into struct page by Johannes Weiner · 10 years ago
  91. 26086de mm: fix a spelling mistake by Wei Yuan · 10 years ago
  92. fdaf7f5 mm, compaction: more focused lru and pcplists draining by Vlastimil Babka · 10 years ago
  93. 97d47a6 mm, compaction: simplify deferred compaction by Vlastimil Babka · 10 years ago
  94. ebff398 mm, compaction: pass classzone_idx and alloc_flags to watermark checking by Vlastimil Babka · 10 years ago
  95. ab1f306 mm: verify compound order when freeing a page by Yu Zhao · 10 years ago
  96. 510f550 mm, cma: drain single zone pcplists by Vlastimil Babka · 10 years ago
  97. 93481ff mm: introduce single zone pcplists drain by Vlastimil Babka · 10 years ago
  98. f88dfff mm/page_alloc.c: convert boot printks without log level to pr_info by Anton Blanchard · 10 years ago
  99. 57cbc87 mm/debug-pagealloc: correct freepage accounting and order resetting by Joonsoo Kim · 10 years ago
  100. dae803e mm: alloc_contig_range: demote pages busy message from warn to info by Michal Nazarewicz · 10 years ago