1. ed53278 mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section by David Hildenbrand · 4 years, 10 months ago
  2. d30dce3 mm, debug_pagealloc: don't rely on static keys too early by Vlastimil Babka · 4 years, 10 months ago
  3. 1be334e mm/page_alloc.c: ratelimit allocation failure warnings more aggressively by Johannes Weiner · 5 years ago
  4. 3e8fc00 mm, meminit: recalculate pcpu batch and high limits after init completes by Mel Gorman · 5 years ago
  5. 3f36d86 mm, hugetlb: allow hugepage allocations to reclaim as needed by David Rientjes · 5 years ago
  6. 234fdce mm/page_alloc.c: fix a crash in free_pages_prepare() by Qian Cai · 5 years ago
  7. edf445a Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) by Linus Torvalds · 5 years ago
  8. b39d0ee mm, page_alloc: avoid expensive reclaim when compaction may not succeed by David Rientjes · 5 years ago
  9. 7ae8853 mm: move mem_cgroup_uncharge out of __page_cache_release() by Yang Shi · 5 years ago
  10. 364c1ee mm: thp: extract split_queue_* into a struct by Yang Shi · 5 years ago
  11. 49433085 mm, compaction: raise compaction priority after it withdrawns by Vlastimil Babka · 5 years ago
  12. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  13. 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  14. 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
  15. a55c745 sched/topology: Improve load balancing on AMD EPYC systems by Matt Fleming · 5 years ago
  16. cd96103 mm, page_alloc: move_freepages should not examine struct page of reserved memory by David Rientjes · 5 years ago
  17. fdc029b memremap: remove the dev field in struct dev_pagemap by Christoph Hellwig · 5 years ago
  18. ba72b4c mm/sparsemem: support sub-section hotplug by Dan Williams · 5 years ago
  19. 46d945a mm: kill is_dev_zone() helper by Dan Williams · 5 years ago
  20. f46edbd mm/sparsemem: add helpers track active portions of a section at boot by Dan Williams · 5 years ago
  21. f1eca35 mm/sparsemem: introduce struct mem_section_usage by Dan Williams · 5 years ago
  22. e5ca807 mm/vmscan.c: add a new member reclaim_state in struct shrink_control by Yafang Shao · 5 years ago
  23. fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  24. 6471384 mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options by Alexander Potapenko · 5 years ago
  25. e03a512 mm/large system hash: clear hashdist when only one node with memory is booted by Nicholas Piggin · 5 years ago
  26. ec11408 mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist by Nicholas Piggin · 5 years ago
  27. 3972f6b mm, debug_pagealloc: use a page type instead of page_ext flag by Vlastimil Babka · 5 years ago
  28. 4462b32 mm, page_alloc: more extensive free page checking with debug_pagealloc by Vlastimil Babka · 5 years ago
  29. 96a2b03 mm, debug_pagelloc: use static keys to enable debugging by Vlastimil Babka · 5 years ago
  30. 98ef204 mm: remove the exporting of totalram_pages by Denis Efremov · 5 years ago
  31. b9705d8 mm/page_alloc.c: fix regression with deferred struct page init by Juergen Gross · 5 years ago
  32. 8a164fe mm: simplify ZONE_DEVICE page private data by Christoph Hellwig · 5 years ago
  33. 514caf2 memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag by Christoph Hellwig · 5 years ago
  34. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  35. 97500a4 mm: maintain randomization of page free lists by Dan Williams · 6 years ago
  36. b03641a mm: move buddy list manipulations into helpers by Dan Williams · 6 years ago
  37. e900a91 mm: shuffle initial free memory to improve memory-side-cache utilization by Dan Williams · 6 years ago
  38. 136ac59 mm: update references to page _refcount by Baruch Siach · 6 years ago
  39. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  40. 1c52e6d mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist by Yafang Shao · 6 years ago
  41. 5557c76 mm, memory_hotplug: cleanup memory offline path by Michal Hocko · 6 years ago
  42. 0e56aca mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections by Alexander Duyck · 6 years ago
  43. 837566e mm: implement new zone specific memblock iterator by Alexander Duyck · 6 years ago
  44. 56ec43d mm: drop meminit_pfn_in_nid as it is redundant by Alexander Duyck · 6 years ago
  45. 299c83d mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE by Linxu Fang · 6 years ago
  46. 4eb0716 hugetlb: allow to free gigantic pages regardless of the configuration by Alexandre Ghiti · 6 years ago
  47. 8df995f mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC by Alexandre Ghiti · 6 years ago
  48. 63931eb mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact() by Vlastimil Babka · 6 years ago
  49. d633269 mm/hibernation: Make hibernation handle unmapped pages by Rick Edgecombe · 6 years ago
  50. 8118b82 mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag by Andrey Ryabinin · 6 years ago
  51. 8139ad0 mm/page_alloc.c: avoid potential NULL pointer dereference by Andrey Ryabinin · 6 years ago
  52. ee8ab0e mm, page_alloc: always use a captured page regardless of compaction result by Mel Gorman · 6 years ago
  53. 24512228b mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory model by Mel Gorman · 6 years ago
  54. 1a9f219 mm/hotplug: treat CMA pages as unmovable by Qian Cai · 6 years ago
  55. 9b7ea46 mm/hotplug: fix offline undo_isolate_page_range() by Qian Cai · 6 years ago
  56. 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
  57. afa0011 mm: unexport free_reserved_area by Christoph Hellwig · 6 years ago
  58. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  59. ce0725f numa: make "nr_online_nodes" unsigned int by Alexey Dobriyan · 6 years ago
  60. b9726c2 numa: make "nr_node_ids" unsigned int by Alexey Dobriyan · 6 years ago
  61. 23a7052 mm/page_alloc.c: check return value of memblock_alloc_node_nopanic() by Mike Rapoport · 6 years ago
  62. 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
  63. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  64. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  65. fd1444b mm, compaction: ignore the fragmentation avoidance boost for isolation and compaction by Mel Gorman · 6 years ago
  66. c52e759 mm: remove extra drain pages on pcp list by Wei Yang · 6 years ago
  67. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  68. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  69. a9cd410 mm/page_alloc.c: memory hotplug: free pages as higher order by Arun KS · 6 years ago
  70. 4117992 page_poison: play nicely with KASAN by Qian Cai · 6 years ago
  71. 94b3334 mm, page_alloc: fix a division by zero error when boosting watermarks v2 by Mel Gorman · 6 years ago
  72. 8644772 mm: Use fixed constant in page_frag_alloc instead of size + 1 by Alexander Duyck · 6 years ago
  73. 2c2ade8 mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs by Jann Horn · 6 years ago
  74. 4aa9fc2 Revert "mm, memory_hotplug: initialize struct pages for the full memory section" by Michal Hocko · 6 years ago
  75. 73444bc mm, page_alloc: do not wake kswapd with zone lock held by Mel Gorman · 6 years ago
  76. af3b854 mm/page_alloc.c: allow error injection by Benjamin Poirier · 6 years ago
  77. d9367bd mm, page_alloc: enable pcpu_drain with zone capability by Wei Yang · 6 years ago
  78. 3c0c12c mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init by Waiman Long · 6 years ago
  79. 125b860 mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPES by Pingfan Liu · 6 years ago
  80. bbe5d99 mm/page_alloc.c: drop uneeded __meminit and __meminitdata by Oscar Salvador · 6 years ago
  81. 23b68cf mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() by Wei Yang · 6 years ago
  82. ef8444e mm, oom: reorganize the oom report in dump_header by yuzhoujian · 6 years ago
  83. e5cb113 mm: make free_reserved_area() return "const char *" by Alexey Dobriyan · 6 years ago
  84. c999fbd mm/mmzone.c: make "migratetype_names" const char * by Alexey Dobriyan · 6 years ago
  85. 1c30844 mm: reclaim small amounts of memory when an external fragmentation event occurs by Mel Gorman · 6 years ago
  86. 0a79cda mm: use alloc_flags to record if kswapd can wake by Mel Gorman · 6 years ago
  87. a921444 mm: move zone watermark accesses behind an accessor by Mel Gorman · 6 years ago
  88. 6bb1545 mm, page_alloc: spread allocations across zones before introducing fragmentation by Mel Gorman · 6 years ago
  89. 742aa7f mm/page_alloc.c: use a single function to free page by Aaron Lu · 6 years ago
  90. 65895b6 mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() by Aaron Lu · 6 years ago
  91. 7ead334 mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks by Huang Shijie · 6 years ago
  92. 476567e mm: remove managed_page_count_lock spinlock by Arun KS · 6 years ago
  93. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  94. 9705bea mm: convert zone->managed_pages to atomic variable by Arun KS · 6 years ago
  95. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  96. fecd4a5 mm: remove reset of pcp->counter in pageset_init() by Wei Yang · 6 years ago
  97. d381c54 mm: only report isolation failures when offlining memory by Michal Hocko · 6 years ago
  98. 2932c8b mm, memory_hotplug: be more verbose for memory offline failures by Michal Hocko · 6 years ago
  99. 2813b9c kasan, mm, arm64: tag non slab memory allocated via pagealloc by Andrey Konovalov · 6 years ago
  100. 17e2e7d mm, page_alloc: fix has_unmovable_pages for HugePages by Oscar Salvador · 6 years ago