1. 8b885f5 mm/page_alloc: make pcpu_drain_mutex and pcpu_drain static by Jason Yan · 4 years, 9 months ago
  2. e6a0a7a mm/page_alloc.c: fix kernel-doc warning by Randy Dunlap · 4 years, 9 months ago
  3. 36e66c5 mm: introduce Reported pages by Alexander Duyck · 4 years, 10 months ago
  4. 624f58d mm: add function __putback_isolated_page by Alexander Duyck · 4 years, 10 months ago
  5. 6ab0136 mm: use zone and order instead of free area in free_list manipulators by Alexander Duyck · 4 years, 10 months ago
  6. a2129f2 mm: adjust shuffle code to allow for future coalescing by Alexander Duyck · 4 years, 10 months ago
  7. 1da2f32 mm,thp,compaction,cma: allow THP migration for CMA allocations by Rik van Riel · 4 years, 10 months ago
  8. b06eda0 mm,compaction,cma: add alloc_contig flag to compact_control by Rik van Riel · 4 years, 10 months ago
  9. fe925c0 mm/page_alloc: simplify page_is_buddy() for better code readability by chenqiwu · 4 years, 10 months ago
  10. 97ce86f mm/page_alloc.c: micro-optimisation Remove unnecessary branch by Mateusz Nosek · 4 years, 10 months ago
  11. 76089d0 mm/page_alloc.c: use free_area_empty() instead of open-coding by chenqiwu · 4 years, 10 months ago
  12. 736838e mm, pagealloc: micro-optimisation: save two branches on hot page allocation path by Mateusz Nosek · 4 years, 10 months ago
  13. ee8eb9a mm/page_alloc: increase default min_free_kbytes bound by Joel Savitz · 4 years, 10 months ago
  14. f4b00ea mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() by Roman Gushchin · 4 years, 10 months ago
  15. 47e29d3 mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages by John Hubbard · 4 years, 10 months ago
  16. 667c790 revert "topology: add support for node_to_mem_node() to determine the fallback node" by Vlastimil Babka · 4 years, 10 months ago
  17. 1f8d75c mm/memmap_init: update variable name in memmap_init_zone by Aneesh Kumar K.V · 5 years ago
  18. 4c60588 mm: factor out next_present_section_nr() by David Hildenbrand · 5 years ago
  19. 948c436 mm/page_alloc: fix and rework pfn handling in memmap_init_zone() by David Hildenbrand · 5 years ago
  20. 4b094b7 mm/page_alloc.c: initialize memmap of unavailable memory directly by David Hildenbrand · 5 years ago
  21. e822969 mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section by David Hildenbrand · 5 years ago
  22. 3d680bd mm/page_isolation: fix potential warning from user by Qian Cai · 5 years ago
  23. 4a55c04 mm/hotplug: silence a lockdep splat with printk() by Qian Cai · 5 years ago
  24. fe4c86c mm: remove "count" parameter from has_unmovable_pages() by David Hildenbrand · 5 years ago
  25. 3f13535 mm/page_alloc: skip non present sections on zone initialization by Kirill A. Shutemov · 5 years ago
  26. 8e57f8a mm, debug_pagealloc: don't rely on static keys too early by Vlastimil Babka · 5 years ago
  27. cc638f3 mm, thp: tweak reclaim/compaction effort of local-only and all-node allocations by Vlastimil Babka · 5 years ago
  28. 867e5e1 mm: clean up and clarify lruvec lookup procedure by Johannes Weiner · 5 years ago
  29. e47b346 mm/page_alloc.c: print reserved_highatomic info by lijiazi · 5 years ago
  30. cb1ef53 mm, pcp: share common code between memory hotplug and percpu sysctl handler by Mel Gorman · 5 years ago
  31. 5e27a2d mm/page_alloc: add alloc_contig_pages() by Anshuman Khandual · 5 years ago
  32. 756d25b mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINE by David Hildenbrand · 5 years ago
  33. 0ee5f4f mm/page_alloc.c: don't set pages PageReserved() when offlining by David Hildenbrand · 5 years ago
  34. 1be334e mm/page_alloc.c: ratelimit allocation failure warnings more aggressively by Johannes Weiner · 5 years ago
  35. 3e8fc00 mm, meminit: recalculate pcpu batch and high limits after init completes by Mel Gorman · 5 years ago
  36. 3f36d86 mm, hugetlb: allow hugepage allocations to reclaim as needed by David Rientjes · 5 years ago
  37. 234fdce mm/page_alloc.c: fix a crash in free_pages_prepare() by Qian Cai · 5 years ago
  38. edf445a Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) by Linus Torvalds · 5 years ago
  39. b39d0ee mm, page_alloc: avoid expensive reclaim when compaction may not succeed by David Rientjes · 5 years ago
  40. 7ae8853 mm: move mem_cgroup_uncharge out of __page_cache_release() by Yang Shi · 5 years ago
  41. 364c1ee mm: thp: extract split_queue_* into a struct by Yang Shi · 5 years ago
  42. 49433085 mm, compaction: raise compaction priority after it withdrawns by Vlastimil Babka · 5 years ago
  43. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  44. 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  45. 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
  46. a55c745 sched/topology: Improve load balancing on AMD EPYC systems by Matt Fleming · 5 years ago
  47. cd96103 mm, page_alloc: move_freepages should not examine struct page of reserved memory by David Rientjes · 5 years ago
  48. fdc029b memremap: remove the dev field in struct dev_pagemap by Christoph Hellwig · 5 years ago
  49. ba72b4c mm/sparsemem: support sub-section hotplug by Dan Williams · 6 years ago
  50. 46d945a mm: kill is_dev_zone() helper by Dan Williams · 6 years ago
  51. f46edbd mm/sparsemem: add helpers track active portions of a section at boot by Dan Williams · 6 years ago
  52. f1eca35 mm/sparsemem: introduce struct mem_section_usage by Dan Williams · 6 years ago
  53. e5ca807 mm/vmscan.c: add a new member reclaim_state in struct shrink_control by Yafang Shao · 6 years ago
  54. fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  55. 6471384 mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options by Alexander Potapenko · 6 years ago
  56. e03a512 mm/large system hash: clear hashdist when only one node with memory is booted by Nicholas Piggin · 6 years ago
  57. ec11408 mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist by Nicholas Piggin · 6 years ago
  58. 3972f6b mm, debug_pagealloc: use a page type instead of page_ext flag by Vlastimil Babka · 6 years ago
  59. 4462b32 mm, page_alloc: more extensive free page checking with debug_pagealloc by Vlastimil Babka · 6 years ago
  60. 96a2b03 mm, debug_pagelloc: use static keys to enable debugging by Vlastimil Babka · 6 years ago
  61. 98ef204 mm: remove the exporting of totalram_pages by Denis Efremov · 6 years ago
  62. b9705d8 mm/page_alloc.c: fix regression with deferred struct page init by Juergen Gross · 6 years ago
  63. 8a164fe mm: simplify ZONE_DEVICE page private data by Christoph Hellwig · 6 years ago
  64. 514caf2 memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag by Christoph Hellwig · 6 years ago
  65. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  66. 97500a4 mm: maintain randomization of page free lists by Dan Williams · 6 years ago
  67. b03641a mm: move buddy list manipulations into helpers by Dan Williams · 6 years ago
  68. e900a91 mm: shuffle initial free memory to improve memory-side-cache utilization by Dan Williams · 6 years ago
  69. 136ac59 mm: update references to page _refcount by Baruch Siach · 6 years ago
  70. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  71. 1c52e6d mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist by Yafang Shao · 6 years ago
  72. 5557c76 mm, memory_hotplug: cleanup memory offline path by Michal Hocko · 6 years ago
  73. 0e56aca mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections by Alexander Duyck · 6 years ago
  74. 837566e mm: implement new zone specific memblock iterator by Alexander Duyck · 6 years ago
  75. 56ec43d mm: drop meminit_pfn_in_nid as it is redundant by Alexander Duyck · 6 years ago
  76. 299c83d mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE by Linxu Fang · 6 years ago
  77. 4eb0716 hugetlb: allow to free gigantic pages regardless of the configuration by Alexandre Ghiti · 6 years ago
  78. 8df995f mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC by Alexandre Ghiti · 6 years ago
  79. 63931eb mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact() by Vlastimil Babka · 6 years ago
  80. d633269 mm/hibernation: Make hibernation handle unmapped pages by Rick Edgecombe · 6 years ago
  81. 8118b82 mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag by Andrey Ryabinin · 6 years ago
  82. 8139ad0 mm/page_alloc.c: avoid potential NULL pointer dereference by Andrey Ryabinin · 6 years ago
  83. ee8ab0e mm, page_alloc: always use a captured page regardless of compaction result by Mel Gorman · 6 years ago
  84. 24512228b mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory model by Mel Gorman · 6 years ago
  85. 1a9f219 mm/hotplug: treat CMA pages as unmovable by Qian Cai · 6 years ago
  86. 9b7ea46 mm/hotplug: fix offline undo_isolate_page_range() by Qian Cai · 6 years ago
  87. 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
  88. afa0011 mm: unexport free_reserved_area by Christoph Hellwig · 6 years ago
  89. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  90. ce0725f numa: make "nr_online_nodes" unsigned int by Alexey Dobriyan · 6 years ago
  91. b9726c2 numa: make "nr_node_ids" unsigned int by Alexey Dobriyan · 6 years ago
  92. 23a7052 mm/page_alloc.c: check return value of memblock_alloc_node_nopanic() by Mike Rapoport · 6 years ago
  93. 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
  94. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  95. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  96. fd1444b mm, compaction: ignore the fragmentation avoidance boost for isolation and compaction by Mel Gorman · 6 years ago
  97. c52e759 mm: remove extra drain pages on pcp list by Wei Yang · 6 years ago
  98. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  99. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  100. a9cd410 mm/page_alloc.c: memory hotplug: free pages as higher order by Arun KS · 6 years ago