1. 8beeae8 mm/page_alloc: fix documentation error by Joel Savitz · 4 years, 6 months ago
  2. 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
  3. 0a477e1 kernel/sysctl: support handling command line aliases by Vlastimil Babka · 4 years, 7 months ago
  4. aa21879 mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE by David Hildenbrand · 4 years, 8 months ago
  5. 255f598 virtio-mem: Paravirtualized memory hotunplug part 2 by David Hildenbrand · 4 years, 8 months ago
  6. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  7. 730ec8c mm/vmscan.c: change prototype for shrink_page_list by Maninder Singh · 4 years, 7 months ago
  8. 633bf2f mm/page_alloc.c: add missing newline by Chen Tao · 4 years, 7 months ago
  9. ecd0965 mm: make deferred init's max threads arch-specific by Daniel Jordan · 4 years, 7 months ago
  10. e444314 mm: parallelize deferred_init_memmap() by Daniel Jordan · 4 years, 7 months ago
  11. 89c7c40 mm: don't track number of pages during deferred initialization by Daniel Jordan · 4 years, 7 months ago
  12. da97f2d5 mm: call cond_resched() from deferred_init_memmap() by Pavel Tatashin · 4 years, 7 months ago
  13. 3d06085 mm: initialize deferred pages with interrupts enabled by Pavel Tatashin · 4 years, 7 months ago
  14. 117003c mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred init by Daniel Jordan · 4 years, 7 months ago
  15. ae70edd mm/page_alloc: restrict and formalize compound_page_dtors[] by Anshuman Khandual · 4 years, 7 months ago
  16. aa09259 mm, page_alloc: reset the zone->watermark_boost early by Charan Teja Reddy · 4 years, 7 months ago
  17. b418a0f mm/page_alloc.c: reset numa stats for boot pagesets by Sandipan Das · 4 years, 7 months ago
  18. 01c0bfe mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention by Wei Yang · 4 years, 7 months ago
  19. d0ddf49 mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists() by Wei Yang · 4 years, 7 months ago
  20. 97a225e mm/page_alloc: integrate classzone_idx and high_zoneidx by Joonsoo Kim · 4 years, 7 months ago
  21. f636615 mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty by Baoquan He · 4 years, 7 months ago
  22. 86aaf25 mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it by Baoquan He · 4 years, 7 months ago
  23. 4ca7be2 mm/page_alloc.c: remove unused free_bootmem_with_active_regions by Baoquan He · 4 years, 7 months ago
  24. 1686766 mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations by Roman Gushchin · 4 years, 7 months ago
  25. 58b7f11 mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_reason() by Wei Yang · 4 years, 7 months ago
  26. 534fe5e mm/page_alloc.c: rename free_pages_check() to check_free_page() by Wei Yang · 4 years, 7 months ago
  27. 0d0c48a mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad() by Wei Yang · 4 years, 7 months ago
  28. 82a3241 mm/page_alloc.c: bad_flags is not necessary for bad_page() by Wei Yang · 4 years, 7 months ago
  29. 833d8a4 mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoison by Wei Yang · 4 years, 7 months ago
  30. 8a1b25f mm: simplify find_min_pfn_with_active_regions() by Mike Rapoport · 4 years, 7 months ago
  31. 854e884 mm: clean up free_area_init_node() and its helpers by Mike Rapoport · 4 years, 7 months ago
  32. bc9331a mm: rename free_area_init_node() to free_area_init_memoryless_node() by Mike Rapoport · 4 years, 7 months ago
  33. 51930df mm: free_area_init: allow defining max_zone_pfn in descending order by Mike Rapoport · 4 years, 7 months ago
  34. acd3f5c mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES by Mike Rapoport · 4 years, 7 months ago
  35. 73a6e47 mm: memmap_init: iterate over memblock regions rather that check each PFN by Baoquan He · 4 years, 7 months ago
  36. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 7 months ago
  37. fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 7 months ago
  38. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 4 years, 7 months ago
  39. 6f24fbd mm: make early_pfn_to_nid() and related defintions close to each other by Mike Rapoport · 4 years, 7 months ago
  40. d622abf mm: memblock: replace dereferences of memblock_region.nid with API calls by Mike Rapoport · 4 years, 7 months ago
  41. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  42. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  43. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
  44. 8d92890 mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead by NeilBrown · 4 years, 7 months ago
  45. 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  46. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  47. 628d06a scs: Add page accounting for shadow call stack allocations by Sami Tolvanen · 4 years, 8 months ago
  48. 14f6914 mm: limit boost_watermark on small zones by Henry Willard · 4 years, 8 months ago
  49. e84fe99 mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous() by David Hildenbrand · 4 years, 8 months ago
  50. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  51. 26363af mm: remove watermark_boost_factor_sysctl_handler by Christoph Hellwig · 4 years, 8 months ago
  52. 8b885f5 mm/page_alloc: make pcpu_drain_mutex and pcpu_drain static by Jason Yan · 4 years, 9 months ago
  53. e6a0a7a mm/page_alloc.c: fix kernel-doc warning by Randy Dunlap · 4 years, 9 months ago
  54. 36e66c5 mm: introduce Reported pages by Alexander Duyck · 4 years, 9 months ago
  55. 624f58d mm: add function __putback_isolated_page by Alexander Duyck · 4 years, 9 months ago
  56. 6ab0136 mm: use zone and order instead of free area in free_list manipulators by Alexander Duyck · 4 years, 9 months ago
  57. a2129f2 mm: adjust shuffle code to allow for future coalescing by Alexander Duyck · 4 years, 9 months ago
  58. 1da2f32 mm,thp,compaction,cma: allow THP migration for CMA allocations by Rik van Riel · 4 years, 9 months ago
  59. b06eda0 mm,compaction,cma: add alloc_contig flag to compact_control by Rik van Riel · 4 years, 9 months ago
  60. fe925c0 mm/page_alloc: simplify page_is_buddy() for better code readability by chenqiwu · 4 years, 9 months ago
  61. 97ce86f mm/page_alloc.c: micro-optimisation Remove unnecessary branch by Mateusz Nosek · 4 years, 9 months ago
  62. 76089d0 mm/page_alloc.c: use free_area_empty() instead of open-coding by chenqiwu · 4 years, 9 months ago
  63. 736838e mm, pagealloc: micro-optimisation: save two branches on hot page allocation path by Mateusz Nosek · 4 years, 9 months ago
  64. ee8eb9a mm/page_alloc: increase default min_free_kbytes bound by Joel Savitz · 4 years, 9 months ago
  65. f4b00ea mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() by Roman Gushchin · 4 years, 9 months ago
  66. 47e29d3 mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages by John Hubbard · 4 years, 9 months ago
  67. 667c790 revert "topology: add support for node_to_mem_node() to determine the fallback node" by Vlastimil Babka · 4 years, 9 months ago
  68. 1f8d75c mm/memmap_init: update variable name in memmap_init_zone by Aneesh Kumar K.V · 5 years ago
  69. 4c60588 mm: factor out next_present_section_nr() by David Hildenbrand · 5 years ago
  70. 948c436 mm/page_alloc: fix and rework pfn handling in memmap_init_zone() by David Hildenbrand · 5 years ago
  71. 4b094b7 mm/page_alloc.c: initialize memmap of unavailable memory directly by David Hildenbrand · 5 years ago
  72. e822969 mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section by David Hildenbrand · 5 years ago
  73. 3d680bd mm/page_isolation: fix potential warning from user by Qian Cai · 5 years ago
  74. 4a55c04 mm/hotplug: silence a lockdep splat with printk() by Qian Cai · 5 years ago
  75. fe4c86c mm: remove "count" parameter from has_unmovable_pages() by David Hildenbrand · 5 years ago
  76. 3f13535 mm/page_alloc: skip non present sections on zone initialization by Kirill A. Shutemov · 5 years ago
  77. 8e57f8a mm, debug_pagealloc: don't rely on static keys too early by Vlastimil Babka · 5 years ago
  78. cc638f3 mm, thp: tweak reclaim/compaction effort of local-only and all-node allocations by Vlastimil Babka · 5 years ago
  79. 867e5e1 mm: clean up and clarify lruvec lookup procedure by Johannes Weiner · 5 years ago
  80. e47b346 mm/page_alloc.c: print reserved_highatomic info by lijiazi · 5 years ago
  81. cb1ef53 mm, pcp: share common code between memory hotplug and percpu sysctl handler by Mel Gorman · 5 years ago
  82. 5e27a2d mm/page_alloc: add alloc_contig_pages() by Anshuman Khandual · 5 years ago
  83. 756d25b mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINE by David Hildenbrand · 5 years ago
  84. 0ee5f4f mm/page_alloc.c: don't set pages PageReserved() when offlining by David Hildenbrand · 5 years ago
  85. 1be334e mm/page_alloc.c: ratelimit allocation failure warnings more aggressively by Johannes Weiner · 5 years ago
  86. 3e8fc00 mm, meminit: recalculate pcpu batch and high limits after init completes by Mel Gorman · 5 years ago
  87. 3f36d86 mm, hugetlb: allow hugepage allocations to reclaim as needed by David Rientjes · 5 years ago
  88. 234fdce mm/page_alloc.c: fix a crash in free_pages_prepare() by Qian Cai · 5 years ago
  89. edf445a Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) by Linus Torvalds · 5 years ago
  90. b39d0ee mm, page_alloc: avoid expensive reclaim when compaction may not succeed by David Rientjes · 5 years ago
  91. 7ae8853 mm: move mem_cgroup_uncharge out of __page_cache_release() by Yang Shi · 5 years ago
  92. 364c1ee mm: thp: extract split_queue_* into a struct by Yang Shi · 5 years ago
  93. 49433085 mm, compaction: raise compaction priority after it withdrawns by Vlastimil Babka · 5 years ago
  94. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  95. 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  96. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  97. a55c745 sched/topology: Improve load balancing on AMD EPYC systems by Matt Fleming · 5 years ago
  98. cd96103 mm, page_alloc: move_freepages should not examine struct page of reserved memory by David Rientjes · 5 years ago
  99. fdc029b memremap: remove the dev field in struct dev_pagemap by Christoph Hellwig · 5 years ago
  100. ba72b4c mm/sparsemem: support sub-section hotplug by Dan Williams · 5 years ago