1. 2583d67 mm, compaction: split off flag for not updating skip hints by Vlastimil Babka · 7 years ago
  2. 0cd842f mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM_MAP by Oscar Salvador · 7 years ago
  3. 0205f75 mm: simplify nodemask printing by Michal Hocko · 7 years ago
  4. d135e57 mm/page_alloc.c: broken deferred calculation by Pavel Tatashin · 7 years ago
  5. 400e224 mm: don't warn about allocations which stall for too long by Tetsuo Handa · 7 years ago
  6. b050e37 mm, page_alloc: fix potential false positive in __zone_watermark_ok by Vlastimil Babka · 7 years ago
  7. 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
  8. 0fac3ba mm, page_alloc: simplify list handling in rmqueue_bulk() by Vlastimil Babka · 7 years ago
  9. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  10. 2d4894b mm: remove cold parameter from free_hot_cold_page* by Mel Gorman · 7 years ago
  11. 9cca35d mm, page_alloc: enable/disable IRQs once when freeing a list of pages by Mel Gorman · 7 years ago
  12. 85ccc8f mm/page_alloc: make sure __rmqueue() etc are always inline by Aaron Lu · 7 years ago
  13. f7f9910 mm: stop zeroing memory during allocation in vmemmap by Pavel Tatashin · 7 years ago
  14. a4a3ede mm: zero reserved and unavailable struct pages by Pavel Tatashin · 7 years ago
  15. ea1f5f3 mm: define memblock_virt_alloc_try_nid_raw by Pavel Tatashin · 7 years ago
  16. 2f47a91 mm: deferred_init_memmap improvements by Pavel Tatashin · 7 years ago
  17. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  18. d7ab367 mm, page_alloc: fail has_unmovable_pages when seeing reserved pages by Michal Hocko · 7 years ago
  19. 4da2ce2 mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages() by Michal Hocko · 7 years ago
  20. d7b236e mm: drop migrate type checks from has_unmovable_pages by Michal Hocko · 7 years ago
  21. 9b6e63c mm, page_alloc: add scheduling point to memmap_init_zone by Michal Hocko · 7 years ago
  22. 57148a6 mm: meminit: mark init_reserved_page as __meminit by Arnd Bergmann · 7 years ago
  23. f19360f mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt by Tetsuo Handa · 7 years ago
  24. 3a321d2 mm: change the call sites of numa statistics items by Kemi Wang · 7 years ago
  25. cd04ae1 mm, oom: do not rely on TIF_MEMDIE for memory reserves access by Michal Hocko · 7 years ago
  26. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  27. b93e0f3 mm, memory_hotplug: get rid of zonelists_mutex by Michal Hocko · 7 years ago
  28. 11cd863 mm, page_alloc: remove stop_machine from build_all_zonelists by Michal Hocko · 7 years ago
  29. 9d3be21 mm, page_alloc: simplify zonelist initialization by Michal Hocko · 7 years ago
  30. 72675e1 mm, memory_hotplug: drop zone from build_all_zonelists by Michal Hocko · 7 years ago
  31. d9c9a0b mm, page_alloc: do not set_cpu_numa_mem on empty nodes initialization by Michal Hocko · 7 years ago
  32. afb6ebb mm, page_alloc: remove boot pageset initialization from memory hotplug by Michal Hocko · 7 years ago
  33. c9bff3e mm, page_alloc: rip out ZONELIST_ORDER_ZONE by Michal Hocko · 7 years ago
  34. c115258 mm/memory_hotplug: just build zonelist for newly added node by Wei Yang · 7 years ago
  35. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  36. e746bf7 mm,page_alloc: don't call __node_reclaim() with oom_lock held. by Tetsuo Handa · 7 years ago
  37. 556b969 PM/hibernate: touch NMI watchdog when creating snapshot by Chen Yu · 7 years ago
  38. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  39. 3010f87 mm: discard memblock data later by Pavel Tatashin · 7 years ago
  40. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  41. 75dddef mm: ratelimit PFNs busy info message by Jonathan Toppins · 7 years ago
  42. d507e2e mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  43. d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 8 years ago
  44. 167d0f2 mm: take memory hotplug lock within numa_zonelist_order_handler() by Heiko Carstens · 7 years ago
  45. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  46. 3f906ba mm/memory-hotplug: switch locking to a percpu rwsem by Thomas Gleixner · 7 years ago
  47. b002529 mm/page_alloc.c: eliminate unsigned confusion in __rmqueue_fallback by Rasmus Villemoes · 7 years ago
  48. 7a8f58f mm, page_alloc: fallback to smallest page when not stealing whole pageblock by Vlastimil Babka · 7 years ago
  49. f70029b mm, memory_hotplug: drop CONFIG_MOVABLE_NODE by Michal Hocko · 7 years ago
  50. 385386c mm: vmstat: move slab statistics from zone to node counters by Johannes Weiner · 7 years ago
  51. 04ec626 mm, page_alloc: pass preferred nid instead of zonelist to allocator by Vlastimil Babka · 7 years ago
  52. 902b628 mm, page_alloc: fix more premature OOM due to race with cpuset update by Vlastimil Babka · 7 years ago
  53. d73d3c9 mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unused by Matthias Kaehlcke · 7 years ago
  54. 9017217 mm: adaptive hash table scaling by Pavel Tatashin · 7 years ago
  55. 3749a8f mm: zero hash tables in allocator by Pavel Tatashin · 7 years ago
  56. 2d070ea mm: consider zone which is not fully populated to have holes by Michal Hocko · 7 years ago
  57. dc0bbf3 mm: remove return value from init_currently_empty_zone by Michal Hocko · 7 years ago
  58. 864b9a3 mm: consider memblock reservations for deferred memory initialization sizing by Michal Hocko · 7 years ago
  59. c288983 mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks once by Tetsuo Handa · 7 years ago
  60. 499118e mm: introduce memalloc_noreclaim_{save,restore} by Vlastimil Babka · 8 years ago
  61. 62be151 mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC by Vlastimil Babka · 8 years ago
  62. 282722b mm, compaction: restrict async compaction to pageblocks of same migratetype by Vlastimil Babka · 8 years ago
  63. 02aa0cd mm, page_alloc: count movable pages when stealing from pageblock by Vlastimil Babka · 8 years ago
  64. 3bc48f9 mm, page_alloc: split smallest stolen page in fallback by Vlastimil Babka · 8 years ago
  65. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  66. 0f7896f mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc() by Tetsuo Handa · 8 years ago
  67. bd33ef3 mm: enable page poisoning early at boot by Vinayak Menon · 8 years ago
  68. 8225196 mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warnings by Johannes Weiner · 8 years ago
  69. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 8 years ago
  70. a6ffdc0 mm: use is_migrate_highatomic() to simplify the code by Xishi Qiu · 8 years ago
  71. 491d79a mm: remove unnecessary back-off function when retrying page reclaim by Johannes Weiner · 8 years ago
  72. c822f62 mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() by Johannes Weiner · 8 years ago
  73. c73322d mm: fix 100% CPU kswapd busyloop on unreclaimable nodes by Johannes Weiner · 8 years ago
  74. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  75. d34b073 Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests" by Mel Gorman · 8 years ago
  76. ce61287 mm: move pcp and lru-pcp draining into single wq by Michal Hocko · 8 years ago
  77. 1f06b81 mm/page_alloc.c: fix print order in show_free_areas() by Alexander Polakov · 8 years ago
  78. b80f0f6 ftrace: Have init/main.c call ftrace directly to free init memory by Steven Rostedt (VMware) · 8 years ago
  79. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 8 years ago
  80. 42c269c ftrace: Allow for function tracing to record init functions on boot up by Steven Rostedt (VMware) · 8 years ago
  81. b4fb8f6 mm, page_alloc: Add missing check for memory holes by Tony Luck · 8 years ago
  82. 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  83. 89d790a scripts/spelling.txt: add "algined" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  84. ad69444 mm/page_alloc.c: remove redundant init code for ZONE_MOVABLE by Wei Yang · 8 years ago
  85. e02dc01 mm/page_alloc: fix nodes for reclaim in fast path by Gavin Shan · 8 years ago
  86. f2bf14d mm/page_alloc.c: remove duplicate inclusion of page_ext.h by Masanari Iida · 8 years ago
  87. ca96b62 mm: alloc_contig_range: allow to specify GFP mask by Lucas Stach · 8 years ago
  88. 0efadf4 mm/hotplug: enable memory hotplug for non-lru movable pages by Yisheng Xie · 8 years ago
  89. bd233f5 mm, page_alloc: use static global work_struct for draining per-cpu pages by Mel Gorman · 8 years ago
  90. 5104782 mm, page_alloc: don't check cpuset allowed twice in fast-path by Vlastimil Babka · 8 years ago
  91. df76cee mm, page_alloc: remove redundant checks from alloc fastpath by Vlastimil Babka · 8 years ago
  92. 374ad05 mm, page_alloc: only use per-cpu allocator for irq-safe requests by Mel Gorman · 8 years ago
  93. a459eeb mm, page_alloc: do not depend on cpu hotplug locks inside the allocator by Michal Hocko · 8 years ago
  94. 0ccce3b mm, page_alloc: drain per-cpu pages from workqueue context by Mel Gorman · 8 years ago
  95. 9cd7555 mm, page_alloc: split alloc_pages_nodemask() by Mel Gorman · 8 years ago
  96. 066b239 mm, page_alloc: split buffered_rmqueue() by Mel Gorman · 8 years ago
  97. 685dbf6 mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabled by David Rientjes · 8 years ago
  98. 6c18ba7 mm: help __GFP_NOFAIL allocations which do not trigger OOM killer by Michal Hocko · 8 years ago
  99. 06ad276 mm, oom: do not enforce OOM killer for __GFP_NOFAIL automatically by Michal Hocko · 8 years ago
  100. 9a67f64 mm: consolidate GFP_NOFAIL checks in the allocator slowpath by Michal Hocko · 8 years ago