1. 864b9a3 mm: consider memblock reservations for deferred memory initialization sizing by Michal Hocko · 7 years ago
  2. c288983 mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks once by Tetsuo Handa · 7 years ago
  3. 499118e mm: introduce memalloc_noreclaim_{save,restore} by Vlastimil Babka · 7 years ago
  4. 62be151 mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC by Vlastimil Babka · 7 years ago
  5. 282722b mm, compaction: restrict async compaction to pageblocks of same migratetype by Vlastimil Babka · 7 years ago
  6. 02aa0cd mm, page_alloc: count movable pages when stealing from pageblock by Vlastimil Babka · 7 years ago
  7. 3bc48f9 mm, page_alloc: split smallest stolen page in fallback by Vlastimil Babka · 7 years ago
  8. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  9. 0f7896f mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc() by Tetsuo Handa · 7 years ago
  10. bd33ef3 mm: enable page poisoning early at boot by Vinayak Menon · 7 years ago
  11. 8225196 mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warnings by Johannes Weiner · 7 years ago
  12. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 7 years ago
  13. a6ffdc0 mm: use is_migrate_highatomic() to simplify the code by Xishi Qiu · 7 years ago
  14. 491d79a mm: remove unnecessary back-off function when retrying page reclaim by Johannes Weiner · 7 years ago
  15. c822f62 mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() by Johannes Weiner · 7 years ago
  16. c73322d mm: fix 100% CPU kswapd busyloop on unreclaimable nodes by Johannes Weiner · 7 years ago
  17. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  18. d34b073 Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests" by Mel Gorman · 7 years ago
  19. ce61287 mm: move pcp and lru-pcp draining into single wq by Michal Hocko · 7 years ago
  20. 1f06b81 mm/page_alloc.c: fix print order in show_free_areas() by Alexander Polakov · 7 years ago
  21. b80f0f6 ftrace: Have init/main.c call ftrace directly to free init memory by Steven Rostedt (VMware) · 7 years ago
  22. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 7 years ago
  23. 42c269c ftrace: Allow for function tracing to record init functions on boot up by Steven Rostedt (VMware) · 7 years ago
  24. b4fb8f6 mm, page_alloc: Add missing check for memory holes by Tony Luck · 7 years ago
  25. 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 7 years ago
  26. 89d790a scripts/spelling.txt: add "algined" pattern and fix typo instances by Masahiro Yamada · 7 years ago
  27. ad69444 mm/page_alloc.c: remove redundant init code for ZONE_MOVABLE by Wei Yang · 7 years ago
  28. e02dc01 mm/page_alloc: fix nodes for reclaim in fast path by Gavin Shan · 7 years ago
  29. f2bf14d mm/page_alloc.c: remove duplicate inclusion of page_ext.h by Masanari Iida · 7 years ago
  30. ca96b62 mm: alloc_contig_range: allow to specify GFP mask by Lucas Stach · 7 years ago
  31. 0efadf4 mm/hotplug: enable memory hotplug for non-lru movable pages by Yisheng Xie · 7 years ago
  32. bd233f5 mm, page_alloc: use static global work_struct for draining per-cpu pages by Mel Gorman · 7 years ago
  33. 5104782 mm, page_alloc: don't check cpuset allowed twice in fast-path by Vlastimil Babka · 7 years ago
  34. df76cee mm, page_alloc: remove redundant checks from alloc fastpath by Vlastimil Babka · 7 years ago
  35. 374ad05 mm, page_alloc: only use per-cpu allocator for irq-safe requests by Mel Gorman · 7 years ago
  36. a459eeb mm, page_alloc: do not depend on cpu hotplug locks inside the allocator by Michal Hocko · 7 years ago
  37. 0ccce3b mm, page_alloc: drain per-cpu pages from workqueue context by Mel Gorman · 7 years ago
  38. 9cd7555 mm, page_alloc: split alloc_pages_nodemask() by Mel Gorman · 7 years ago
  39. 066b239 mm, page_alloc: split buffered_rmqueue() by Mel Gorman · 7 years ago
  40. 685dbf6 mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabled by David Rientjes · 7 years ago
  41. 6c18ba7 mm: help __GFP_NOFAIL allocations which do not trigger OOM killer by Michal Hocko · 7 years ago
  42. 06ad276 mm, oom: do not enforce OOM killer for __GFP_NOFAIL automatically by Michal Hocko · 7 years ago
  43. 9a67f64 mm: consolidate GFP_NOFAIL checks in the allocator slowpath by Michal Hocko · 7 years ago
  44. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 7 years ago
  45. a8e9925 mm, page_alloc: warn_alloc print nodemask by Michal Hocko · 7 years ago
  46. c02e50b mm, page_alloc: do not report all nodes in show_mem by Michal Hocko · 7 years ago
  47. b92df1d mm: page_alloc: skip over regions of invalid pfns where possible by Paul Burton · 7 years ago
  48. 65190cf oom, trace: add compaction retry tracepoint by Michal Hocko · 7 years ago
  49. d379f01 oom, trace: add oom detection tracepoints by Michal Hocko · 7 years ago
  50. 13ad59d mm, page_alloc: avoid page_to_pfn() when merging buddies by Vlastimil Babka · 7 years ago
  51. 76741e7 mm, page_alloc: don't convert pfn to idx when merging by Vlastimil Babka · 7 years ago
  52. aa18750 mm: throttle show_mem() from warn_alloc() by Michal Hocko · 7 years ago
  53. e47483b mm, page_alloc: fix premature OOM when racing with cpuset mems update by Vlastimil Babka · 8 years ago
  54. 5ce9bfe mm, page_alloc: move cpuset seqcount checking to slowpath by Vlastimil Babka · 8 years ago
  55. 16096c2 mm, page_alloc: fix fast-path race with cpuset update or removal by Vlastimil Babka · 8 years ago
  56. ea57485 mm, page_alloc: fix check for NULL preferred_zone by Vlastimil Babka · 8 years ago
  57. 424f6c4 mm: alloc_contig: re-allow CMA to compact FS pages by Lucas Stach · 8 years ago
  58. 2976db8 mm: rename __page_frag functions to __page_frag_cache, drop order from drain by Alexander Duyck · 8 years ago
  59. 8c2dd3e mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free by Alexander Duyck · 8 years ago
  60. f073bdc mm: don't dereference struct page fields of invalid pages by Ard Biesheuvel · 8 years ago
  61. 41b6167 mm: get rid of __GFP_OTHER_NODE by Michal Hocko · 8 years ago
  62. 2df2663 mm: fix remote numa hits statistics by Michal Hocko · 8 years ago
  63. 44fdffd mm: add support for releasing multiple instances of a page by Alexander Duyck · 8 years ago
  64. e34bac7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  65. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. a6de734 mm, page_alloc: keep pcp count and list contents in sync if struct page is corrupted by Mel Gorman · 8 years ago
  67. 29fac03 mm: make unreserve highatomic functions reliable by Minchan Kim · 8 years ago
  68. 04c8716 mm: try to exhaust highatomic reserve before the OOM by Minchan Kim · 8 years ago
  69. 4855e4a mm: prevent double decrease of nr_reserved_highatomic by Minchan Kim · 8 years ago
  70. 88ed365 mm: don't steal highatomic pageblock by Minchan Kim · 8 years ago
  71. 89a01c5 Merge branch 'x86/cpufeature' into x86/asm, to pick up dependency by Ingo Molnar · 8 years ago
  72. 9e80c71 mm: remove extra newline from allocation stall warning by Tetsuo Handa · 8 years ago
  73. 005fd4b mm/page_alloc: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  74. 577f12c Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  75. 05b93c1 Merge branch 'linus' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  76. 58bea414 latent_entropy: Fix wrong gcc code generation with 64 bit variables by Kees Cook · 8 years ago
  77. 1f84a18 mm: page_alloc: use KERN_CONT where appropriate by Joe Perches · 8 years ago
  78. 9dcb8b6 mm: remove per-zone hashtable of bitlock waitqueues by Linus Torvalds · 8 years ago
  79. adb1fe9 mm/page_alloc: Remove kernel address exposure in free_reserved_area() by Josh Poimboeuf · 8 years ago
  80. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  81. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  82. 38addce gcc-plugins: Add latent_entropy plugin by Emese Revfy · 8 years ago
  83. 63f53de mm: warn about allocations which stall for too long by Michal Hocko · 8 years ago
  84. 7877cdc mm: consolidate warn_alloc_failed users by Michal Hocko · 8 years ago
  85. 423b452 mm, page_alloc: pull no_progress_loops update to should_reclaim_retry() by Vlastimil Babka · 8 years ago
  86. c2033b0 mm, compaction: restrict full priority to non-costly orders by Vlastimil Babka · 8 years ago
  87. d943649 mm, compaction: more reliably increase direct compaction priority by Vlastimil Babka · 8 years ago
  88. 3250845 Revert "mm, oom: prevent premature OOM killer invocation for high order request" by Vlastimil Babka · 8 years ago
  89. f6f34b4 mm: introduce arch_reserved_kernel_pages() by Srikar Dronamraju · 8 years ago
  90. c9634cf mm: use zonelist name instead of using hardcoded index by Aneesh Kumar K.V · 8 years ago
  91. 980ac16 mm/page_ext: support extra space allocation by page_ext user by Joonsoo Kim · 8 years ago
  92. f1c1e9f mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard page by Joonsoo Kim · 8 years ago
  93. acbc15a mm/debug_pagealloc.c: clean-up guard page handling code by Joonsoo Kim · 8 years ago
  94. e780149 mm: fix set pageblock migratetype in deferred struct page init by Xishi Qiu · 8 years ago
  95. e506b99 mem-hotplug: fix node spanned pages when we have a movable node by Xishi Qiu · 8 years ago
  96. 8348faf mm, compaction: require only min watermarks for non-costly orders by Vlastimil Babka · 8 years ago
  97. 984fdba mm, compaction: use proper alloc_flags in __compaction_suitable() by Vlastimil Babka · 8 years ago
  98. 6aa303d mm, vmscan: only allocate and reclaim from zones with pages managed by the buddy allocator by Mel Gorman · 8 years ago
  99. 6b4e318 mm, oom: prevent premature OOM killer invocation for high order request by Michal Hocko · 8 years ago
  100. 2f95ff9 proc, meminfo: use correct helpers for calculating LRU sizes in meminfo by Mel Gorman · 8 years ago