1. d4ae991 mm: soft-offline: close the race against page allocation by Naoya Horiguchi · 6 years ago
  2. 03e85f9 mm/page_alloc: Introduce free_area_init_core_hotplug by Oscar Salvador · 6 years ago
  3. 0188dc9 mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT by Oscar Salvador · 6 years ago
  4. 7cc2a95 mm: remove __paginginit by Pavel Tatashin · 6 years ago
  5. c1093b7 mm: access zone->node via zone_to_nid() and zone_set_nid() by Pavel Tatashin · 6 years ago
  6. ace1db3 mm/page_alloc.c: move ifdefery out of free_area_init_core by Oscar Salvador · 6 years ago
  7. d8a759b mm, page_alloc: double zone's batchsize by Aaron Lu · 6 years ago
  8. 9ea9a68 mm: drop VM_BUG_ON from __get_free_pages by Michal Hocko · 6 years ago
  9. d6a24df mm, page_alloc: actually ignore mempolicies for high priority allocations by Vlastimil Babka · 6 years ago
  10. 720e14e mm: skip invalid pages block at a time in zero_resv_unresv() by Pavel Tatashin · 6 years ago
  11. b018fc9 Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  12. 17bc343 Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle' by Rafael J. Wysocki · 6 years ago
  13. 55f2503 PM / reboot: Eliminate race between reboot and suspend by Pingfan Liu · 6 years ago
  14. 0d83432 mm: Allow non-direct-map arguments to free_reserved_area() by Dave Hansen · 6 years ago
  15. d1b47a7 mm: don't do zero_resv_unavail if memmap is not allocated by Pavel Tatashin · 6 years ago
  16. e181ae0c mm: zero unavailable pages before memmap init by Pavel Tatashin · 6 years ago
  17. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 6 years ago
  18. 7810e67 mm, page_alloc: do not break __GFP_THISNODE by zonelist reset by Vlastimil Babka · 6 years ago
  19. 4da1984 mm: combine LRU and main union in struct page by Matthew Wilcox · 6 years ago
  20. fa3015b mm: use page->deferred_list by Matthew Wilcox · 6 years ago
  21. 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 6 years ago
  22. a380b40 mm/page_alloc.c: remove useless parameter of finalise_ac() by Huaisheng Ye · 6 years ago
  23. fb52bba mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c by Mathieu Malaterre · 6 years ago
  24. 9378132 lockdep: fix fs_reclaim annotation by Omar Sandoval · 6 years ago
  25. e694385 mm/page_alloc: remove realsize in free_area_init_core() by Wei Yang · 6 years ago
  26. 15c30bc mm, memory_hotplug: make has_unmovable_pages more robust by Michal Hocko · 6 years ago
  27. d883c6c Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" by Joonsoo Kim · 6 years ago
  28. 6f84f8d xen, mm: allow deferred page initialization for xen pv domains by Pavel Tatashin · 7 years ago
  29. 1d47a3e mm/cma: remove ALLOC_CMA by Joonsoo Kim · 7 years ago
  30. bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
  31. d3cda23 mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request by Joonsoo Kim · 7 years ago
  32. 034ebf6 mm: treat indirectly reclaimable memory as available in MemAvailable by Roman Gushchin · 7 years ago
  33. 2c7452a mm/page_isolation.c: make start_isolate_page_range() fail if already isolated by Mike Kravetz · 7 years ago
  34. 5ecd9d4 mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory by David Rientjes · 7 years ago
  35. 9733416 mm/free_pcppages_bulk: prefetch buddy while not holding lock by Aaron Lu · 7 years ago
  36. 0a5f4e5 mm/free_pcppages_bulk: do not hold lock when picking pages to free by Aaron Lu · 7 years ago
  37. 77ba906 mm/free_pcppages_bulk: update pcp->count inside by Aaron Lu · 7 years ago
  38. 7f16f91 mm, page_alloc: move mirrored_kernelcore to __meminitdata by David Rientjes · 7 years ago
  39. a5c6d65 mm, page_alloc: extend kernelcore and movablecore for percent by David Rientjes · 7 years ago
  40. d0dc12e mm/memory_hotplug: optimize memory hotplug by Pavel Tatashin · 7 years ago
  41. c9e97a1 mm: initialize pages on demand during boot by Pavel Tatashin · 7 years ago
  42. 3a2d7fa mm: disable interrupts while initializing deferred pages by Pavel Tatashin · 7 years ago
  43. 3102535 mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE by Anshuman Khandual · 7 years ago
  44. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  45. f59f1ca Revert "mm: page_alloc: skip over regions of invalid pfns where possible" by Daniel Vacek · 7 years ago
  46. 2e517d6 lockdep: fix fs_reclaim warning by Tetsuo Handa · 7 years ago
  47. 79375ea mm: remove obsolete alloc_remap() by Arnd Bergmann · 7 years ago
  48. 3e04040 Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment" by Ard Biesheuvel · 7 years ago
  49. 864b75f mm/page_alloc: fix memmap_init_zone pageblock alignment by Daniel Vacek · 7 years ago
  50. 895f7b8 mm: don't defer struct page initialization for Xen pv guests by Juergen Gross · 7 years ago
  51. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  52. ee95f40 Merge branch 'for-4.16/nfit' into libnvdimm-for-next by Ross Zwisler · 7 years ago
  53. 9bb5a39 mm, memory_hotplug: fix memmap initialization by Michal Hocko · 7 years ago
  54. 3c2c648 mm/page_alloc.c: fix typos in comments by Shile Zhang · 7 years ago
  55. 4812839 mm/page_alloc.c: fix comment in __get_free_pages() by Jiankang Chen · 7 years ago
  56. 80b1f41 mm: split deferred_init_range into initializing and freeing parts by Pavel Tatashin · 7 years ago
  57. a99583e mm: pass the vmem_altmap to memmap_init_zone by Christoph Hellwig · 7 years ago
  58. e8c2477 mm: check pfn_valid first in zero_resv_unavail by Dave Young · 7 years ago
  59. c24ad77 mm/page_alloc.c: avoid excessive IRQ disabled times in free_unref_page_list() by Lucas Stach · 7 years ago
  60. 63cd448 mm/cma: fix alloc_contig_range ret code/potential leak by Mike Kravetz · 7 years ago
  61. 4b81cb2 mm, memory_hotplug: do not back off draining pcp free pages from kworker context by Michal Hocko · 7 years ago
  62. 2583d67 mm, compaction: split off flag for not updating skip hints by Vlastimil Babka · 7 years ago
  63. 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
  64. 0205f75 mm: simplify nodemask printing by Michal Hocko · 7 years ago
  65. d135e57 mm/page_alloc.c: broken deferred calculation by Pavel Tatashin · 7 years ago
  66. 400e224 mm: don't warn about allocations which stall for too long by Tetsuo Handa · 7 years ago
  67. b050e37 mm, page_alloc: fix potential false positive in __zone_watermark_ok by Vlastimil Babka · 7 years ago
  68. 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
  69. 0fac3ba mm, page_alloc: simplify list handling in rmqueue_bulk() by Vlastimil Babka · 7 years ago
  70. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  71. 2d4894b mm: remove cold parameter from free_hot_cold_page* by Mel Gorman · 7 years ago
  72. 9cca35d mm, page_alloc: enable/disable IRQs once when freeing a list of pages by Mel Gorman · 7 years ago
  73. 85ccc8f mm/page_alloc: make sure __rmqueue() etc are always inline by Aaron Lu · 7 years ago
  74. f7f9910 mm: stop zeroing memory during allocation in vmemmap by Pavel Tatashin · 7 years ago
  75. a4a3ede mm: zero reserved and unavailable struct pages by Pavel Tatashin · 7 years ago
  76. ea1f5f3 mm: define memblock_virt_alloc_try_nid_raw by Pavel Tatashin · 7 years ago
  77. 2f47a91 mm: deferred_init_memmap improvements by Pavel Tatashin · 7 years ago
  78. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  79. d7ab367 mm, page_alloc: fail has_unmovable_pages when seeing reserved pages by Michal Hocko · 7 years ago
  80. 4da2ce2 mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages() by Michal Hocko · 7 years ago
  81. d7b236e mm: drop migrate type checks from has_unmovable_pages by Michal Hocko · 7 years ago
  82. 9b6e63c mm, page_alloc: add scheduling point to memmap_init_zone by Michal Hocko · 7 years ago
  83. 57148a6 mm: meminit: mark init_reserved_page as __meminit by Arnd Bergmann · 7 years ago
  84. f19360f mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt by Tetsuo Handa · 7 years ago
  85. 3a321d2 mm: change the call sites of numa statistics items by Kemi Wang · 7 years ago
  86. cd04ae1 mm, oom: do not rely on TIF_MEMDIE for memory reserves access by Michal Hocko · 7 years ago
  87. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  88. b93e0f3 mm, memory_hotplug: get rid of zonelists_mutex by Michal Hocko · 7 years ago
  89. 11cd863 mm, page_alloc: remove stop_machine from build_all_zonelists by Michal Hocko · 7 years ago
  90. 9d3be21 mm, page_alloc: simplify zonelist initialization by Michal Hocko · 7 years ago
  91. 72675e1 mm, memory_hotplug: drop zone from build_all_zonelists by Michal Hocko · 7 years ago
  92. d9c9a0b mm, page_alloc: do not set_cpu_numa_mem on empty nodes initialization by Michal Hocko · 7 years ago
  93. afb6ebb mm, page_alloc: remove boot pageset initialization from memory hotplug by Michal Hocko · 7 years ago
  94. c9bff3e mm, page_alloc: rip out ZONELIST_ORDER_ZONE by Michal Hocko · 7 years ago
  95. c115258 mm/memory_hotplug: just build zonelist for newly added node by Wei Yang · 7 years ago
  96. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  97. e746bf7 mm,page_alloc: don't call __node_reclaim() with oom_lock held. by Tetsuo Handa · 7 years ago
  98. 556b969 PM/hibernate: touch NMI watchdog when creating snapshot by Chen Yu · 7 years ago
  99. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  100. 3010f87 mm: discard memblock data later by Pavel Tatashin · 7 years ago