1. 2670f76 page_alloc: fix invalid watermark check on a negative value by Jaewon Kim · 3 years ago
  2. 69848f9 mm: page_alloc: fix building error on -Werror=array-compare by Xiongwei Song · 3 years, 7 months ago
  3. 192e507 mm, page_alloc: fix build_zonerefs_node() by Juergen Gross · 3 years, 4 months ago
  4. 7188e7c mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node by Alistair Popple · 3 years, 4 months ago
  5. 6c6f86b mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages by Baoquan He · 3 years, 7 months ago
  6. d2e5724 mm_zone: add function to check if managed dma zone exists by Baoquan He · 3 years, 7 months ago
  7. c4225992 mm/page_alloc: speed up the iteration of max_order by Muchun Song · 4 years, 8 months ago
  8. ce6ee46 mm/page_alloc: fix memory map initialization for descending nodes by Mike Rapoport · 4 years, 1 month ago
  9. 10f32b8 mm/page_alloc: fix counting of managed_pages by Liu Shixin · 4 years, 1 month ago
  10. d7deea3 mm: page_alloc: refactor setup_per_zone_lowmem_reserve() by Lorenzo Stoakes · 4 years, 8 months ago
  11. 68dcd32 mm/page_alloc: fix counting of free pages after take off from buddy by Ding Hui · 4 years, 2 months ago
  12. efb12c0 mm/memcg: set memcg when splitting page by Zhou Guanghui · 4 years, 5 months ago
  13. 4c84191 mm/page_alloc.c: refactor initialization of struct page for holes in memory layout by Mike Rapoport · 4 years, 5 months ago
  14. c11f774 mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint by Hailong liu · 4 years, 7 months ago
  15. 1daa298 Revert "mm: fix initialization of struct page for holes in memory layout" by Linus Torvalds · 4 years, 6 months ago
  16. f2a7985 mm: fix initialization of struct page for holes in memory layout by Mike Rapoport · 4 years, 6 months ago
  17. 98b5768 mm: memmap defer init doesn't work as expected by Baoquan He · 4 years, 7 months ago
  18. bd3f4b6 mm: don't wake kswapd prematurely when watermark boosting is disabled by Johannes Weiner · 4 years, 8 months ago
  19. d8c1901 page_frag: Recover from memory pressure by Dongli Zhang · 4 years, 9 months ago
  20. c4cf498 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 10 months ago
  21. ab130f91 mm: rename page_order() to buddy_order() by Matthew Wilcox (Oracle) · 4 years, 10 months ago
  22. 7fef431 mm/page_alloc: place pages to tail in __free_pages_core() by David Hildenbrand · 4 years, 10 months ago
  23. 293ffa5 mm/page_alloc: move pages to tail in move_to_free_list() by David Hildenbrand · 4 years, 10 months ago
  24. 47b6a24a2 mm/page_alloc: place pages to tail in __putback_isolated_page() by David Hildenbrand · 4 years, 10 months ago
  25. f04a5d5 mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag by David Hildenbrand · 4 years, 10 months ago
  26. d882c00 mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() by David Hildenbrand · 4 years, 10 months ago
  27. 4eb29bd mm/page_alloc: drop stale pageblock comment in memmap_init_zone*() by David Hildenbrand · 4 years, 10 months ago
  28. 3fa0c7c mm/page_isolation: simplify return value of start_isolate_page_range() by David Hildenbrand · 4 years, 10 months ago
  29. 257bea7 mm/page_alloc: simplify __offline_isolated_pages() by David Hildenbrand · 4 years, 10 months ago
  30. 79f5f8f mm,hwpoison: rework soft offline for in-use pages by Oscar Salvador · 4 years, 10 months ago
  31. 06be6ff mm,hwpoison: rework soft offline for free pages by Oscar Salvador · 4 years, 10 months ago
  32. 8fb156c mm/page_owner: change split_page_owner to take a count by Matthew Wilcox (Oracle) · 4 years, 10 months ago
  33. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 10 months ago
  34. cc6de16 memblock: use separate iterators for memory and reserved regions by Mike Rapoport · 4 years, 10 months ago
  35. 6e245ad memblock: reduce number of parameters in for_each_mem_range() by Mike Rapoport · 4 years, 10 months ago
  36. e320d30 mm/page_alloc.c: fix freeing non-compound pages by Matthew Wilcox (Oracle) · 4 years, 10 months ago
  37. 30d8ec7 mmzone: clean code by removing unused macro parameter by Mateusz Nosek · 4 years, 10 months ago
  38. 2187e17 mm/page_alloc.c: __perform_reclaim should return 'unsigned long' by Yanfei Xu · 4 years, 10 months ago
  39. a0622d0 mm/page_alloc.c: clean code by merging two functions by Mateusz Nosek · 4 years, 10 months ago
  40. fdd4fa1 mm/page_alloc.c: fix early params garbage value accesses by Mateusz Nosek · 4 years, 10 months ago
  41. cfb4a54 mm/page_alloc.c: micro-optimization remove unnecessary branch by Mateusz Nosek · 4 years, 10 months ago
  42. b630749 mm/page_alloc.c: clean code by removing unnecessary initialization by Mateusz Nosek · 4 years, 10 months ago
  43. 6a654e3 mm, isolation: avoid checking unmovable pages across pageblock boundary by Li Xinhai · 4 years, 10 months ago
  44. c9c510d mm/page_alloc: tweak comments in has_unmovable_pages() by David Hildenbrand · 4 years, 10 months ago
  45. 4aab2be mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged by Vijay Balakrishna · 4 years, 10 months ago
  46. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  47. 1d91df8 mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs by Joonsoo Kim · 4 years, 10 months ago
  48. c1d0da8 mm: replace memmap_context by meminit_context by Laurent Dufour · 4 years, 10 months ago
  49. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  50. 76cd617 mm/error_inject: Fix allow_error_inject function signatures. by Alexei Starovoitov · 5 years ago
  51. 88e8ac1 mm, page_alloc: fix core hung in free_pcppages_bulk() by Charan Teja Reddy · 5 years ago
  52. e08d3fd mm: include CMA pages in lowmem_reserve at boot by Doug Berger · 5 years ago
  53. 1378a5e mm: store compound_nr as well as compound_order by Matthew Wilcox (Oracle) · 5 years ago
  54. 8b94e0b mm/page_alloc: remove a wrapper for alloc_migration_target() by Joonsoo Kim · 5 years ago
  55. 047b996 mm/page_alloc.c: delete or fix duplicated words by Randy Dunlap · 5 years ago
  56. 8510e69 mm/page_alloc: fix memalloc_nocma_{save/restore} APIs by Joonsoo Kim · 5 years ago
  57. 182f3d7 mm/page_alloc.c: skip setting nodemask when we are in interrupt by Muchun Song · 5 years ago
  58. da41566 mm/page_alloc: fallbacks at most has 3 elements by Wei Yang · 5 years ago
  59. 9e15afa mm/page_alloc: silence a KASAN false positive by Qian Cai · 5 years ago
  60. 535b81e mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_mask() by Wei Yang · 5 years ago
  61. d93d5ab mm/page_alloc.c: simplify pageblock bitmap access by Wei Yang · 5 years ago
  62. 399b795 mm/page_alloc.c: extract the common part in pfn_to_bitidx() by Wei Yang · 5 years ago
  63. 56b9413 mm/page_alloc: remove nr_free_pagecache_pages() by David Hildenbrand · 5 years ago
  64. 0a18e60 mm: remove vm_total_pages by David Hildenbrand · 5 years ago
  65. f80b08f mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations by Charan Teja Reddy · 5 years ago
  66. f27ce0e page_alloc: consider highatomic reserve in watermark fast by Jaewon Kim · 5 years ago
  67. deba048 mm, page_alloc: use unlikely() in task_capc() by Vlastimil Babka · 5 years ago
  68. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 5 years ago
  69. 991e767 mm: memcontrol: account kernel stack per node by Shakeel Butt · 5 years ago
  70. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 5 years ago
  71. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  72. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 5 years ago
  73. 8beeae8 mm/page_alloc: fix documentation error by Joel Savitz · 5 years ago
  74. 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  75. 0a477e1 kernel/sysctl: support handling command line aliases by Vlastimil Babka · 5 years ago
  76. aa21879 mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE by David Hildenbrand · 5 years ago
  77. 255f598 virtio-mem: Paravirtualized memory hotunplug part 2 by David Hildenbrand · 5 years ago
  78. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  79. 730ec8c mm/vmscan.c: change prototype for shrink_page_list by Maninder Singh · 5 years ago
  80. 633bf2f mm/page_alloc.c: add missing newline by Chen Tao · 5 years ago
  81. ecd0965 mm: make deferred init's max threads arch-specific by Daniel Jordan · 5 years ago
  82. e444314 mm: parallelize deferred_init_memmap() by Daniel Jordan · 5 years ago
  83. 89c7c40 mm: don't track number of pages during deferred initialization by Daniel Jordan · 5 years ago
  84. da97f2d5 mm: call cond_resched() from deferred_init_memmap() by Pavel Tatashin · 5 years ago
  85. 3d06085 mm: initialize deferred pages with interrupts enabled by Pavel Tatashin · 5 years ago
  86. 117003c mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred init by Daniel Jordan · 5 years ago
  87. ae70edd mm/page_alloc: restrict and formalize compound_page_dtors[] by Anshuman Khandual · 5 years ago
  88. aa09259 mm, page_alloc: reset the zone->watermark_boost early by Charan Teja Reddy · 5 years ago
  89. b418a0f mm/page_alloc.c: reset numa stats for boot pagesets by Sandipan Das · 5 years ago
  90. 01c0bfe mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention by Wei Yang · 5 years ago
  91. d0ddf49 mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists() by Wei Yang · 5 years ago
  92. 97a225e mm/page_alloc: integrate classzone_idx and high_zoneidx by Joonsoo Kim · 5 years ago
  93. f636615 mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty by Baoquan He · 5 years ago
  94. 86aaf25 mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it by Baoquan He · 5 years ago
  95. 4ca7be2 mm/page_alloc.c: remove unused free_bootmem_with_active_regions by Baoquan He · 5 years ago
  96. 1686766 mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations by Roman Gushchin · 5 years ago
  97. 58b7f11 mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_reason() by Wei Yang · 5 years ago
  98. 534fe5e mm/page_alloc.c: rename free_pages_check() to check_free_page() by Wei Yang · 5 years ago
  99. 0d0c48a mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad() by Wei Yang · 5 years ago
  100. 82a3241 mm/page_alloc.c: bad_flags is not necessary for bad_page() by Wei Yang · 5 years ago